Remove all non-migrated strings

This commit is contained in:
shilangyu 2021-03-03 12:31:36 +01:00
parent 191991519a
commit 7f3dac1f89
34 changed files with 334 additions and 437 deletions

View File

@ -13,7 +13,6 @@
"nsfw": "محتوى حساس", "nsfw": "محتوى حساس",
"post": "منشور", "post": "منشور",
"save": "حفظ", "save": "حفظ",
"send_message": "أرسل الرسالة",
"subscribed": "مُتابِعون", "subscribed": "مُتابِعون",
"all": "الكل", "all": "الكل",
"replies": "الإجابات", "replies": "الإجابات",
@ -69,5 +68,6 @@
"verify_password": "تأكيد الكلمة السرية", "verify_password": "تأكيد الكلمة السرية",
"old_password": "الكلمة السرية القديمة", "old_password": "الكلمة السرية القديمة",
"show_avatars": "إظهار الصور الرمزية", "show_avatars": "إظهار الصور الرمزية",
"search": "البحث" "search": "البحث",
"send_message": "أرسل الرسالة"
} }

View File

@ -13,7 +13,6 @@
"nsfw": "Per a adults", "nsfw": "Per a adults",
"post": "publicar", "post": "publicar",
"save": "desa", "save": "desa",
"send_message": "Envia el missatge",
"subscribed": "Subscrit", "subscribed": "Subscrit",
"local": "Local", "local": "Local",
"all": "Tot", "all": "Tot",
@ -34,6 +33,7 @@
"avatar": "Avatar", "avatar": "Avatar",
"banner": "Capçalera", "banner": "Capçalera",
"display_name": "Nom a mostrar", "display_name": "Nom a mostrar",
"bio": "Biografia",
"email": "Correu electrònic", "email": "Correu electrònic",
"matrix_user": "Usuari del Matrix", "matrix_user": "Usuari del Matrix",
"sort_type": "Tipus dordenació", "sort_type": "Tipus dordenació",
@ -59,6 +59,7 @@
"site_ban": "Us han expulsat del lloc", "site_ban": "Us han expulsat del lloc",
"community_ban": "Us han expulsat daquesta comunitat.", "community_ban": "Us han expulsat daquesta comunitat.",
"downvotes_disabled": "Vots negatius inhabilitats", "downvotes_disabled": "Vots negatius inhabilitats",
"invalid_url": "URL invàlida.",
"locked": "blocat", "locked": "blocat",
"couldnt_create_comment": "No sha pogut crear el comentari.", "couldnt_create_comment": "No sha pogut crear el comentari.",
"couldnt_like_comment": "No sha pogut donar «magrada» al comentari.", "couldnt_like_comment": "No sha pogut donar «magrada» al comentari.",
@ -66,6 +67,11 @@
"no_comment_edit_allowed": "No teniu permisos per a editar el comentari.", "no_comment_edit_allowed": "No teniu permisos per a editar el comentari.",
"couldnt_save_comment": "No sha pogut desar el comentari.", "couldnt_save_comment": "No sha pogut desar el comentari.",
"couldnt_get_comments": "No shan pogut recuperar els comentaris.", "couldnt_get_comments": "No shan pogut recuperar els comentaris.",
"report_reason_required": "Motiu de l'informe necessari.",
"report_too_long": "Informe massa llarg.",
"couldnt_create_report": "No s'ha pogut crear l'informe.",
"couldnt_resolve_report": "No s'ha pogut resoldre l'informe.",
"invalid_post_title": "Títol de la publicació invàlid",
"couldnt_create_post": "No sha pogut crear lapunt.", "couldnt_create_post": "No sha pogut crear lapunt.",
"couldnt_like_post": "No sha pogut donar «magrada» a lapunt.", "couldnt_like_post": "No sha pogut donar «magrada» a lapunt.",
"couldnt_find_community": "No sha pogut trobar la comunitat.", "couldnt_find_community": "No sha pogut trobar la comunitat.",
@ -78,6 +84,7 @@
"community_already_exists": "Aquesta comunitat ja existeix.", "community_already_exists": "Aquesta comunitat ja existeix.",
"community_moderator_already_exists": "Aquest moderador de la comunitat ja existeix.", "community_moderator_already_exists": "Aquest moderador de la comunitat ja existeix.",
"community_follower_already_exists": "Aquest seguidor de la comunitat ja existeix.", "community_follower_already_exists": "Aquest seguidor de la comunitat ja existeix.",
"not_a_moderator": "No ets un moderador.",
"couldnt_update_community": "No sha pogut actualitzar la comunitat.", "couldnt_update_community": "No sha pogut actualitzar la comunitat.",
"no_community_edit_allowed": "No teniu permisos per a editar la comunitat.", "no_community_edit_allowed": "No teniu permisos per a editar la comunitat.",
"system_err_login": "Error del sistema. Intenti tancar sessió i ingressar de nou.", "system_err_login": "Error del sistema. Intenti tancar sessió i ingressar de nou.",
@ -85,8 +92,11 @@
"couldnt_find_that_username_or_email": "No sha pogut trobar aquest nom de usuari o adreça electrònica.", "couldnt_find_that_username_or_email": "No sha pogut trobar aquest nom de usuari o adreça electrònica.",
"password_incorrect": "Contrasenya incorrecta.", "password_incorrect": "Contrasenya incorrecta.",
"registration_closed": "Shan tancat els registres", "registration_closed": "Shan tancat els registres",
"invalid_password": "Contrasenya no vàlida. La contrasenya ha de tenir <= 60 caràcters.",
"passwords_dont_match": "Les contrasenyes no coincideixen.", "passwords_dont_match": "Les contrasenyes no coincideixen.",
"captcha_incorrect": "Captcha incorrecte.",
"invalid_username": "El nom dusuari no és vàlid.", "invalid_username": "El nom dusuari no és vàlid.",
"bio_length_overflow": "La biografia d'usuari no pot excedir els 300 caràcters.",
"couldnt_update_user": "No sha pogut actualitzar lusuari.", "couldnt_update_user": "No sha pogut actualitzar lusuari.",
"couldnt_update_private_message": "No sha pogut actualitzar el missatge privat.", "couldnt_update_private_message": "No sha pogut actualitzar el missatge privat.",
"couldnt_update_post": "No sha pogut actualitzar lapunt", "couldnt_update_post": "No sha pogut actualitzar lapunt",
@ -96,23 +106,12 @@
"email_already_exists": "Ladreça ja és en ús.", "email_already_exists": "Ladreça ja és en ús.",
"user_already_exists": "Lusuari ja existeix.", "user_already_exists": "Lusuari ja existeix.",
"number_users_online": "{count,plural, =1{{count} usuari en línia} other{{count} usuaris en línia}}", "number_users_online": "{count,plural, =1{{count} usuari en línia} other{{count} usuaris en línia}}",
"bio": "Biografia",
"invalid_url": "URL invàlida.",
"report_reason_required": "Motiu de l'informe necessari.",
"report_too_long": "Informe massa llarg.",
"couldnt_create_report": "No s'ha pogut crear l'informe.",
"couldnt_resolve_report": "No s'ha pogut resoldre l'informe.",
"invalid_post_title": "Títol de la publicació invàlid",
"not_a_moderator": "No ets un moderador.",
"invalid_password": "Contrasenya no vàlida. La contrasenya ha de tenir <= 60 caràcters.",
"captcha_incorrect": "Captcha incorrecte.",
"bio_length_overflow": "La biografia d'usuari no pot excedir els 300 caràcters.",
"number_of_comments": "{count,plural, =1{{count} comentari} other{{count} comentaris}}", "number_of_comments": "{count,plural, =1{{count} comentari} other{{count} comentaris}}",
"number_of_posts": "{count,plural, =1{{count} Publicació} other{{count} Publicacions}}", "number_of_posts": "{count,plural, =1{{count} Publicació} other{{count} Publicacions}}",
"number_of_subscribers": "{count,plural, =1{{count} subscriptor} other{{count} subscriptors}}", "number_of_subscribers": "{count,plural, =1{{count} subscriptor} other{{count} subscriptors}}",
"number_of_users": "{count,plural, =1{{count} usuari} other{{count} usuaris}}",
"unsubscribe": "Dónat de baixa", "unsubscribe": "Dónat de baixa",
"subscribe": "Subscriu-thi", "subscribe": "Subscriu-thi",
"number_of_users": "{count,plural, =1{{count} usuari} other{{count} usuaris}}",
"messages": "Missatges", "messages": "Missatges",
"banned_users": "Usuaris expulsats", "banned_users": "Usuaris expulsats",
"delete_account_confirm": "Atenció: aquesta acció suprimirà permanentment la vostra informació. Introduïu la vostra contrasenya per a confirmar.", "delete_account_confirm": "Atenció: aquesta acció suprimirà permanentment la vostra informació. Introduïu la vostra contrasenya per a confirmar.",
@ -120,5 +119,6 @@
"verify_password": "Verifica la contrasenya", "verify_password": "Verifica la contrasenya",
"old_password": "Contrasenya antiga", "old_password": "Contrasenya antiga",
"show_avatars": "Mostra els avatars", "show_avatars": "Mostra els avatars",
"search": "Cerca" "search": "Cerca",
"send_message": "Envia el missatge"
} }

View File

@ -13,7 +13,6 @@
"nsfw": "NSFW", "nsfw": "NSFW",
"post": "indlæg", "post": "indlæg",
"save": "gem", "save": "gem",
"send_message": "Send Besked",
"subscribed": "Abboneret", "subscribed": "Abboneret",
"local": "Lokal", "local": "Lokal",
"all": "Alle", "all": "Alle",
@ -110,9 +109,9 @@
"number_of_comments": "{count,plural, =1{{count} Kommentar} other{{count} Kommentarer}}", "number_of_comments": "{count,plural, =1{{count} Kommentar} other{{count} Kommentarer}}",
"number_of_posts": "{count,plural, =1{{count} Indlæg} other{{count} Indlæg}}", "number_of_posts": "{count,plural, =1{{count} Indlæg} other{{count} Indlæg}}",
"number_of_subscribers": "{count,plural, =1{{count} Abonnent} other{{count} Abonnenter}}", "number_of_subscribers": "{count,plural, =1{{count} Abonnent} other{{count} Abonnenter}}",
"number_of_users": "{count,plural, =1{{count} Bruger} other{{count} Brugere}}",
"unsubscribe": "Afmeld abbonement", "unsubscribe": "Afmeld abbonement",
"subscribe": "Abboner", "subscribe": "Abboner",
"number_of_users": "{count,plural, =1{{count} Bruger} other{{count} Brugere}}",
"messages": "Beskeder", "messages": "Beskeder",
"banned_users": "Udelukkede Brugere", "banned_users": "Udelukkede Brugere",
"delete_account_confirm": "Advarsel: Dette vil slette alle dine data. Indtast adgangskode for at bekræfte.", "delete_account_confirm": "Advarsel: Dette vil slette alle dine data. Indtast adgangskode for at bekræfte.",
@ -120,5 +119,6 @@
"verify_password": "Check Kodeord", "verify_password": "Check Kodeord",
"old_password": "Tidligere Kodeord", "old_password": "Tidligere Kodeord",
"show_avatars": "Vis Avatarer", "show_avatars": "Vis Avatarer",
"search": "Søg" "search": "Søg",
"send_message": "Send Besked"
} }

View File

