This commit is contained in:
2019-11-29 19:26:30 +00:00
parent 12f0cfc20f
commit ec9a32d465
6 changed files with 17 additions and 5 deletions

View File

@@ -229,3 +229,4 @@ 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/

View File

@@ -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/

View File

@@ -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"
}

View File

@@ -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"

View File

@@ -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"
}

View File

@@ -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"
}