diff --git a/devdocs/solutions.txt b/devdocs/solutions.txt index 1c2db595..2ba98a30 100644 --- a/devdocs/solutions.txt +++ b/devdocs/solutions.txt @@ -228,4 +228,5 @@ https://en.wikipedia.org/wiki/Non-functional_requirement ## GRAPHICS / ARTWORK UI FANCIFICATION RESOURCES - Free for use background image generator that looks really nice and soothing: https://coolbackgrounds.io/ -- Free for any use even without attribution stock photography: https://unsplash.com/ \ No newline at end of file +- Free for any use even without attribution stock photography: https://unsplash.com/ + diff --git a/devdocs/tools.txt b/devdocs/tools.txt index 38f8af2c..427553ce 100644 --- a/devdocs/tools.txt +++ b/devdocs/tools.txt @@ -571,3 +571,6 @@ Use the credentials specified for postgres which is username postgres and passwo +TRANSLATIONS / TRANSLATE / LOCALIZATION / LOCALE +Microsoft handy dandy product locale search database site: https://www.microsoft.com/en-us/language/Search +Google translate to verify: https://translate.google.com/ \ No newline at end of file diff --git a/server/AyaNova/resource/de.json b/server/AyaNova/resource/de.json index 06eb906b..ca738d4c 100644 --- a/server/AyaNova/resource/de.json +++ b/server/AyaNova/resource/de.json @@ -1582,5 +1582,7 @@ "CurrencySymbol":"Währungssymbol", "ShortDateFormat":"Kurzes Datumsformat", "ShortTimeFormat":"Kurze uhrzeitformat", - "ShortDateAndTimeFormat": "Kurze datums- und zeitformat" + "ShortDateAndTimeFormat": "Kurze datums- und zeitformat", + "TypeToSearchOrAdd": "Start typing to search or add", + "NoData": "No data" } diff --git a/server/AyaNova/resource/en.json b/server/AyaNova/resource/en.json index 53ebe4de..426e858e 100644 --- a/server/AyaNova/resource/en.json +++ b/server/AyaNova/resource/en.json @@ -1581,7 +1581,9 @@ "CurrencySymbol":"Currency symbol", "ShortDateFormat":"Short date format", "ShortTimeFormat":"Short time format", - "ShortDateAndTimeFormat": "Short date and time format" + "ShortDateAndTimeFormat": "Short date and time format", + "TypeToSearchOrAdd": "Start typing to search or add", + "NoData": "No data" diff --git a/server/AyaNova/resource/es.json b/server/AyaNova/resource/es.json index d6eb1cbf..e0f9e970 100644 --- a/server/AyaNova/resource/es.json +++ b/server/AyaNova/resource/es.json @@ -1582,6 +1582,8 @@ "CurrencySymbol":"Símbolo de moneda", "ShortDateFormat":"Formato de fecha corta", "ShortTimeFormat":"Formato de hora corta", - "ShortDateAndTimeFormat": "Formato de fecha y hora corta" + "ShortDateAndTimeFormat": "Formato de fecha y hora corta", + "TypeToSearchOrAdd": "Start typing to search or add", + "NoData": "No data" } \ No newline at end of file diff --git a/server/AyaNova/resource/fr.json b/server/AyaNova/resource/fr.json index cabb903b..f2c49392 100644 --- a/server/AyaNova/resource/fr.json +++ b/server/AyaNova/resource/fr.json @@ -1581,6 +1581,8 @@ "CurrencySymbol":"Symbole monétaire", "ShortDateFormat":"Format de date courte ", "ShortTimeFormat":"Format d'heure courte", - "ShortDateAndTimeFormat": "Format de la date et de l'heure courte" + "ShortDateAndTimeFormat": "Format de la date et de l'heure courte", + "TypeToSearchOrAdd": "Start typing to search or add", + "NoData": "No data" }