@ -13,7 +13,6 @@
"nsfw": "NSFW", "nsfw": "NSFW",
"post": "Beitrag", "post": "Beitrag",
"save": "speichern", "save": "speichern",
"send_message": "Nachricht absenden",
"subscribed": "Abonniert", "subscribed": "Abonniert",
"local": "Lokal", "local": "Lokal",
"all": "Alle", "all": "Alle",
@ -106,9 +105,9 @@
"number_of_comments": "{count,plural, =1{{count} Kommentar} other{{count} Kommentare}}", "number_of_comments": "{count,plural, =1{{count} Kommentar} other{{count} Kommentare}}",
"number_of_posts": "{count,plural, =1{{count} Beitrag} other{{count} Beiträge}}", "number_of_posts": "{count,plural, =1{{count} Beitrag} other{{count} Beiträge}}",
"number_of_subscribers": "{count,plural, =1{{count} Abonnent} other{{count} Abonnent*innen}}", "number_of_subscribers": "{count,plural, =1{{count} Abonnent} other{{count} Abonnent*innen}}",
"number_of_users": "{count,plural, =1{{count} Benutzer} other{{count} Benutzer*innen}}",
"unsubscribe": "Deabonnieren", "unsubscribe": "Deabonnieren",
"subscribe": "Abonnieren", "subscribe": "Abonnieren",
"number_of_users": "{count,plural, =1{{count} Benutzer} other{{count} Benutzer*innen}}",
"messages": "Nachrichten", "messages": "Nachrichten",
"banned_users": "Gebannte Benutzer", "banned_users": "Gebannte Benutzer",
"delete_account_confirm": "Achtung: Dadurch werden alle Ihre Daten dauerhaft gelöscht. Geben Sie zur Bestätigung Ihr Passwort ein.", "delete_account_confirm": "Achtung: Dadurch werden alle Ihre Daten dauerhaft gelöscht. Geben Sie zur Bestätigung Ihr Passwort ein.",
@ -116,5 +115,6 @@
"verify_password": "Passwort überprüfen", "verify_password": "Passwort überprüfen",
"old_password": "Letztes Passwort", "old_password": "Letztes Passwort",
"show_avatars": "Avatare anzeigen", "show_avatars": "Avatare anzeigen",
"search": "Suchen" "search": "Suchen",
"send_message": "Nachricht absenden"
} }

View File

@ -13,7 +13,6 @@
"nsfw": "Ακατάλληλο για ανηλίκους", "nsfw": "Ακατάλληλο για ανηλίκους",
"post": "δημοσίευση", "post": "δημοσίευση",
"save": "αποθήκευση", "save": "αποθήκευση",
"send_message": "Αποστολή μηνύματος",
"subscribed": "Συνδρομές", "subscribed": "Συνδρομές",
"local": "Τοπικά", "local": "Τοπικά",
"all": "Όλα", "all": "Όλα",
@ -110,9 +109,9 @@
"number_of_comments": "{count,plural, =1{{count} Σχόλιο} other{{count} Σχόλια}}", "number_of_comments": "{count,plural, =1{{count} Σχόλιο} other{{count} Σχόλια}}",
"number_of_posts": "{count,plural, =1{{count} Δημοσίευση} other{{count} Δημοσιεύσεις}}", "number_of_posts": "{count,plural, =1{{count} Δημοσίευση} other{{count} Δημοσιεύσεις}}",
"number_of_subscribers": "{count,plural, =1{{count} εγγεγραμμένος} other{{count} εγγεγραμμένοι}}", "number_of_subscribers": "{count,plural, =1{{count} εγγεγραμμένος} other{{count} εγγεγραμμένοι}}",
"number_of_users": "{count,plural, =1{{count} χρήστης} other{{count} χρήστες}}",
"unsubscribe": "Απεγγραφή", "unsubscribe": "Απεγγραφή",
"subscribe": "Εγγραφή", "subscribe": "Εγγραφή",
"number_of_users": "{count,plural, =1{{count} χρήστης} other{{count} χρήστες}}",
"messages": "Μηνύματα", "messages": "Μηνύματα",
"banned_users": "Αποβεβλημένοι χρήστες", "banned_users": "Αποβεβλημένοι χρήστες",
"delete_account_confirm": "Προσοχή: αυτό θα διαγράψει όλα τα δεδομένα σας. Είσαγετε τον κωδικό σας για επιβεβαίωση.", "delete_account_confirm": "Προσοχή: αυτό θα διαγράψει όλα τα δεδομένα σας. Είσαγετε τον κωδικό σας για επιβεβαίωση.",
@ -120,5 +119,6 @@
"verify_password": "Επαλήθευση κωδικού", "verify_password": "Επαλήθευση κωδικού",
"old_password": "Παλιός κωδικός", "old_password": "Παλιός κωδικός",
"show_avatars": "Εμφάνιση των άβαταρς", "show_avatars": "Εμφάνιση των άβαταρς",
"search": "Αναζήτηση" "search": "Αναζήτηση",
"send_message": "Αποστολή μηνύματος"
} }

View File

@ -1,19 +1,5 @@
{ {
"@@locale": "en", "@@locale": "en",
"add_account": "Add account",
"@add_account": {},
"select_instance": "select instance",
"@select_instance": {},
"accounts": "Accounts",
"@accounts": {},
"appearance": "Appearance",
"@appearance": {},
"add_instance": "Add instance",
"@add_instance": {},
"sign_in": "Sign in",
"@sign_in": {},
"register": "Register",
"@register": {},
"settings": "Settings", "settings": "Settings",
"@settings": {}, "@settings": {},
"password": "Password", "password": "Password",
@ -40,8 +26,6 @@
"@post": {}, "@post": {},
"save": "save", "save": "save",
"@save": {}, "@save": {},
"send_message": "Send message",
"@send_message": {},
"subscribed": "Subscribed", "subscribed": "Subscribed",
"@subscribed": {}, "@subscribed": {},
"local": "Local", "local": "Local",
@ -122,6 +106,8 @@
"@admin": {}, "@admin": {},
"by": "by", "by": "by",
"@by": {}, "@by": {},
"not_a_mod_or_admin": "Not a moderator or admin.",
"@not_a_mod_or_admin": {},
"not_an_admin": "Not an admin.", "not_an_admin": "Not an admin.",
"@not_an_admin": {}, "@not_an_admin": {},
"couldnt_find_post": "Couldn't find post.", "couldnt_find_post": "Couldn't find post.",
@ -232,8 +218,6 @@
"count": {} "count": {}
} }
}, },
"not_a_mod_or_admin": "Not a moderator or admin.",
"@not_a_mod_or_admin": {},
"number_of_comments": "{count,plural, =1{{count} comment} other{{count} comments}}", "number_of_comments": "{count,plural, =1{{count} comment} other{{count} comments}}",
"@number_of_comments": { "@number_of_comments": {
"placeholders": { "placeholders": {
@ -258,16 +242,16 @@
"count": {} "count": {}
} }
}, },
"unsubscribe": "unsubscribe",
"@unsubscribe": {},
"subscribe": "subscribe",
"@subscribe": {},
"number_of_users": "{count,plural, =1{{count} user} other{{count} users}}", "number_of_users": "{count,plural, =1{{count} user} other{{count} users}}",
"@number_of_users": { "@number_of_users": {
"placeholders": { "placeholders": {
"count": {} "count": {}
} }
}, },
"unsubscribe": "unsubscribe",
"@unsubscribe": {},
"subscribe": "subscribe",
"@subscribe": {},
"messages": "Messages", "messages": "Messages",
"@messages": {}, "@messages": {},
"banned_users": "Banned users", "banned_users": "Banned users",
@ -283,5 +267,7 @@
"show_avatars": "Show avatars", "show_avatars": "Show avatars",
"@show_avatars": {}, "@show_avatars": {},
"search": "search", "search": "search",
"@search": {} "@search": {},
"send_message": "Send message",
"@send_message": {}
} }

View File

@ -13,7 +13,6 @@
"nsfw": "Konsterna", "nsfw": "Konsterna",
"post": "Afiŝi", "post": "Afiŝi",
"save": "konservi", "save": "konservi",
"send_message": "Sendi mesaĝon",
"subscribed": "Abonita", "subscribed": "Abonita",
"local": "Loka", "local": "Loka",
"all": "Ĉiam", "all": "Ĉiam",
@ -110,9 +109,9 @@
"number_of_comments": "{count,plural, =1{{count} komento} other{{count} komentoj}}", "number_of_comments": "{count,plural, =1{{count} komento} other{{count} komentoj}}",
"number_of_posts": "{count,plural, =1{{count} afiŝo} other{{count} afiŝoj}}", "number_of_posts": "{count,plural, =1{{count} afiŝo} other{{count} afiŝoj}}",
"number_of_subscribers": "{count,plural, =1{{count} abonanto} other{{count} abonantoj}}", "number_of_subscribers": "{count,plural, =1{{count} abonanto} other{{count} abonantoj}}",
"number_of_users": "{count,plural, =1{{count} uzanto} other{{count} uzantoj}}",
"unsubscribe": "Malaboni", "unsubscribe": "Malaboni",
"subscribe": "Aboni", "subscribe": "Aboni",
"number_of_users": "{count,plural, =1{{count} uzanto} other{{count} uzantoj}}",
"messages": "Mesaĝoj", "messages": "Mesaĝoj",
"banned_users": "Forbaritaj uzantoj", "banned_users": "Forbaritaj uzantoj",
"delete_account_confirm": "Averto: ĉi tio por ĉiam forigos ĉiujn viajn datumojn. Enigu pasvorton por konfirmi.", "delete_account_confirm": "Averto: ĉi tio por ĉiam forigos ĉiujn viajn datumojn. Enigu pasvorton por konfirmi.",
@ -120,5 +119,6 @@
"verify_password": "Konfirmu vian pasvorton", "verify_password": "Konfirmu vian pasvorton",
"old_password": "Malnova pasvorto", "old_password": "Malnova pasvorto",
"show_avatars": "Montri profilbildojn", "show_avatars": "Montri profilbildojn",
"search": "Serĉi" "search": "Serĉi",
"send_message": "Sendi mesaĝon"
} }

View File

@ -13,7 +13,6 @@
"nsfw": "Para adultos", "nsfw": "Para adultos",
"post": "publicar", "post": "publicar",
"save": "guardar", "save": "guardar",
"send_message": "Enviar mensaje",
"subscribed": "Suscrito", "subscribed": "Suscrito",
"local": "Local", "local": "Local",
"all": "Todo", "all": "Todo",
@ -110,9 +109,9 @@
"number_of_comments": "{count,plural, =1{{count} Comentario} other{{count} Comentarios}}", "number_of_comments": "{count,plural, =1{{count} Comentario} other{{count} Comentarios}}",
"number_of_posts": "{count,plural, =1{{count} Publicación} other{{count} Publicaciones}}", "number_of_posts": "{count,plural, =1{{count} Publicación} other{{count} Publicaciones}}",
"number_of_subscribers": "{count,plural, =1{{count} suscriptor} other{{count} suscriptores}}", "number_of_subscribers": "{count,plural, =1{{count} suscriptor} other{{count} suscriptores}}",
"number_of_users": "{count,plural, =1{{count} usuario} other{{count} usuarios}}",
"unsubscribe": "Desuscribirse", "unsubscribe": "Desuscribirse",
"subscribe": "Suscribirse", "subscribe": "Suscribirse",
"number_of_users": "{count,plural, =1{{count} usuario} other{{count} usuarios}}",
"messages": "Mensajes", "messages": "Mensajes",
"banned_users": "Usuarios expulsados", "banned_users": "Usuarios expulsados",
"delete_account_confirm": "Advertencia: esta acción eliminará permanentemente toda su información. Introduzca su contraseña para confirmar.", "delete_account_confirm": "Advertencia: esta acción eliminará permanentemente toda su información. Introduzca su contraseña para confirmar.",
@ -120,5 +119,6 @@
"verify_password": "Verificar contraseña", "verify_password": "Verificar contraseña",
"old_password": "Antigua contraseña", "old_password": "Antigua contraseña",
"show_avatars": "Mostrar avatares", "show_avatars": "Mostrar avatares",
"search": "Buscar" "search": "Buscar",
"send_message": "Enviar mensaje"
} }

View File

