add all locales, set text in plural

This commit is contained in:
ogerly 2022-07-19 12:14:30 +02:00
parent 7ad398fb20
commit f4a746aa38
9 changed files with 19 additions and 9 deletions

View File

@ -620,7 +620,7 @@
"Tag": "Hashtag ::: Hashtags",
"User": "Benutzer ::: Benutzer"
},
"hint": "Wonach suchst Du? Nutze !… für Beitrag, @… für Mitglied, #… für Hashtag",
"hint": "Wonach suchst Du? Nutze !… für Beiträge, @… für Mitglieder, #… für Hashtags",
"no-results": "Keine Ergebnisse für \"{search}\" gefunden. Versuch' es mit einem anderen Begriff!",
"page": "Seite",
"placeholder": "Suchen",

View File

@ -620,7 +620,7 @@
"Tag": "Hashtag ::: Hashtags",
"User": "User ::: Users"
},
"hint": "What are you searching for? Use !... for post, @... for member, #... for hashtag",
"hint": "What are you searching for? Use !… for posts, @… for users, #… for hashtags.",
"no-results": "No results found for \"{search}\". Try a different search term!",
"page": "Page",
"placeholder": "Search",

View File

@ -537,7 +537,7 @@
"Post": "Contribuciones",
"User": "Usuarios"
},
"hint": "¿Qué estás buscando?",
"hint": "¿Qué estás buscando? Utiliza !… para contribuciones, @… para usuarios, #… para hashtags.",
"placeholder": "Buscar"
},
"settings": {

View File

@ -525,7 +525,7 @@
"Post": "Posts",
"User": "Utilisateurs"
},
"hint": "Qu'est-ce que vous cherchez ?",
"hint": "Qu'est-ce que vous cherchez? Utiliser !… pour des posts, @… pour des membres, #… pour des hashtag.",
"placeholder": "Rechercher"
},
"settings": {

View File

@ -473,9 +473,9 @@
}
},
"search": {
"failed": null,
"hint": null,
"placeholder": null
"failed": "Non è stato trovato nulla",
"hint": "Cosa state cercando? Usate !... per i post, @... per gli utenti, #... per gli hashtag.",
"placeholder": "Ricerca"
},
"settings": {
"data": {

View File

@ -131,6 +131,11 @@
"type": "Gebruiker"
}
},
"search": {
"failed": "Niets gevonden",
"hint": "Waar zoekt u naar? Gebruik !... voor berichten, @... voor gebruikers, #... voor hashtags.",
"placeholder": "Zoeken"
},
"settings": {
"data": {
"name": "Uw gegevens"

View File

@ -278,7 +278,7 @@
},
"search": {
"failed": "Niczego nie znaleziono",
"hint": "Czego szukasz?",
"hint": "Czego szukasz? Użyj !... dla postów, @... dla użytkowników, #... dla hashtagów.",
"placeholder": "Szukaj"
},
"settings": {

View File

@ -510,7 +510,7 @@
},
"search": {
"failed": "Nada encontrado",
"hint": "O que você está buscando?",
"hint": "O que você está buscando? Use !... para postagens, @... para usuários, #... para hashtags.",
"placeholder": "Buscar"
},
"settings": {

View File

@ -54,6 +54,11 @@
"pages": {
"name": "Страницы"
},
"search": {
"failed": "Ничего не найдено",
"hint": "Что вы ищете? Используйте !... для постов, @... для пользователей, #... для хэштегов.",
"placeholder": "Поиск"
},
"settings": {
"name": "Настройки"
},