@ -13,7 +13,6 @@
"nsfw": "Eduki hunkigarriak (NSFW)", "nsfw": "Eduki hunkigarriak (NSFW)",
"post": "bidali", "post": "bidali",
"save": "gorde", "save": "gorde",
"send_message": "Bidali mezua",
"subscribed": "Harpidetuta", "subscribed": "Harpidetuta",
"local": "Lokala", "local": "Lokala",
"all": "Guztiak", "all": "Guztiak",
@ -110,9 +109,9 @@
"number_of_comments": "{count,plural, =1{Iruzkin {count}} other{{count} iruzkin}}", "number_of_comments": "{count,plural, =1{Iruzkin {count}} other{{count} iruzkin}}",
"number_of_posts": "{count,plural, =1{Bidalketa {count}} other{{count} bidalketa}}", "number_of_posts": "{count,plural, =1{Bidalketa {count}} other{{count} bidalketa}}",
"number_of_subscribers": "{count,plural, =1{Harpidetu {count}} other{{count} harpidetu}}", "number_of_subscribers": "{count,plural, =1{Harpidetu {count}} other{{count} harpidetu}}",
"number_of_users": "{count,plural, =1{Erabiltzaile {count}} other{{count} erabiltzaile}}",
"unsubscribe": "Ezabatu harpidetza", "unsubscribe": "Ezabatu harpidetza",
"subscribe": "Harpidetu", "subscribe": "Harpidetu",
"number_of_users": "{count,plural, =1{Erabiltzaile {count}} other{{count} erabiltzaile}}",
"messages": "Mezuak", "messages": "Mezuak",
"banned_users": "Debekatutako erabiltzaileak", "banned_users": "Debekatutako erabiltzaileak",
"delete_account_confirm": "Abisua: honek zure datu guztiak betirako ezabatu ditu. Sartu zure pasahitza baieztatzeko.", "delete_account_confirm": "Abisua: honek zure datu guztiak betirako ezabatu ditu. Sartu zure pasahitza baieztatzeko.",
@ -120,5 +119,6 @@
"verify_password": "Balioztatu pasahitza", "verify_password": "Balioztatu pasahitza",
"old_password": "Aurreko pasahitza", "old_password": "Aurreko pasahitza",
"show_avatars": "Erakutsi avatarrak", "show_avatars": "Erakutsi avatarrak",
"search": "Bilatu" "search": "Bilatu",
"send_message": "Bidali mezua"
} }

View File

@ -13,7 +13,6 @@
"nsfw": "NSFW", "nsfw": "NSFW",
"post": "viesti", "post": "viesti",
"save": "tallenna", "save": "tallenna",
"send_message": "Lähetä viesti",
"subscribed": "Tilattu", "subscribed": "Tilattu",
"all": "Kaikki", "all": "Kaikki",
"replies": "Vastaukset", "replies": "Vastaukset",
@ -95,9 +94,9 @@
"number_of_comments": "{count,plural, =1{{count} kommentti} other{{count} kommenttia}}", "number_of_comments": "{count,plural, =1{{count} kommentti} other{{count} kommenttia}}",
"number_of_posts": "{count,plural, =1{{count} viesti} other{{count} viestiä}}", "number_of_posts": "{count,plural, =1{{count} viesti} other{{count} viestiä}}",
"number_of_subscribers": "{count,plural, =1{{count} tilaaja} other{{count} tilaajaa}}", "number_of_subscribers": "{count,plural, =1{{count} tilaaja} other{{count} tilaajaa}}",
"number_of_users": "{count,plural, =1{{count} käyttäjä} other{{count} käyttäjää}}",
"unsubscribe": "Poista tilaus", "unsubscribe": "Poista tilaus",
"subscribe": "Tilaa", "subscribe": "Tilaa",
"number_of_users": "{count,plural, =1{{count} käyttäjä} other{{count} käyttäjää}}",
"messages": "Viestit", "messages": "Viestit",
"banned_users": "Porttikieltoon asetetut käyttäjät", "banned_users": "Porttikieltoon asetetut käyttäjät",
"delete_account_confirm": "Varoitus: tämä poistaa pysyvästi kaiken datasi. Anna salasanasi varmistukseksi.", "delete_account_confirm": "Varoitus: tämä poistaa pysyvästi kaiken datasi. Anna salasanasi varmistukseksi.",
@ -105,5 +104,6 @@
"verify_password": "Vahvista salasana", "verify_password": "Vahvista salasana",
"old_password": "Vanha salasana", "old_password": "Vanha salasana",
"show_avatars": "Näytä avatarit", "show_avatars": "Näytä avatarit",
"search": "Etsi" "search": "Etsi",
"send_message": "Lähetä viesti"
} }

View File

@ -13,7 +13,6 @@
"nsfw": "Pas sûr pour le travail (NSFW)", "nsfw": "Pas sûr pour le travail (NSFW)",
"post": "publication", "post": "publication",
"save": "sauvegarder", "save": "sauvegarder",
"send_message": "Envoyer le message",
"subscribed": "Abonnés", "subscribed": "Abonnés",
"local": "Local", "local": "Local",
"all": "Tout", "all": "Tout",
@ -109,9 +108,9 @@
"number_of_comments": "{count,plural, =1{{count} Commentaire} other{{count} Commentaires}}", "number_of_comments": "{count,plural, =1{{count} Commentaire} other{{count} Commentaires}}",
"number_of_posts": "{count,plural, =1{{count} Publication} other{{count} Publications}}", "number_of_posts": "{count,plural, =1{{count} Publication} other{{count} Publications}}",
"number_of_subscribers": "{count,plural, =1{{count} Abonné} other{{count} Abonnés}}", "number_of_subscribers": "{count,plural, =1{{count} Abonné} other{{count} Abonnés}}",
"number_of_users": "{count,plural, =1{{count} Utilisateur} other{{count} Utilisateurs}}",
"unsubscribe": "Se désabonner", "unsubscribe": "Se désabonner",
"subscribe": "Sabonner", "subscribe": "Sabonner",
"number_of_users": "{count,plural, =1{{count} Utilisateur} other{{count} Utilisateurs}}",
"messages": "Messages", "messages": "Messages",
"banned_users": "Utilisateurs interdits", "banned_users": "Utilisateurs interdits",
"delete_account_confirm": "Avertissement : cette action supprimera toutes vos données de façons permanente ! Saisissez votre mot de passe pour confirmer.", "delete_account_confirm": "Avertissement : cette action supprimera toutes vos données de façons permanente ! Saisissez votre mot de passe pour confirmer.",
@ -119,5 +118,6 @@
"verify_password": "Vérifiez le mot de passe", "verify_password": "Vérifiez le mot de passe",
"old_password": "Ancien mot de passe", "old_password": "Ancien mot de passe",
"show_avatars": "Afficher les avatars", "show_avatars": "Afficher les avatars",
"search": "Rechercher" "search": "Rechercher",
"send_message": "Envoyer le message"
} }

View File

@ -13,7 +13,6 @@
"nsfw": "NSFW", "nsfw": "NSFW",
"post": "postáil", "post": "postáil",
"save": "sábháil", "save": "sábháil",
"send_message": "Seol Teachtaireacht",
"subscribed": "Suibscríofa", "subscribed": "Suibscríofa",
"local": "Áitiúil", "local": "Áitiúil",
"all": "Gach", "all": "Gach",
@ -111,5 +110,6 @@
"verify_password": "Deimhnigh Pasfhocal", "verify_password": "Deimhnigh Pasfhocal",
"old_password": "Sean Pasfhocal", "old_password": "Sean Pasfhocal",
"show_avatars": "Taispeáin Abhatáranna", "show_avatars": "Taispeáin Abhatáranna",
"search": "Cuardaigh" "search": "Cuardaigh",
"send_message": "Seol Teachtaireacht"
} }

View File

@ -5,7 +5,6 @@
"comments": "टिप्पणी (कमेंट )", "comments": "टिप्पणी (कमेंट )",
"community": "समुदाय", "community": "समुदाय",
"post": "पोस्ट", "post": "पोस्ट",
"send_message": "संदेश भेजें",
"more": "और भी", "more": "और भी",
"reply": "जवाब दें", "reply": "जवाब दें",
"edit": "संपादित करें ( एडिट करें )", "edit": "संपादित करें ( एडिट करें )",
@ -20,5 +19,6 @@
"community_already_exists": "यह समुदाय पहले स मौजूद है |", "community_already_exists": "यह समुदाय पहले स मौजूद है |",
"number_of_comments": "{count,plural, =1{{{ count }} टिप्पणी (कमेंट )} other{{{ count }} टिप्पणियाँ (कोम्मेंट्स )}}", "number_of_comments": "{count,plural, =1{{{ count }} टिप्पणी (कमेंट )} other{{{ count }} टिप्पणियाँ (कोम्मेंट्स )}}",
"number_of_posts": "{count,plural, =1{{count} पोस्ट} other{{count} पोस्ट्स}}", "number_of_posts": "{count,plural, =1{{count} पोस्ट} other{{count} पोस्ट्स}}",
"show_avatars": "अवतार दिखाएँ" "show_avatars": "अवतार दिखाएँ",
"send_message": "संदेश भेजें"
} }

View File

@ -13,7 +13,6 @@
"nsfw": "Korhatáros tartalom", "nsfw": "Korhatáros tartalom",
"post": "Elküld", "post": "Elküld",
"save": "mentés", "save": "mentés",
"send_message": "Üzenet küldése",
"subscribed": "Feliratkozva", "subscribed": "Feliratkozva",
"all": "Mind", "all": "Mind",
"replies": "Válaszok", "replies": "Válaszok",
@ -96,9 +95,9 @@
"number_of_comments": "{count,plural, =1{{count} hozzászólás} other{{count} hozzászólás}}", "number_of_comments": "{count,plural, =1{{count} hozzászólás} other{{count} hozzászólás}}",
"number_of_posts": "{count,plural, =1{{count} bejegyzés} other{{count} bejegyzés}}", "number_of_posts": "{count,plural, =1{{count} bejegyzés} other{{count} bejegyzés}}",
"number_of_subscribers": "{count,plural, =1{{count} feliratkozó} other{{count} feliratkozó}}", "number_of_subscribers": "{count,plural, =1{{count} feliratkozó} other{{count} feliratkozó}}",
"number_of_users": "{count,plural, =1{{count} felhasználó} other{{count} felhasználó}}",
"unsubscribe": "Leiratkozás", "unsubscribe": "Leiratkozás",
"subscribe": "Feliratkozás", "subscribe": "Feliratkozás",
"number_of_users": "{count,plural, =1{{count} felhasználó} other{{count} felhasználó}}",
"messages": "Üzenetek", "messages": "Üzenetek",
"banned_users": "Kitiltott felhasználók", "banned_users": "Kitiltott felhasználók",
"delete_account_confirm": "Figyelmeztetés: ez véglegesen törölni fogja az összes adatodat. A megerősítéshez írd be a jelszavad!", "delete_account_confirm": "Figyelmeztetés: ez véglegesen törölni fogja az összes adatodat. A megerősítéshez írd be a jelszavad!",
@ -106,5 +105,6 @@
"verify_password": "Jelszó megerősítése", "verify_password": "Jelszó megerősítése",
"old_password": "Régi jelszó", "old_password": "Régi jelszó",
"show_avatars": "Avatárok mutatása", "show_avatars": "Avatárok mutatása",
"search": "Keresés" "search": "Keresés",
"send_message": "Üzenet küldése"
} }

View File

@ -13,7 +13,6 @@
"nsfw": "NSFW", "nsfw": "NSFW",
"post": "pubblica", "post": "pubblica",
"save": "salva", "save": "salva",
"send_message": "Invia Messaggio",
"subscribed": "Iscritto", "subscribed": "Iscritto",
"local": "Locale", "local": "Locale",
"all": "Tutti", "all": "Tutti",
@ -110,9 +109,9 @@
"number_of_comments": "{count,plural, =1{{count} Commento} other{{count} Commenti}}", "number_of_comments": "{count,plural, =1{{count} Commento} other{{count} Commenti}}",
"number_of_posts": "{count,plural, =1{{count} Pubblicazione} other{{count} Pubblicazioni}}", "number_of_posts": "{count,plural, =1{{count} Pubblicazione} other{{count} Pubblicazioni}}",
"number_of_subscribers": "{count,plural, =1{{count} iscritto} other{{count} iscritti}}", "number_of_subscribers": "{count,plural, =1{{count} iscritto} other{{count} iscritti}}",
"number_of_users": "{count,plural, =1{{count} utente} other{{count} utenti}}",
"unsubscribe": "Disiscriviti", "unsubscribe": "Disiscriviti",
"subscribe": "Iscriviti", "subscribe": "Iscriviti",
"number_of_users": "{count,plural, =1{{count} utente} other{{count} utenti}}",
"messages": "Messaggi", "messages": "Messaggi",
"banned_users": "Utenti Espulsi", "banned_users": "Utenti Espulsi",
"delete_account_confirm": "Attenzione: stai per cancellare permanentemente tutti i tuoi dati. Inserisci la tua password per confermare questa azione.", "delete_account_confirm": "Attenzione: stai per cancellare permanentemente tutti i tuoi dati. Inserisci la tua password per confermare questa azione.",
@ -120,5 +119,6 @@
"verify_password": "Verifica Password", "verify_password": "Verifica Password",
"old_password": "Vecchia Password", "old_password": "Vecchia Password",
"show_avatars": "Mostra Avatar", "show_avatars": "Mostra Avatar",
"search": "Cerca" "search": "Cerca",
"send_message": "Invia Messaggio"
} }

View File

@ -13,7 +13,6 @@
"nsfw": "閲覧注意", "nsfw": "閲覧注意",
"post": "投稿", "post": "投稿",
"save": "保存", "save": "保存",
"send_message": "メッセージを送信",
"subscribed": "登録済み", "subscribed": "登録済み",
"all": "全て", "all": "全て",
"replies": "返信", "replies": "返信",
@ -98,14 +97,15 @@
"number_of_comments": "{count,plural, =1{{count} 件のコメント}}", "number_of_comments": "{count,plural, =1{{count} 件のコメント}}",
"number_of_posts": "{count,plural, =1{{count} 件の投稿}}", "number_of_posts": "{count,plural, =1{{count} 件の投稿}}",
"number_of_subscribers": "{count,plural, =1{{count} 名の登録者}}", "number_of_subscribers": "{count,plural, =1{{count} 名の登録者}}",
"number_of_users": "{count,plural, =1{{count} 名のユーザー}}",
"unsubscribe": "登録解除", "unsubscribe": "登録解除",
"subscribe": "登録", "subscribe": "登録",
"number_of_users": "{count,plural, =1{{count} 名のユーザー}}",
"messages": "メッセージ", "messages": "メッセージ",
"delete_account_confirm": "警告: あなたのデータを全て恒久的に削除します。確認のためパスワードを入力してください。", "delete_account_confirm": "警告: あなたのデータを全て恒久的に削除します。確認のためパスワードを入力してください。",
"new_password": "新しいパスワード", "new_password": "新しいパスワード",
"verify_password": "パスワードの確認", "verify_password": "パスワードの確認",
"old_password": "現在のパスワード", "old_password": "現在のパスワード",
"show_avatars": "アバターを表示", "show_avatars": "アバターを表示",
"search": "検索" "search": "検索",
"send_message": "メッセージを送信"
} }

View File

@ -13,7 +13,6 @@
"nsfw": "NSFW", "nsfw": "NSFW",
"post": "პოსტი", "post": "პოსტი",
"save": "დამახსოვრება", "save": "დამახსოვრება",
"send_message": "მესეჯის გაგზავნა",
"subscribed": "გამოწერილია", "subscribed": "გამოწერილია",
"all": "ყველა", "all": "ყველა",
"replies": "პასუხები", "replies": "პასუხები",
@ -91,9 +90,9 @@
"number_of_comments": "{count,plural, =1{კომენტარი} other{კომანტარები}}", "number_of_comments": "{count,plural, =1{კომენტარი} other{კომანტარები}}",
"number_of_posts": "{count,plural, =1{თარგმნა} other{თარგმნა}}", "number_of_posts": "{count,plural, =1{თარგმნა} other{თარგმნა}}",
"number_of_subscribers": "{count,plural, =1{გამომწერი} other{გამომწერები}}", "number_of_subscribers": "{count,plural, =1{გამომწერი} other{გამომწერები}}",
"number_of_users": "{count,plural, =1{მომხმარებელი} other{მომხმარებლები}}",
"unsubscribe": "გამოწერის გაუქმნება", "unsubscribe": "გამოწერის გაუქმნება",
"subscribe": "გამოწერა", "subscribe": "გამოწერა",
"number_of_users": "{count,plural, =1{მომხმარებელი} other{მომხმარებლები}}",
"messages": "მესეჯები", "messages": "მესეჯები",
"banned_users": "გაშავებული მომხმარებლები", "banned_users": "გაშავებული მომხმარებლები",
"delete_account_confirm": "გაფთხილება: ეს შენს ყველაფერს წაშლის. პაროლი ჩაწერეთ რომ დაადასტუროთ.", "delete_account_confirm": "გაფთხილება: ეს შენს ყველაფერს წაშლის. პაროლი ჩაწერეთ რომ დაადასტუროთ.",
@ -101,5 +100,6 @@
"verify_password": "პაროლის დადასტურება", "verify_password": "პაროლის დადასტურება",
"old_password": "ძველი პაროლი", "old_password": "ძველი პაროლი",
"show_avatars": "ავატარები გამოჩენა", "show_avatars": "ავატარები გამოჩენა",
"search": "ძებმა" "search": "ძებმა",
"send_message": "მესეჯის გაგზავნა"
} }

View File

@ -13,7 +13,6 @@
"nsfw": "민감한 콘텐츠(후방주의, 성인)", "nsfw": "민감한 콘텐츠(후방주의, 성인)",
"post": "등록", "post": "등록",
"save": "저장", "save": "저장",
"send_message": "메세지 전송",
"subscribed": "구독", "subscribed": "구독",
"local": "Local", "local": "Local",
"all": "모두", "all": "모두",
@ -110,9 +109,9 @@
"number_of_comments": "{count,plural, =1{덧글수 {count}}}", "number_of_comments": "{count,plural, =1{덧글수 {count}}}",
"number_of_posts": "{count,plural, =1{게시물 수 {count}}}", "number_of_posts": "{count,plural, =1{게시물 수 {count}}}",
"number_of_subscribers": "{count,plural, =1{구독자수{count}}}", "number_of_subscribers": "{count,plural, =1{구독자수{count}}}",
"number_of_users": "{count,plural, =1{가입자수 {count}}}",
"unsubscribe": "구독취소", "unsubscribe": "구독취소",
"subscribe": "구독", "subscribe": "구독",
"number_of_users": "{count,plural, =1{가입자수 {count}}}",
"messages": "메세지", "messages": "메세지",
"banned_users": "금지 된 사용자", "banned_users": "금지 된 사용자",
"delete_account_confirm": "경고 : 모든 데이터가 영구적으로 삭제됩니다. 확인을 위해 비밀번호를 입력하십시오.", "delete_account_confirm": "경고 : 모든 데이터가 영구적으로 삭제됩니다. 확인을 위해 비밀번호를 입력하십시오.",
@ -120,5 +119,6 @@
"verify_password": "비밀번호 재입력", "verify_password": "비밀번호 재입력",
"old_password": "기존 비밀번호", "old_password": "기존 비밀번호",
"show_avatars": "아바타 보기", "show_avatars": "아바타 보기",
"search": "검색" "search": "검색",
"send_message": "메세지 전송"
} }

View File

@ -13,7 +13,6 @@
"nsfw": "NSFW", "nsfw": "NSFW",
"post": "post", "post": "post",
"save": "opslaan", "save": "opslaan",
"send_message": "Verstuur bericht",
"subscribed": "Geabonneerd", "subscribed": "Geabonneerd",
"all": "Alle", "all": "Alle",
"replies": "Reacties", "replies": "Reacties",
@ -96,9 +95,9 @@
"number_of_comments": "{count,plural, =1{{count} reactie} other{{count} reacties}}", "number_of_comments": "{count,plural, =1{{count} reactie} other{{count} reacties}}",
"number_of_posts": "{count,plural, =1{{count} post} other{{count} posts}}", "number_of_posts": "{count,plural, =1{{count} post} other{{count} posts}}",
"number_of_subscribers": "{count,plural, =1{{count} abonnee} other{{count} abonnees}}", "number_of_subscribers": "{count,plural, =1{{count} abonnee} other{{count} abonnees}}",
"number_of_users": "{count,plural, =1{{count} gebruiker} other{{count} gebruikers}}",
"unsubscribe": "Afmelden", "unsubscribe": "Afmelden",
"subscribe": "Abonneren", "subscribe": "Abonneren",
"number_of_users": "{count,plural, =1{{count} gebruiker} other{{count} gebruikers}}",
"messages": "Berichten", "messages": "Berichten",
"banned_users": "Verbannen gebruikers", "banned_users": "Verbannen gebruikers",
"delete_account_confirm": "Waarschuwing: dit zal al uw data voorgoed verwijderen, vul uw wachtwoord in om te bevestigen.", "delete_account_confirm": "Waarschuwing: dit zal al uw data voorgoed verwijderen, vul uw wachtwoord in om te bevestigen.",
@ -106,5 +105,6 @@
"verify_password": "Herhaal wachtwoord", "verify_password": "Herhaal wachtwoord",
"old_password": "Oud wachtwoord", "old_password": "Oud wachtwoord",
"show_avatars": "Toon avatars", "show_avatars": "Toon avatars",
"search": "Zoek" "search": "Zoek",
"send_message": "Verstuur bericht"
} }

View File

@ -1,7 +1,5 @@
{ {
"@@locale": "pl", "@@locale": "pl",
"add_account": "Dodaj konto",
"select_instance": "Wybierz instancje",
"settings": "Ustawienia", "settings": "Ustawienia",
"password": "Hasło", "password": "Hasło",
"email_or_username": "Email lub Nazwa Użytkownika", "email_or_username": "Email lub Nazwa Użytkownika",
@ -15,7 +13,6 @@
"nsfw": "NSFW", "nsfw": "NSFW",
"post": "post", "post": "post",
"save": "zapisz", "save": "zapisz",
"send_message": "Wyślij Wiadomość",
"subscribed": "Zasubskrybowane", "subscribed": "Zasubskrybowane",
"local": "Lokalne", "local": "Lokalne",
"all": "Wszystko", "all": "Wszystko",
@ -117,5 +114,6 @@
"verify_password": "Zweryfikuj Hasło", "verify_password": "Zweryfikuj Hasło",
"old_password": "Stare Hasło", "old_password": "Stare Hasło",
"show_avatars": "Pokaż Awatary", "show_avatars": "Pokaż Awatary",
"search": "Szukaj" "search": "Szukaj",
"send_message": "Wyślij Wiadomość"
} }

View File

@ -13,7 +13,6 @@
"nsfw": "NSFW", "nsfw": "NSFW",
"post": "publicação", "post": "publicação",
"save": "guardar", "save": "guardar",
"send_message": "Enviar mensagem",
"subscribed": "Inscrito", "subscribed": "Inscrito",
"local": "Local", "local": "Local",
"all": "Tudo", "all": "Tudo",
@ -106,9 +105,9 @@
"number_of_comments": "{count,plural, =1{{count} comentário} other{{count} comentários}}", "number_of_comments": "{count,plural, =1{{count} comentário} other{{count} comentários}}",
"number_of_posts": "{count,plural, =1{{count} publicação} other{{count} publicações}}", "number_of_posts": "{count,plural, =1{{count} publicação} other{{count} publicações}}",
"number_of_subscribers": "{count,plural, =1{{count} inscrito} other{{count} inscritos}}", "number_of_subscribers": "{count,plural, =1{{count} inscrito} other{{count} inscritos}}",
"number_of_users": "{count,plural, =1{{count} usuário} other{{count} usuários}}",
"unsubscribe": "Cancelar inscrição", "unsubscribe": "Cancelar inscrição",
"subscribe": "Inscrever-se", "subscribe": "Inscrever-se",
"number_of_users": "{count,plural, =1{{count} usuário} other{{count} usuários}}",
"messages": "Mensagens", "messages": "Mensagens",
"banned_users": "Usuários Banidos", "banned_users": "Usuários Banidos",
"delete_account_confirm": "Aviso: isso vai apagar seus dados de forma permanente. Escreva sua senha para confirmar.", "delete_account_confirm": "Aviso: isso vai apagar seus dados de forma permanente. Escreva sua senha para confirmar.",
@ -116,5 +115,6 @@
"verify_password": "Verifique a senha", "verify_password": "Verifique a senha",
"old_password": "Senha antiga", "old_password": "Senha antiga",
"show_avatars": "Mostrar Avatares", "show_avatars": "Mostrar Avatares",
"search": "Busca" "search": "Busca",
"send_message": "Enviar mensagem"
} }

View File

@ -13,7 +13,6 @@
"nsfw": "NSFW", "nsfw": "NSFW",
"post": "запись", "post": "запись",
"save": "сохранить", "save": "сохранить",
"send_message": "Послать сообщение",
"subscribed": "Подписаны", "subscribed": "Подписаны",
"local": "Местное", "local": "Местное",
"all": "Всё", "all": "Всё",
@ -115,5 +114,6 @@
"verify_password": "Повторите пароль", "verify_password": "Повторите пароль",
"old_password": "Действующий пароль", "old_password": "Действующий пароль",
"show_avatars": "Показывать аватары", "show_avatars": "Показывать аватары",
"search": "Поиск" "search": "Поиск",
"send_message": "Послать сообщение"
} }

View File

@ -13,7 +13,6 @@
"nsfw": "NSFW", "nsfw": "NSFW",
"post": "publiko", "post": "publiko",
"save": "ruaj", "save": "ruaj",
"send_message": "Dërgo Mesazh",
"subscribed": "Jeni abonuar", "subscribed": "Jeni abonuar",
"all": "Gjithçka", "all": "Gjithçka",
"replies": "Përgjigjet", "replies": "Përgjigjet",
@ -96,9 +95,9 @@
"number_of_comments": "{count,plural, =1{{count} Koment} other{{count} Komente}}", "number_of_comments": "{count,plural, =1{{count} Koment} other{{count} Komente}}",
"number_of_posts": "{count,plural, =1{{count} Postim} other{{count} Postime}}", "number_of_posts": "{count,plural, =1{{count} Postim} other{{count} Postime}}",
"number_of_subscribers": "{count,plural, =1{{count} i abonuar} other{{count} të abonuar}}", "number_of_subscribers": "{count,plural, =1{{count} i abonuar} other{{count} të abonuar}}",
"number_of_users": "{count,plural, =1{{count} Përdorues} other{{count} Përdoruesa}}",
"unsubscribe": "Ndalo Abonimin", "unsubscribe": "Ndalo Abonimin",
"subscribe": "Abonohu", "subscribe": "Abonohu",
"number_of_users": "{count,plural, =1{{count} Përdorues} other{{count} Përdoruesa}}",
"messages": "Mesazhet", "messages": "Mesazhet",
"banned_users": "Pëdoruesit e dëbuar", "banned_users": "Pëdoruesit e dëbuar",
"delete_account_confirm": "Paralajmërim: kjo do të fshij të gjitha të dhënat e juaja përgjithmonë. Shtyp fjalëkalimin tënd për ta konfirmuar.", "delete_account_confirm": "Paralajmërim: kjo do të fshij të gjitha të dhënat e juaja përgjithmonë. Shtyp fjalëkalimin tënd për ta konfirmuar.",
@ -106,5 +105,6 @@
"verify_password": "Konfirmo Fjalëkalimin", "verify_password": "Konfirmo Fjalëkalimin",
"old_password": "Fjalëkalimi i vjetër", "old_password": "Fjalëkalimi i vjetër",
"show_avatars": "Shfaq fotot e profilit", "show_avatars": "Shfaq fotot e profilit",
"search": "Kërko" "search": "Kërko",
"send_message": "Dërgo Mesazh"
} }

View File

@ -13,7 +13,6 @@
"nsfw": "Känsligt eller oförbehållsamt innehåll", "nsfw": "Känsligt eller oförbehållsamt innehåll",
"post": "publicera", "post": "publicera",
"save": "spara", "save": "spara",
"send_message": "Skicka meddelande",
"subscribed": "Prenumererar", "subscribed": "Prenumererar",
"local": "Lokalt", "local": "Lokalt",
"all": "Allt", "all": "Allt",
@ -110,9 +109,9 @@
"number_of_comments": "{count,plural, =1{{count} kommentar} other{{count} kommentarer}}", "number_of_comments": "{count,plural, =1{{count} kommentar} other{{count} kommentarer}}",
"number_of_posts": "{count,plural, =1{{count} inlägg} other{{count} inlägg}}", "number_of_posts": "{count,plural, =1{{count} inlägg} other{{count} inlägg}}",
"number_of_subscribers": "{count,plural, =1{{count} prenumerant} other{{count} prenumeranter}}", "number_of_subscribers": "{count,plural, =1{{count} prenumerant} other{{count} prenumeranter}}",
"number_of_users": "{count,plural, =1{{count} användare} other{{count} användare}}",
"unsubscribe": "Avsluta prenumeration", "unsubscribe": "Avsluta prenumeration",
"subscribe": "Prenumerera", "subscribe": "Prenumerera",
"number_of_users": "{count,plural, =1{{count} användare} other{{count} användare}}",
"messages": "Meddelanden", "messages": "Meddelanden",
"banned_users": "Blockerade användare", "banned_users": "Blockerade användare",
"delete_account_confirm": "Varning: den här åtgärden kommer radera alla dina data permanent. Skriv in ditt lösenord för att bekräfta.", "delete_account_confirm": "Varning: den här åtgärden kommer radera alla dina data permanent. Skriv in ditt lösenord för att bekräfta.",
@ -120,5 +119,6 @@
"verify_password": "Bekräfta lösenord", "verify_password": "Bekräfta lösenord",
"old_password": "Gammalt lösenord", "old_password": "Gammalt lösenord",
"show_avatars": "Visa profilbilder", "show_avatars": "Visa profilbilder",
"search": "Sök" "search": "Sök",
"send_message": "Skicka meddelande"
} }

View File

@ -13,7 +13,6 @@
"nsfw": "Müstehcen", "nsfw": "Müstehcen",
"post": "paylaşım", "post": "paylaşım",
"save": "kaydet", "save": "kaydet",
"send_message": "Mesaj Yolla",
"subscribed": "Takibe alındı", "subscribed": "Takibe alındı",
"all": "Hepsi", "all": "Hepsi",
"replies": "Cevaplar", "replies": "Cevaplar",
@ -96,9 +95,9 @@
"number_of_comments": "{count,plural, =1{{count} Yorum} other{{count} Yorum}}", "number_of_comments": "{count,plural, =1{{count} Yorum} other{{count} Yorum}}",
"number_of_posts": "{count,plural, =1{{count} Paylaşım} other{{count} Paylaşım}}", "number_of_posts": "{count,plural, =1{{count} Paylaşım} other{{count} Paylaşım}}",
"number_of_subscribers": "{count,plural, =1{{count} Takipçi} other{{count} Takipçi}}", "number_of_subscribers": "{count,plural, =1{{count} Takipçi} other{{count} Takipçi}}",
"number_of_users": "{count,plural, =1{{count} Kullanıcı} other{{count} Kullanıcı}}",
"unsubscribe": "Takibi bırak", "unsubscribe": "Takibi bırak",
"subscribe": "Takip et", "subscribe": "Takip et",
"number_of_users": "{count,plural, =1{{count} Kullanıcı} other{{count} Kullanıcı}}",
"messages": "Mesajlar", "messages": "Mesajlar",
"banned_users": "Yasaklanmış Kullanıcılar", "banned_users": "Yasaklanmış Kullanıcılar",
"delete_account_confirm": "Uyarı: Devam etmek bütün verilerinizi kalıcı olarak silecektir. Onaylamak için şifrenizi girin.", "delete_account_confirm": "Uyarı: Devam etmek bütün verilerinizi kalıcı olarak silecektir. Onaylamak için şifrenizi girin.",
@ -106,5 +105,6 @@
"verify_password": "Şifreyi doğrulayın", "verify_password": "Şifreyi doğrulayın",
"old_password": "Eski şifre", "old_password": "Eski şifre",
"show_avatars": "Avatarları Göster", "show_avatars": "Avatarları Göster",
"search": "Ara" "search": "Ara",
"send_message": "Mesaj Yolla"
} }

View File

@ -13,7 +13,6 @@
"nsfw": "NSFW", "nsfw": "NSFW",
"post": "Запис", "post": "Запис",
"save": "зберегти", "save": "зберегти",
"send_message": "Послати повідомлення",
"subscribed": "Підписані", "subscribed": "Підписані",
"all": "Все", "all": "Все",
"replies": "Відповіді", "replies": "Відповіді",
@ -101,5 +100,6 @@
"verify_password": "Повторіть пароль", "verify_password": "Повторіть пароль",
"old_password": "Діючий пароль", "old_password": "Діючий пароль",
"show_avatars": "Показувати аватари", "show_avatars": "Показувати аватари",
"search": "Пошук" "search": "Пошук",
"send_message": "Послати повідомлення"
} }

View File

@ -13,7 +13,6 @@
"nsfw": "工作场所不宜", "nsfw": "工作场所不宜",
"post": "回帖", "post": "回帖",
"save": "保存", "save": "保存",
"send_message": "发送消息",
"subscribed": "已订阅", "subscribed": "已订阅",
"local": "本地", "local": "本地",
"all": "所有", "all": "所有",
@ -110,9 +109,9 @@
"number_of_comments": "{count,plural, =1{{count} 条评论} other{{count} 条评论}}", "number_of_comments": "{count,plural, =1{{count} 条评论} other{{count} 条评论}}",
"number_of_posts": "{count,plural, =1{{count} 个帖子} other{{count} 条帖子}}", "number_of_posts": "{count,plural, =1{{count} 个帖子} other{{count} 条帖子}}",
"number_of_subscribers": "{count,plural, =1{{count} 订阅者} other{{count} 名订阅者}}", "number_of_subscribers": "{count,plural, =1{{count} 订阅者} other{{count} 名订阅者}}",
"number_of_users": "{count,plural, =1{{count} 用户} other{{count} 名用户}}",
"unsubscribe": "取消订阅", "unsubscribe": "取消订阅",
"subscribe": "订阅", "subscribe": "订阅",
"number_of_users": "{count,plural, =1{{count} 用户} other{{count} 名用户}}",
"messages": "信息", "messages": "信息",
"banned_users": "被禁止用户", "banned_users": "被禁止用户",
"delete_account_confirm": "警告:此操作将永久删除你的数据,请输入密码进行确认。", "delete_account_confirm": "警告:此操作将永久删除你的数据,请输入密码进行确认。",
@ -120,5 +119,6 @@
"verify_password": "确认密码", "verify_password": "确认密码",
"old_password": "当前密码", "old_password": "当前密码",
"show_avatars": "显示头像", "show_avatars": "显示头像",
"search": "搜索" "search": "搜索",
"send_message": "发送消息"
} }

View File

@ -5,13 +5,6 @@ import 'package:flutter/material.dart';
import 'package:flutter_gen/gen_l10n/l10n.dart'; import 'package:flutter_gen/gen_l10n/l10n.dart';
abstract class L10nStrings { abstract class L10nStrings {
static const add_account = 'add_account';
static const select_instance = 'select_instance';
static const accounts = 'accounts';
static const appearance = 'appearance';
static const add_instance = 'add_instance';
static const sign_in = 'sign_in';
static const register = 'register';
static const settings = 'settings'; static const settings = 'settings';
static const password = 'password'; static const password = 'password';
static const email_or_username = 'email_or_username'; static const email_or_username = 'email_or_username';
@ -25,7 +18,6 @@ abstract class L10nStrings {
static const nsfw = 'nsfw'; static const nsfw = 'nsfw';
static const post = 'post'; static const post = 'post';
static const save = 'save'; static const save = 'save';
static const send_message = 'send_message';
static const subscribed = 'subscribed'; static const subscribed = 'subscribed';
static const local = 'local'; static const local = 'local';
static const all = 'all'; static const all = 'all';
@ -66,6 +58,7 @@ abstract class L10nStrings {
static const chat = 'chat'; static const chat = 'chat';
static const admin = 'admin'; static const admin = 'admin';
static const by = 'by'; static const by = 'by';
static const not_a_mod_or_admin = 'not_a_mod_or_admin';
static const not_an_admin = 'not_an_admin'; static const not_an_admin = 'not_an_admin';
static const couldnt_find_post = 'couldnt_find_post'; static const couldnt_find_post = 'couldnt_find_post';
static const not_logged_in = 'not_logged_in'; static const not_logged_in = 'not_logged_in';
@ -95,14 +88,17 @@ abstract class L10nStrings {
static const couldnt_update_site = 'couldnt_update_site'; static const couldnt_update_site = 'couldnt_update_site';
static const invalid_community_name = 'invalid_community_name'; static const invalid_community_name = 'invalid_community_name';
static const community_already_exists = 'community_already_exists'; static const community_already_exists = 'community_already_exists';
static const community_moderator_already_exists = 'community_moderator_already_exists'; static const community_moderator_already_exists =
static const community_follower_already_exists = 'community_follower_already_exists'; 'community_moderator_already_exists';
static const community_follower_already_exists =
'community_follower_already_exists';
static const not_a_moderator = 'not_a_moderator'; static const not_a_moderator = 'not_a_moderator';
static const couldnt_update_community = 'couldnt_update_community'; static const couldnt_update_community = 'couldnt_update_community';
static const no_community_edit_allowed = 'no_community_edit_allowed'; static const no_community_edit_allowed = 'no_community_edit_allowed';
static const system_err_login = 'system_err_login'; static const system_err_login = 'system_err_login';
static const community_user_already_banned = 'community_user_already_banned'; static const community_user_already_banned = 'community_user_already_banned';
static const couldnt_find_that_username_or_email = 'couldnt_find_that_username_or_email'; static const couldnt_find_that_username_or_email =
'couldnt_find_that_username_or_email';
static const password_incorrect = 'password_incorrect'; static const password_incorrect = 'password_incorrect';
static const registration_closed = 'registration_closed'; static const registration_closed = 'registration_closed';
static const invalid_password = 'invalid_password'; static const invalid_password = 'invalid_password';
@ -111,21 +107,23 @@ abstract class L10nStrings {
static const invalid_username = 'invalid_username'; static const invalid_username = 'invalid_username';
static const bio_length_overflow = 'bio_length_overflow'; static const bio_length_overflow = 'bio_length_overflow';
static const couldnt_update_user = 'couldnt_update_user'; static const couldnt_update_user = 'couldnt_update_user';
static const couldnt_update_private_message = 'couldnt_update_private_message'; static const couldnt_update_private_message =
'couldnt_update_private_message';
static const couldnt_update_post = 'couldnt_update_post'; static const couldnt_update_post = 'couldnt_update_post';
static const couldnt_create_private_message = 'couldnt_create_private_message'; static const couldnt_create_private_message =
static const no_private_message_edit_allowed = 'no_private_message_edit_allowed'; 'couldnt_create_private_message';
static const no_private_message_edit_allowed =
'no_private_message_edit_allowed';
static const post_title_too_long = 'post_title_too_long'; static const post_title_too_long = 'post_title_too_long';
static const email_already_exists = 'email_already_exists'; static const email_already_exists = 'email_already_exists';
static const user_already_exists = 'user_already_exists'; static const user_already_exists = 'user_already_exists';
static const number_users_online = 'number_users_online'; static const number_users_online = 'number_users_online';
static const not_a_mod_or_admin = 'not_a_mod_or_admin';
static const number_of_comments = 'number_of_comments'; static const number_of_comments = 'number_of_comments';
static const number_of_posts = 'number_of_posts'; static const number_of_posts = 'number_of_posts';
static const number_of_subscribers = 'number_of_subscribers'; static const number_of_subscribers = 'number_of_subscribers';
static const number_of_users = 'number_of_users';
static const unsubscribe = 'unsubscribe'; static const unsubscribe = 'unsubscribe';
static const subscribe = 'subscribe'; static const subscribe = 'subscribe';
static const number_of_users = 'number_of_users';
static const messages = 'messages'; static const messages = 'messages';
static const banned_users = 'banned_users'; static const banned_users = 'banned_users';
static const delete_account_confirm = 'delete_account_confirm'; static const delete_account_confirm = 'delete_account_confirm';
@ -134,25 +132,12 @@ abstract class L10nStrings {
static const old_password = 'old_password'; static const old_password = 'old_password';
static const show_avatars = 'show_avatars'; static const show_avatars = 'show_avatars';
static const search = 'search'; static const search = 'search';
static const send_message = 'send_message';
} }
extension L10nFromString on String { extension L10nFromString on String {
String tr(BuildContext context) { String tr(BuildContext context) {
switch (this) { switch (this) {
case L10nStrings.add_account:
return L10n.of(context).add_account;
case L10nStrings.select_instance:
return L10n.of(context).select_instance;
case L10nStrings.accounts:
return L10n.of(context).accounts;
case L10nStrings.appearance:
return L10n.of(context).appearance;
case L10nStrings.add_instance:
return L10n.of(context).add_instance;
case L10nStrings.sign_in:
return L10n.of(context).sign_in;
case L10nStrings.register:
return L10n.of(context).register;
case L10nStrings.settings: case L10nStrings.settings:
return L10n.of(context).settings; return L10n.of(context).settings;
case L10nStrings.password: case L10nStrings.password:
@ -179,8 +164,6 @@ extension L10nFromString on String {
return L10n.of(context).post; return L10n.of(context).post;
case L10nStrings.save: case L10nStrings.save:
return L10n.of(context).save; return L10n.of(context).save;
case L10nStrings.send_message:
return L10n.of(context).send_message;
case L10nStrings.subscribed: case L10nStrings.subscribed:
return L10n.of(context).subscribed; return L10n.of(context).subscribed;
case L10nStrings.local: case L10nStrings.local:
@ -261,6 +244,8 @@ extension L10nFromString on String {
return L10n.of(context).admin; return L10n.of(context).admin;
case L10nStrings.by: case L10nStrings.by:
return L10n.of(context).by; return L10n.of(context).by;
case L10nStrings.not_a_mod_or_admin:
return L10n.of(context).not_a_mod_or_admin;
case L10nStrings.not_an_admin: case L10nStrings.not_an_admin:
return L10n.of(context).not_an_admin; return L10n.of(context).not_an_admin;
case L10nStrings.couldnt_find_post: case L10nStrings.couldnt_find_post:
@ -365,8 +350,6 @@ extension L10nFromString on String {
return L10n.of(context).email_already_exists; return L10n.of(context).email_already_exists;
case L10nStrings.user_already_exists: case L10nStrings.user_already_exists:
return L10n.of(context).user_already_exists; return L10n.of(context).user_already_exists;
case L10nStrings.not_a_mod_or_admin:
return L10n.of(context).not_a_mod_or_admin;
case L10nStrings.unsubscribe: case L10nStrings.unsubscribe:
return L10n.of(context).unsubscribe; return L10n.of(context).unsubscribe;
case L10nStrings.subscribe: case L10nStrings.subscribe:
@ -387,6 +370,8 @@ extension L10nFromString on String {
return L10n.of(context).show_avatars; return L10n.of(context).show_avatars;
case L10nStrings.search: case L10nStrings.search:
return L10n.of(context).search; return L10n.of(context).search;
case L10nStrings.send_message:
return L10n.of(context).send_message;
default: default:
return this; return this;

View File

@ -1,17 +1,11 @@
{ {
"ar": [ "ar": [
"add_account",
"select_instance",
"accounts",
"appearance",
"add_instance",
"sign_in",
"register",
"local", "local",
"from", "from",
"banner", "banner",
"display_name", "display_name",
"bio", "bio",
"not_a_mod_or_admin",
"couldnt_find_post", "couldnt_find_post",
"invalid_url", "invalid_url",
"couldnt_like_comment", "couldnt_like_comment",
@ -52,48 +46,24 @@
"couldnt_create_private_message", "couldnt_create_private_message",
"no_private_message_edit_allowed", "no_private_message_edit_allowed",
"post_title_too_long", "post_title_too_long",
"number_users_online" "number_users_online",
"number_of_comments",
"number_of_posts",
"number_of_subscribers",
"number_of_users",
"delete_account_confirm"
], ],
"ca": [ "ca": [
"add_account", "not_a_mod_or_admin"
"select_instance",
"accounts",
"appearance",
"add_instance",
"sign_in",
"register",
"bio",
"invalid_url",
"report_reason_required",
"report_too_long",
"couldnt_create_report",
"couldnt_resolve_report",
"invalid_post_title",
"not_a_moderator",
"invalid_password",
"captcha_incorrect",
"bio_length_overflow"
], ],
"da": [ "da": [
"add_account", "not_a_mod_or_admin"
"select_instance",
"accounts",
"appearance",
"add_instance",
"sign_in",
"register"
], ],
"de": [ "de": [
"add_account", "not_a_mod_or_admin",
"select_instance",
"accounts",
"appearance",
"add_instance",
"sign_in",
"register",
"report_reason_required", "report_reason_required",
"report_too_long", "report_too_long",
"couldnt_create_report", "couldnt_create_report",
@ -101,58 +71,26 @@
], ],
"el": [ "el": [
"add_account", "not_a_mod_or_admin"
"select_instance",
"accounts",
"appearance",
"add_instance",
"sign_in",
"register"
], ],
"eo": [ "eo": [
"add_account", "not_a_mod_or_admin"
"select_instance",
"accounts",
"appearance",
"add_instance",
"sign_in",
"register"
], ],
"es": [ "es": [
"add_account", "not_a_mod_or_admin"
"select_instance",
"accounts",
"appearance",
"add_instance",
"sign_in",
"register"
], ],
"eu": [ "eu": [
"add_account", "not_a_mod_or_admin"
"select_instance",
"accounts",
"appearance",
"add_instance",
"sign_in",
"register"
], ],
"fa": [ "fa": [
"add_account",
"select_instance",
"accounts",
"appearance",
"add_instance",
"sign_in",
"register",
"modlog", "modlog",
"community", "community",
"url", "url",
"body", "body",
"send_message",
"subscribed", "subscribed",
"local", "local",
"from", "from",
@ -166,6 +104,7 @@
"theme", "theme",
"old", "old",
"by", "by",
"not_a_mod_or_admin",
"invalid_url", "invalid_url",
"couldnt_get_comments", "couldnt_get_comments",
"report_reason_required", "report_reason_required",
@ -185,21 +124,21 @@
"couldnt_update_private_message", "couldnt_update_private_message",
"couldnt_create_private_message", "couldnt_create_private_message",
"no_private_message_edit_allowed", "no_private_message_edit_allowed",
"post_title_too_long" "post_title_too_long",
"number_of_subscribers",
"unsubscribe",
"subscribe",
"messages",
"banned_users",
"send_message"
], ],
"fi": [ "fi": [
"add_account",
"select_instance",
"accounts",
"appearance",
"add_instance",
"sign_in",
"register",
"local", "local",
"banner", "banner",
"display_name", "display_name",
"bio", "bio",
"not_a_mod_or_admin",
"invalid_url", "invalid_url",
"report_reason_required", "report_reason_required",
"report_too_long", "report_too_long",
@ -214,39 +153,24 @@
], ],
"fr": [ "fr": [
"add_account", "not_a_mod_or_admin",
"select_instance",
"accounts",
"appearance",
"add_instance",
"sign_in",
"register",
"report_too_long" "report_too_long"
], ],
"ga": [ "ga": [
"add_account", "not_a_mod_or_admin",
"select_instance",
"accounts",
"appearance",
"add_instance",
"sign_in",
"register",
"report_reason_required", "report_reason_required",
"report_too_long", "report_too_long",
"couldnt_create_report", "couldnt_create_report",
"couldnt_resolve_report", "couldnt_resolve_report",
"number_users_online" "number_users_online",
"number_of_comments",
"number_of_posts",
"number_of_subscribers",
"number_of_users"
], ],
"gl": [ "gl": [
"add_account",
"select_instance",
"accounts",
"appearance",
"add_instance",
"sign_in",
"register",
"settings", "settings",
"password", "password",
"email_or_username", "email_or_username",
@ -260,7 +184,6 @@
"nsfw", "nsfw",
"post", "post",
"save", "save",
"send_message",
"subscribed", "subscribed",
"local", "local",
"all", "all",
@ -301,6 +224,7 @@
"chat", "chat",
"admin", "admin",
"by", "by",
"not_a_mod_or_admin",
"not_an_admin", "not_an_admin",
"couldnt_find_post", "couldnt_find_post",
"not_logged_in", "not_logged_in",
@ -353,17 +277,25 @@
"post_title_too_long", "post_title_too_long",
"email_already_exists", "email_already_exists",
"user_already_exists", "user_already_exists",
"number_users_online" "number_users_online",
"number_of_comments",
"number_of_posts",
"number_of_subscribers",
"number_of_users",
"unsubscribe",
"subscribe",
"messages",
"banned_users",
"delete_account_confirm",
"new_password",
"verify_password",
"old_password",
"show_avatars",
"search",
"send_message"
], ],
"hi": [ "hi": [
"add_account",
"select_instance",
"accounts",
"appearance",
"add_instance",
"sign_in",
"register",
"password", "password",
"email_or_username", "email_or_username",
"modlog", "modlog",
@ -405,6 +337,7 @@
"top", "top",
"chat", "chat",
"by", "by",
"not_a_mod_or_admin",
"not_an_admin", "not_an_admin",
"not_logged_in", "not_logged_in",
"site_ban", "site_ban",
@ -452,17 +385,21 @@
"post_title_too_long", "post_title_too_long",
"email_already_exists", "email_already_exists",
"user_already_exists", "user_already_exists",
"number_users_online" "number_users_online",
"number_of_subscribers",
"number_of_users",
"unsubscribe",
"subscribe",
"messages",
"banned_users",
"delete_account_confirm",
"new_password",
"verify_password",
"old_password",
"search"
], ],
"hr": [ "hr": [
"add_account",
"select_instance",
"accounts",
"appearance",
"add_instance",
"sign_in",
"register",
"settings", "settings",
"password", "password",
"email_or_username", "email_or_username",
@ -476,7 +413,6 @@
"nsfw", "nsfw",
"post", "post",
"save", "save",
"send_message",
"subscribed", "subscribed",
"local", "local",
"all", "all",
@ -517,6 +453,7 @@
"chat", "chat",
"admin", "admin",
"by", "by",
"not_a_mod_or_admin",
"not_an_admin", "not_an_admin",
"couldnt_find_post", "couldnt_find_post",
"not_logged_in", "not_logged_in",
@ -569,21 +506,30 @@
"post_title_too_long", "post_title_too_long",
"email_already_exists", "email_already_exists",
"user_already_exists", "user_already_exists",
"number_users_online" "number_users_online",
"number_of_comments",
"number_of_posts",
"number_of_subscribers",
"number_of_users",
"unsubscribe",
"subscribe",
"messages",
"banned_users",
"delete_account_confirm",
"new_password",
"verify_password",
"old_password",
"show_avatars",
"search",
"send_message"
], ],
"hu": [ "hu": [
"add_account",
"select_instance",
"accounts",
"appearance",
"add_instance",
"sign_in",
"register",
"local", "local",
"banner", "banner",
"display_name", "display_name",
"bio", "bio",
"not_a_mod_or_admin",
"invalid_url", "invalid_url",
"report_reason_required", "report_reason_required",
"report_too_long", "report_too_long",
@ -597,24 +543,12 @@
], ],
"it": [ "it": [
"add_account", "not_a_mod_or_admin"
"select_instance",
"accounts",
"appearance",
"add_instance",
"sign_in",
"register"
], ],
"ja": [ "ja": [
"add_account",
"select_instance",
"accounts",
"appearance",
"add_instance",
"sign_in",
"register",
"local", "local",
"not_a_mod_or_admin",
"invalid_url", "invalid_url",
"report_reason_required", "report_reason_required",
"report_too_long", "report_too_long",
@ -625,21 +559,16 @@
"not_a_moderator", "not_a_moderator",
"invalid_password", "invalid_password",
"captcha_incorrect", "captcha_incorrect",
"invalid_username" "invalid_username",
"banned_users"
], ],
"ka": [ "ka": [
"add_account",
"select_instance",
"accounts",
"appearance",
"add_instance",
"sign_in",
"register",
"local", "local",
"banner", "banner",
"display_name", "display_name",
"bio", "bio",
"not_a_mod_or_admin",
"invalid_url", "invalid_url",
"report_reason_required", "report_reason_required",
"report_too_long", "report_too_long",
@ -658,13 +587,6 @@
], ],
"km": [ "km": [
"add_account",
"select_instance",
"accounts",
"appearance",
"add_instance",
"sign_in",
"register",
"settings", "settings",
"password", "password",
"email_or_username", "email_or_username",
@ -678,7 +600,6 @@
"nsfw", "nsfw",
"post", "post",
"save", "save",
"send_message",
"subscribed", "subscribed",
"local", "local",
"all", "all",
@ -719,6 +640,7 @@
"chat", "chat",
"admin", "admin",
"by", "by",
"not_a_mod_or_admin",
"not_an_admin", "not_an_admin",
"couldnt_find_post", "couldnt_find_post",
"not_logged_in", "not_logged_in",
@ -771,31 +693,34 @@
"post_title_too_long", "post_title_too_long",
"email_already_exists", "email_already_exists",
"user_already_exists", "user_already_exists",
"number_users_online" "number_users_online",
"number_of_comments",
"number_of_posts",
"number_of_subscribers",
"number_of_users",
"unsubscribe",
"subscribe",
"messages",
"banned_users",
"delete_account_confirm",
"new_password",
"verify_password",
"old_password",
"show_avatars",
"search",
"send_message"
], ],
"ko": [ "ko": [
"add_account", "not_a_mod_or_admin"
"select_instance",
"accounts",
"appearance",
"add_instance",
"sign_in",
"register"
], ],
"nl": [ "nl": [
"add_account",
"select_instance",
"accounts",
"appearance",
"add_instance",
"sign_in",
"register",
"local", "local",
"banner", "banner",
"display_name", "display_name",
"bio", "bio",
"not_a_mod_or_admin",
"invalid_url", "invalid_url",
"report_reason_required", "report_reason_required",
"report_too_long", "report_too_long",
@ -809,13 +734,6 @@
], ],
"oc": [ "oc": [
"add_account",
"select_instance",
"accounts",
"appearance",
"add_instance",
"sign_in",
"register",
"settings", "settings",
"password", "password",
"email_or_username", "email_or_username",
@ -829,7 +747,6 @@
"nsfw", "nsfw",
"post", "post",
"save", "save",
"send_message",
"subscribed", "subscribed",
"local", "local",
"all", "all",
@ -870,6 +787,7 @@
"chat", "chat",
"admin", "admin",
"by", "by",
"not_a_mod_or_admin",
"not_an_admin", "not_an_admin",
"couldnt_find_post", "couldnt_find_post",
"not_logged_in", "not_logged_in",
@ -922,26 +840,34 @@
"post_title_too_long", "post_title_too_long",
"email_already_exists", "email_already_exists",
"user_already_exists", "user_already_exists",
"number_users_online" "number_users_online",
"number_of_comments",
"number_of_posts",
"number_of_subscribers",
"number_of_users",
"unsubscribe",
"subscribe",
"messages",
"banned_users",
"delete_account_confirm",
"new_password",
"verify_password",
"old_password",
"show_avatars",
"search",
"send_message"
], ],
"pl": [ "pl": [
"accounts", "not_a_mod_or_admin",
"appearance", "number_users_online",
"add_instance", "number_of_comments",
"sign_in", "number_of_posts",
"register", "number_of_subscribers",
"number_users_online" "number_of_users"
], ],
"pt": [ "pt": [
"add_account",
"select_instance",
"accounts",
"appearance",
"add_instance",
"sign_in",
"register",
"settings", "settings",
"password", "password",
"email_or_username", "email_or_username",
@ -955,7 +881,6 @@
"nsfw", "nsfw",
"post", "post",
"save", "save",
"send_message",
"subscribed", "subscribed",
"local", "local",
"all", "all",
@ -996,6 +921,7 @@
"chat", "chat",
"admin", "admin",
"by", "by",
"not_a_mod_or_admin",
"not_an_admin", "not_an_admin",
"couldnt_find_post", "couldnt_find_post",
"not_logged_in", "not_logged_in",
@ -1048,17 +974,26 @@
"post_title_too_long", "post_title_too_long",
"email_already_exists", "email_already_exists",
"user_already_exists", "user_already_exists",
"number_users_online" "number_users_online",
"number_of_comments",
"number_of_posts",
"number_of_subscribers",
"number_of_users",
"unsubscribe",
"subscribe",
"messages",
"banned_users",
"delete_account_confirm",
"new_password",
"verify_password",
"old_password",
"show_avatars",
"search",
"send_message"
], ],
"pt_BR": [ "pt_BR": [
"add_account", "not_a_mod_or_admin",
"select_instance",
"accounts",
"appearance",
"add_instance",
"sign_in",
"register",
"report_reason_required", "report_reason_required",
"report_too_long", "report_too_long",
"couldnt_create_report", "couldnt_create_report",
@ -1066,28 +1001,20 @@
], ],
"ru": [ "ru": [
"add_account", "not_a_mod_or_admin",
"select_instance", "number_users_online",
"accounts", "number_of_comments",
"appearance", "number_of_posts",
"add_instance", "number_of_subscribers",
"sign_in", "number_of_users"
"register",
"number_users_online"
], ],
"sq": [ "sq": [
"add_account",
"select_instance",
"accounts",
"appearance",
"add_instance",
"sign_in",
"register",
"local", "local",
"banner", "banner",
"display_name", "display_name",
"bio", "bio",
"not_a_mod_or_admin",
"invalid_url", "invalid_url",
"report_reason_required", "report_reason_required",
"report_too_long", "report_too_long",
@ -1101,13 +1028,6 @@
], ],
"sr": [ "sr": [
"add_account",
"select_instance",
"accounts",
"appearance",
"add_instance",
"sign_in",
"register",
"settings", "settings",
"password", "password",
"email_or_username", "email_or_username",
@ -1121,7 +1041,6 @@
"nsfw", "nsfw",
"post", "post",
"save", "save",
"send_message",
"subscribed", "subscribed",
"local", "local",
"all", "all",
@ -1162,6 +1081,7 @@
"chat", "chat",
"admin", "admin",
"by", "by",
"not_a_mod_or_admin",
"not_an_admin", "not_an_admin",
"couldnt_find_post", "couldnt_find_post",
"not_logged_in", "not_logged_in",
@ -1214,17 +1134,25 @@
"post_title_too_long", "post_title_too_long",
"email_already_exists", "email_already_exists",
"user_already_exists", "user_already_exists",
"number_users_online" "number_users_online",
"number_of_comments",
"number_of_posts",
"number_of_subscribers",
"number_of_users",
"unsubscribe",
"subscribe",
"messages",
"banned_users",
"delete_account_confirm",
"new_password",
"verify_password",
"old_password",
"show_avatars",
"search",
"send_message"
], ],
"sr_Latn": [ "sr_Latn": [
"add_account",
"select_instance",
"accounts",
"appearance",
"add_instance",
"sign_in",
"register",
"settings", "settings",
"email_or_username", "email_or_username",
"posts", "posts",
@ -1233,7 +1161,6 @@
"title", "title",
"post", "post",
"save", "save",
"send_message",
"subscribed", "subscribed",
"local", "local",
"all", "all",
@ -1262,6 +1189,7 @@
"old", "old",
"top", "top",
"admin", "admin",
"not_a_mod_or_admin",
"not_an_admin", "not_an_admin",
"couldnt_find_post", "couldnt_find_post",
"not_logged_in", "not_logged_in",
@ -1312,27 +1240,26 @@
"post_title_too_long", "post_title_too_long",
"email_already_exists", "email_already_exists",
"user_already_exists", "user_already_exists",
"number_users_online" "number_users_online",
"number_of_comments",
"number_of_posts",
"number_of_subscribers",
"number_of_users",
"unsubscribe",
"subscribe",
"messages",
"banned_users",
"delete_account_confirm",
"show_avatars",
"search",
"send_message"
], ],
"sv": [ "sv": [
"add_account", "not_a_mod_or_admin"
"select_instance",
"accounts",
"appearance",
"add_instance",
"sign_in",
"register"
], ],
"th": [ "th": [
"add_account",
"select_instance",
"accounts",
"appearance",
"add_instance",
"sign_in",
"register",
"settings", "settings",
"password", "password",
"email_or_username", "email_or_username",
@ -1346,7 +1273,6 @@
"nsfw", "nsfw",
"post", "post",
"save", "save",
"send_message",
"subscribed", "subscribed",
"local", "local",
"all", "all",
@ -1387,6 +1313,7 @@
"chat", "chat",
"admin", "admin",
"by", "by",
"not_a_mod_or_admin",
"not_an_admin", "not_an_admin",
"couldnt_find_post", "couldnt_find_post",
"not_logged_in", "not_logged_in",
@ -1439,21 +1366,30 @@
"post_title_too_long", "post_title_too_long",
"email_already_exists", "email_already_exists",
"user_already_exists", "user_already_exists",
"number_users_online" "number_users_online",
"number_of_comments",
"number_of_posts",
"number_of_subscribers",
"number_of_users",
"unsubscribe",
"subscribe",
"messages",
"banned_users",
"delete_account_confirm",
"new_password",
"verify_password",
"old_password",
"show_avatars",
"search",
"send_message"
], ],
"tr": [ "tr": [
"add_account",
"select_instance",
"accounts",
"appearance",
"add_instance",
"sign_in",
"register",
"local", "local",
"banner", "banner",
"display_name", "display_name",
"bio", "bio",
"not_a_mod_or_admin",
"invalid_url", "invalid_url",
"report_reason_required", "report_reason_required",
"report_too_long", "report_too_long",
@ -1467,17 +1403,11 @@
], ],
"uk": [ "uk": [
"add_account",
"select_instance",
"accounts",
"appearance",
"add_instance",
"sign_in",
"register",
"local", "local",
"banner", "banner",
"display_name", "display_name",
"bio", "bio",
"not_a_mod_or_admin",
"invalid_url", "invalid_url",
"report_reason_required", "report_reason_required",
"report_too_long", "report_too_long",
@ -1488,16 +1418,14 @@
"invalid_password", "invalid_password",
"captcha_incorrect", "captcha_incorrect",
"bio_length_overflow", "bio_length_overflow",
"number_users_online" "number_users_online",
"number_of_comments",
"number_of_posts",
"number_of_subscribers",
"number_of_users"
], ],
"zh": [ "zh": [
"add_account", "not_a_mod_or_admin"
"select_instance",
"accounts",
"appearance",
"add_instance",
"sign_in",
"register"
] ]
} }

View File

@ -59,7 +59,7 @@ class AddAccountPage extends HookWidget {
key: scaffoldKey, key: scaffoldKey,
appBar: AppBar( appBar: AppBar(
leading: const CloseButton(), leading: const CloseButton(),
title: Text(L10n.of(context).add_account), title: const Text('Add account'),
), ),
body: ListView( body: ListView(
padding: const EdgeInsets.all(15), padding: const EdgeInsets.all(15),
@ -78,7 +78,7 @@ class AddAccountPage extends HookWidget {
), ),
), ),
RadioPicker<String>( RadioPicker<String>(
title: L10n.of(context).select_instance, title: 'select instance',
values: accountsStore.instances.toList(), values: accountsStore.instances.toList(),
groupValue: selectedInstance.value, groupValue: selectedInstance.value,
onChanged: (value) => selectedInstance.value = value, onChanged: (value) => selectedInstance.value = value,
@ -97,7 +97,7 @@ class AddAccountPage extends HookWidget {
padding: EdgeInsets.all(8), padding: EdgeInsets.all(8),
child: Icon(Icons.add), child: Icon(Icons.add),
), ),
title: Text(L10n.of(context).add_instance), title: const Text('Add instance'),
onTap: () async { onTap: () async {
final value = await showCupertinoModalPopup<String>( final value = await showCupertinoModalPopup<String>(
context: context, context: context,
@ -128,7 +128,7 @@ class AddAccountPage extends HookWidget {
? () {} ? () {}
: handleOnAdd, : handleOnAdd,
child: !loading.loading child: !loading.loading
? Text(L10n.of(context).sign_in) ? const Text('Sign in')
: SizedBox( : SizedBox(
width: 20, width: 20,
height: 20, height: 20,
@ -143,7 +143,7 @@ class AddAccountPage extends HookWidget {
// TODO: extract to LemmyUrls or something // TODO: extract to LemmyUrls or something
ul.launch('https://${selectedInstance.value}/login'); ul.launch('https://${selectedInstance.value}/login');
}, },
child: Text(L10n.of(context).register), child: const Text('Register'),
), ),
], ],
), ),

View File

@ -59,7 +59,7 @@ class InboxPage extends HookWidget {
selected.value = val; selected.value = val;
isc.clear(); isc.clear();
}, },
title: L10n.of(context).select_instance, title: 'select instance',
groupValue: selected.value, groupValue: selected.value,
buttonBuilder: (context, displayString, onPressed) => TextButton( buttonBuilder: (context, displayString, onPressed) => TextButton(
style: TextButton.styleFrom( style: TextButton.styleFrom(

View File

@ -3,7 +3,6 @@ import 'package:flutter/material.dart';
import 'package:flutter_hooks/flutter_hooks.dart'; import 'package:flutter_hooks/flutter_hooks.dart';
import '../hooks/stores.dart'; import '../hooks/stores.dart';
import '../l10n/l10n.dart';
import '../util/goto.dart'; import '../util/goto.dart';
import '../widgets/radio_picker.dart'; import '../widgets/radio_picker.dart';
import '../widgets/user_profile.dart'; import '../widgets/user_profile.dart';
@ -42,7 +41,7 @@ class UserProfileTab extends HookWidget {
goTo(context, (_) => AccountsConfigPage()); goTo(context, (_) => AccountsConfigPage());
}, },
icon: const Icon(Icons.add), icon: const Icon(Icons.add),
label: Text(L10n.of(context).add_account), label: const Text('Add account'),
) )
], ],
), ),

View File

@ -27,14 +27,14 @@ class SettingsPage extends StatelessWidget {
children: [ children: [
ListTile( ListTile(
leading: const Icon(Icons.person), leading: const Icon(Icons.person),
title: Text(L10n.of(context).accounts), title: const Text('Accounts'),
onTap: () { onTap: () {
goTo(context, (_) => AccountsConfigPage()); goTo(context, (_) => AccountsConfigPage());
}, },
), ),
ListTile( ListTile(
leading: const Icon(Icons.color_lens), leading: const Icon(Icons.color_lens),
title: Text(L10n.of(context).appearance), title: const Text('Appearance'),
onTap: () { onTap: () {
goTo(context, (_) => const AppearanceConfigPage()); goTo(context, (_) => const AppearanceConfigPage());
}, },
@ -55,7 +55,7 @@ class AppearanceConfigPage extends HookWidget {
return Scaffold( return Scaffold(
appBar: AppBar( appBar: AppBar(
title: Text(L10n.of(context).appearance), title: const Text('Appearance'),
), ),
body: ListView( body: ListView(
children: [ children: [
@ -158,7 +158,7 @@ class AccountsConfigPage extends HookWidget {
return Scaffold( return Scaffold(
key: _scaffoldKey, key: _scaffoldKey,
appBar: AppBar( appBar: AppBar(
title: Text(L10n.of(context).accounts), title: const Text('Accounts'),
), ),
floatingActionButton: SpeedDial( floatingActionButton: SpeedDial(
animatedIcon: AnimatedIcons.menu_close, // TODO: change to + => x animatedIcon: AnimatedIcons.menu_close, // TODO: change to + => x
@ -168,7 +168,7 @@ class AccountsConfigPage extends HookWidget {
children: [ children: [
SpeedDialChild( SpeedDialChild(
child: const Icon(Icons.person_add), child: const Icon(Icons.person_add),
label: L10n.of(context).add_account, label: 'Add account',
labelBackgroundColor: theme.canvasColor, labelBackgroundColor: theme.canvasColor,
onTap: () => showCupertinoModalPopup( onTap: () => showCupertinoModalPopup(
context: context, context: context,
@ -178,7 +178,7 @@ class AccountsConfigPage extends HookWidget {
SpeedDialChild( SpeedDialChild(
child: const Icon(Icons.dns), child: const Icon(Icons.dns),
labelBackgroundColor: theme.canvasColor, labelBackgroundColor: theme.canvasColor,
label: L10n.of(context).add_instance, label: 'Add instance',
onTap: () => showCupertinoModalPopup( onTap: () => showCupertinoModalPopup(
context: context, builder: (_) => AddInstancePage()), context: context, builder: (_) => AddInstancePage()),
), ),
@ -199,7 +199,7 @@ class AccountsConfigPage extends HookWidget {
builder: (_) => AddInstancePage(), builder: (_) => AddInstancePage(),
), ),
icon: const Icon(Icons.add), icon: const Icon(Icons.add),
label: Text(L10n.of(context).add_instance), label: const Text('Add instance'),
), ),
), ),
], ],
@ -267,7 +267,7 @@ class AccountsConfigPage extends HookWidget {
if (accountsStore.usernamesFor(instance).isEmpty) if (accountsStore.usernamesFor(instance).isEmpty)
ListTile( ListTile(
leading: const Icon(Icons.add), leading: const Icon(Icons.add),
title: Text(L10n.of(context).add_account), title: const Text('Add account'),
onTap: () { onTap: () {
showCupertinoModalPopup( showCupertinoModalPopup(
context: context, context: context,

View File

@ -7,6 +7,7 @@ import 'common.dart';
import 'gen_l10n_from_string.dart' as gen; import 'gen_l10n_from_string.dart' as gen;
// config for migration of a single key // config for migration of a single key
// ignore: camel_case_types
class _ { class _ {
final String key; final String key;
final String rename; final String rename;