mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
committed by
GitHub
parent
fd3665cce6
commit
5d82c260fd
@@ -1,13 +1,17 @@
|
|||||||
de:
|
de:
|
||||||
errors:
|
errors:
|
||||||
|
unknown: 'An unknown error occurred'
|
||||||
unauthorized: 'Du bist nicht autorisiert'
|
unauthorized: 'Du bist nicht autorisiert'
|
||||||
not_logged_in: 'Du musst angemeldet sein, um auf diese Seite zugreifen zu können'
|
not_logged_in: 'Du musst angemeldet sein, um auf diese Seite zugreifen zu können'
|
||||||
not_enough_privileges: 'Du hast nicht die Berechtigung, auf diese Seite zuzugreifen'
|
not_enough_privileges: 'Du hast nicht die Berechtigung, auf diese Seite zuzugreifen'
|
||||||
user_blocked_or_deleted: 'Du kannst nicht auf Dein Konto zugreifen, da es gesperrt oder gelöscht wurde.'
|
user_blocked_or_deleted: 'Du kannst nicht auf Dein Konto zugreifen, da es gesperrt oder gelöscht wurde.'
|
||||||
|
o_auth_login_error: 'There was an error logging in with %{name}. Please contact the site administrator or try a different provider.'
|
||||||
board:
|
board:
|
||||||
update_order: 'Beim Neuordnen der Boards ist ein Fehler aufgetreten'
|
update_order: 'Beim Neuordnen der Boards ist ein Fehler aufgetreten'
|
||||||
post_status:
|
post_status:
|
||||||
update_order: 'Beim Neuordnen des Status ist ein Fehler aufgetreten'
|
update_order: 'Beim Neuordnen des Status ist ein Fehler aufgetreten'
|
||||||
|
defaults:
|
||||||
|
user_full_name: 'Anonymous User'
|
||||||
mailers:
|
mailers:
|
||||||
devise:
|
devise:
|
||||||
welcome_greeting: 'Willkommen auf %{site_name}, %{email}!'
|
welcome_greeting: 'Willkommen auf %{site_name}, %{email}!'
|
||||||
@@ -60,6 +64,18 @@ de:
|
|||||||
like:
|
like:
|
||||||
user_id: 'Benutzer'
|
user_id: 'Benutzer'
|
||||||
post_id: 'Beitrag'
|
post_id: 'Beitrag'
|
||||||
|
o_auth:
|
||||||
|
name: 'Name'
|
||||||
|
logo: 'Logo'
|
||||||
|
is_enabled: 'Enabled'
|
||||||
|
client_id: 'Client ID'
|
||||||
|
client_secret: 'Client secret'
|
||||||
|
authorize_url: 'Authorize URL'
|
||||||
|
token_url: 'Token URL'
|
||||||
|
profile_url: 'Profile URL'
|
||||||
|
scope: 'Scope'
|
||||||
|
json_user_name_path: 'JSON path to user name'
|
||||||
|
json_user_email_path: 'JSON path to user email'
|
||||||
post_status:
|
post_status:
|
||||||
name: 'Name'
|
name: 'Name'
|
||||||
color: 'Farbe'
|
color: 'Farbe'
|
||||||
@@ -71,9 +87,17 @@ de:
|
|||||||
board_id: 'Board posten'
|
board_id: 'Board posten'
|
||||||
user_id: 'Beitragsautor'
|
user_id: 'Beitragsautor'
|
||||||
post_status_id: 'Beitragsstatus'
|
post_status_id: 'Beitragsstatus'
|
||||||
|
tenant:
|
||||||
|
site_name: 'Seitenname'
|
||||||
|
site_logo: 'Seitenlogo'
|
||||||
|
subdomain: 'Subdomain'
|
||||||
|
locale: 'Sprache'
|
||||||
|
brand_setting: 'Anzeigen'
|
||||||
user:
|
user:
|
||||||
email: 'E-Mail'
|
email: 'E-Mail'
|
||||||
full_name: 'Vor- und Nachname'
|
full_name: 'Voller Name'
|
||||||
|
password: 'Passwort'
|
||||||
|
password_confirmation: 'Passwort Bestätigung'
|
||||||
role: 'Rolle'
|
role: 'Rolle'
|
||||||
notifications_enabled: 'Benachrichtigungen aktiviert'
|
notifications_enabled: 'Benachrichtigungen aktiviert'
|
||||||
errors:
|
errors:
|
||||||
@@ -83,4 +107,4 @@ de:
|
|||||||
blank: 'darf nicht leer sein'
|
blank: 'darf nicht leer sein'
|
||||||
taken: 'wird bereits verwendet'
|
taken: 'wird bereits verwendet'
|
||||||
too_short: 'ist zu kurz (mindestens %{count} Zeichen)'
|
too_short: 'ist zu kurz (mindestens %{count} Zeichen)'
|
||||||
too_long: 'ist zu lang (maximal ${count} Zeichen)'
|
too_long: 'is too long (maximum %{count} characters)'
|
||||||
|
|||||||
@@ -1,13 +1,17 @@
|
|||||||
es:
|
es:
|
||||||
errors:
|
errors:
|
||||||
|
unknown: 'An unknown error occurred'
|
||||||
unauthorized: 'You are not authorized'
|
unauthorized: 'You are not authorized'
|
||||||
not_logged_in: 'You must be logged in to access this page'
|
not_logged_in: 'You must be logged in to access this page'
|
||||||
not_enough_privileges: 'You do not have the privilegies to access this page'
|
not_enough_privileges: 'You do not have the privilegies to access this page'
|
||||||
user_blocked_or_deleted: 'You cannot access your account because it has been blocked or deleted.'
|
user_blocked_or_deleted: 'You cannot access your account because it has been blocked or deleted.'
|
||||||
|
o_auth_login_error: 'There was an error logging in with %{name}. Please contact the site administrator or try a different provider.'
|
||||||
board:
|
board:
|
||||||
update_order: 'There was an error in reordering boards'
|
update_order: 'There was an error in reordering boards'
|
||||||
post_status:
|
post_status:
|
||||||
update_order: 'There was an error in reordering statuses'
|
update_order: 'There was an error in reordering statuses'
|
||||||
|
defaults:
|
||||||
|
user_full_name: 'Anonymous User'
|
||||||
mailers:
|
mailers:
|
||||||
devise:
|
devise:
|
||||||
welcome_greeting: 'Welcome to %{site_name}, %{email}!'
|
welcome_greeting: 'Welcome to %{site_name}, %{email}!'
|
||||||
@@ -60,6 +64,18 @@ es:
|
|||||||
like:
|
like:
|
||||||
user_id: 'User'
|
user_id: 'User'
|
||||||
post_id: 'Post'
|
post_id: 'Post'
|
||||||
|
o_auth:
|
||||||
|
name: 'Name'
|
||||||
|
logo: 'Logo'
|
||||||
|
is_enabled: 'Enabled'
|
||||||
|
client_id: 'Client ID'
|
||||||
|
client_secret: 'Client secret'
|
||||||
|
authorize_url: 'Authorize URL'
|
||||||
|
token_url: 'Token URL'
|
||||||
|
profile_url: 'Profile URL'
|
||||||
|
scope: 'Scope'
|
||||||
|
json_user_name_path: 'JSON path to user name'
|
||||||
|
json_user_email_path: 'JSON path to user email'
|
||||||
post_status:
|
post_status:
|
||||||
name: 'Name'
|
name: 'Name'
|
||||||
color: 'Color'
|
color: 'Color'
|
||||||
@@ -71,9 +87,17 @@ es:
|
|||||||
board_id: 'Post board'
|
board_id: 'Post board'
|
||||||
user_id: 'Post author'
|
user_id: 'Post author'
|
||||||
post_status_id: 'Post status'
|
post_status_id: 'Post status'
|
||||||
|
tenant:
|
||||||
|
site_name: 'Site name'
|
||||||
|
site_logo: 'Site logo'
|
||||||
|
subdomain: 'Subdomain'
|
||||||
|
locale: 'Language'
|
||||||
|
brand_setting: 'Display'
|
||||||
user:
|
user:
|
||||||
email: 'Email'
|
email: 'Email'
|
||||||
full_name: 'Name and surname'
|
full_name: 'Full name'
|
||||||
|
password: 'Password'
|
||||||
|
password_confirmation: 'Password confirmation'
|
||||||
role: 'Role'
|
role: 'Role'
|
||||||
notifications_enabled: 'Notifications enabled'
|
notifications_enabled: 'Notifications enabled'
|
||||||
errors:
|
errors:
|
||||||
@@ -83,4 +107,4 @@ es:
|
|||||||
blank: 'cannot be blank'
|
blank: 'cannot be blank'
|
||||||
taken: 'is already in use'
|
taken: 'is already in use'
|
||||||
too_short: 'is too short (minimum %{count} characters)'
|
too_short: 'is too short (minimum %{count} characters)'
|
||||||
too_long: 'is too long (maximum ${count} characters)'
|
too_long: 'is too long (maximum %{count} characters)'
|
||||||
|
|||||||
@@ -1,13 +1,17 @@
|
|||||||
fr:
|
fr:
|
||||||
errors:
|
errors:
|
||||||
|
unknown: 'An unknown error occurred'
|
||||||
unauthorized: 'Vous n’êtes pas autorisé'
|
unauthorized: 'Vous n’êtes pas autorisé'
|
||||||
not_logged_in: 'Vous devez être connecté pour accéder à cette page'
|
not_logged_in: 'Vous devez être connecté pour accéder à cette page'
|
||||||
not_enough_privileges: 'Vous n''avez pas les privilèges pour accéder à cette page'
|
not_enough_privileges: 'Vous n''avez pas les privilèges pour accéder à cette page'
|
||||||
user_blocked_or_deleted: 'Vous ne pouvez pas accéder à votre compte parce qu''il a été bloqué ou supprimé.'
|
user_blocked_or_deleted: 'Vous ne pouvez pas accéder à votre compte parce qu''il a été bloqué ou supprimé.'
|
||||||
|
o_auth_login_error: 'There was an error logging in with %{name}. Please contact the site administrator or try a different provider.'
|
||||||
board:
|
board:
|
||||||
update_order: 'Il y a eu une erreur dans la réorganisation des panneaux'
|
update_order: 'Il y a eu une erreur dans la réorganisation des panneaux'
|
||||||
post_status:
|
post_status:
|
||||||
update_order: 'Il y a eu une erreur dans la réorganisation des statuts'
|
update_order: 'Il y a eu une erreur dans la réorganisation des statuts'
|
||||||
|
defaults:
|
||||||
|
user_full_name: 'Anonymous User'
|
||||||
mailers:
|
mailers:
|
||||||
devise:
|
devise:
|
||||||
welcome_greeting: 'Bienvenue sur %{site_name}, %{email} !'
|
welcome_greeting: 'Bienvenue sur %{site_name}, %{email} !'
|
||||||
@@ -60,6 +64,18 @@ fr:
|
|||||||
like:
|
like:
|
||||||
user_id: 'Utilisateur'
|
user_id: 'Utilisateur'
|
||||||
post_id: 'Publication'
|
post_id: 'Publication'
|
||||||
|
o_auth:
|
||||||
|
name: 'Nom'
|
||||||
|
logo: 'Logo'
|
||||||
|
is_enabled: 'Enabled'
|
||||||
|
client_id: 'Client ID'
|
||||||
|
client_secret: 'Client secret'
|
||||||
|
authorize_url: 'Authorize URL'
|
||||||
|
token_url: 'Token URL'
|
||||||
|
profile_url: 'Profile URL'
|
||||||
|
scope: 'Scope'
|
||||||
|
json_user_name_path: 'JSON path to user name'
|
||||||
|
json_user_email_path: 'JSON path to user email'
|
||||||
post_status:
|
post_status:
|
||||||
name: 'Nom'
|
name: 'Nom'
|
||||||
color: 'Couleur '
|
color: 'Couleur '
|
||||||
@@ -71,9 +87,17 @@ fr:
|
|||||||
board_id: 'Tableau des publications'
|
board_id: 'Tableau des publications'
|
||||||
user_id: 'Auteur de la publication'
|
user_id: 'Auteur de la publication'
|
||||||
post_status_id: 'Statut de la publication'
|
post_status_id: 'Statut de la publication'
|
||||||
|
tenant:
|
||||||
|
site_name: 'Nom du site'
|
||||||
|
site_logo: 'Logo du site'
|
||||||
|
subdomain: 'Sous-domaine'
|
||||||
|
locale: 'Langue'
|
||||||
|
brand_setting: 'Afficher'
|
||||||
user:
|
user:
|
||||||
email: 'Email'
|
email: 'Email'
|
||||||
full_name: 'Prénom et nom'
|
full_name: 'Nom complet'
|
||||||
|
password: 'Mot de passe'
|
||||||
|
password_confirmation: 'Confirmer le mot de passe'
|
||||||
role: 'Rôle'
|
role: 'Rôle'
|
||||||
notifications_enabled: 'Notifications activées'
|
notifications_enabled: 'Notifications activées'
|
||||||
errors:
|
errors:
|
||||||
@@ -83,4 +107,4 @@ fr:
|
|||||||
blank: 'ne peut pas être vide'
|
blank: 'ne peut pas être vide'
|
||||||
taken: 'est déjà utilisé'
|
taken: 'est déjà utilisé'
|
||||||
too_short: 'est trop court (au moins %{count} caractères)'
|
too_short: 'est trop court (au moins %{count} caractères)'
|
||||||
too_long: 'est trop long (pas plus de ${count} caractères)'
|
too_long: 'is too long (maximum %{count} characters)'
|
||||||
|
|||||||
@@ -1,13 +1,17 @@
|
|||||||
it:
|
it:
|
||||||
errors:
|
errors:
|
||||||
|
unknown: 'Si è verificato un errore sconosciuto'
|
||||||
unauthorized: 'Non sei autorizzato'
|
unauthorized: 'Non sei autorizzato'
|
||||||
not_logged_in: 'Devi effettuare l''accesso per visualizzare questa pagina'
|
not_logged_in: 'Devi effettuare l''accesso per visualizzare questa pagina'
|
||||||
not_enough_privileges: 'Non hai i privilegi necessari per visualizzare questa pagina'
|
not_enough_privileges: 'Non hai i privilegi necessari per visualizzare questa pagina'
|
||||||
user_blocked_or_deleted: 'Non puoi accedere al tuo account perché è stato bloccato o eliminato.'
|
user_blocked_or_deleted: 'Non puoi accedere al tuo account perché è stato bloccato o eliminato.'
|
||||||
|
o_auth_login_error: 'Si è verificato un errore di accesso con %{name}. Si prega di contattare l''amministratore del sito o provare un altro provider di accesso.'
|
||||||
board:
|
board:
|
||||||
update_order: 'Si è verificato un errore durante il riordinamento delle bacheche'
|
update_order: 'Si è verificato un errore durante il riordinamento delle bacheche'
|
||||||
post_status:
|
post_status:
|
||||||
update_order: 'Si è verificato un errore durante il riordinamento degli stati'
|
update_order: 'Si è verificato un errore durante il riordinamento degli stati'
|
||||||
|
defaults:
|
||||||
|
user_full_name: 'Utente Anonimo'
|
||||||
mailers:
|
mailers:
|
||||||
devise:
|
devise:
|
||||||
welcome_greeting: 'Benvenuto su %{site_name}, %{email}!'
|
welcome_greeting: 'Benvenuto su %{site_name}, %{email}!'
|
||||||
@@ -60,6 +64,18 @@ it:
|
|||||||
like:
|
like:
|
||||||
user_id: 'Utente'
|
user_id: 'Utente'
|
||||||
post_id: 'Post'
|
post_id: 'Post'
|
||||||
|
o_auth:
|
||||||
|
name: 'Nome'
|
||||||
|
logo: 'Logo'
|
||||||
|
is_enabled: 'Abilitato'
|
||||||
|
client_id: 'Client ID'
|
||||||
|
client_secret: 'Client secret'
|
||||||
|
authorize_url: 'Authorize URL'
|
||||||
|
token_url: 'Token URL'
|
||||||
|
profile_url: 'URL profilo utente'
|
||||||
|
scope: 'Scope'
|
||||||
|
json_user_name_path: 'Percorso JSON nome utente'
|
||||||
|
json_user_email_path: 'Percorso JSON email utente'
|
||||||
post_status:
|
post_status:
|
||||||
name: 'Nome'
|
name: 'Nome'
|
||||||
color: 'Colore'
|
color: 'Colore'
|
||||||
@@ -71,9 +87,17 @@ it:
|
|||||||
board_id: 'Bacheca del post'
|
board_id: 'Bacheca del post'
|
||||||
user_id: 'Autore del post'
|
user_id: 'Autore del post'
|
||||||
post_status_id: 'Stato del post'
|
post_status_id: 'Stato del post'
|
||||||
|
tenant:
|
||||||
|
site_name: 'Nome del sito'
|
||||||
|
site_logo: 'Logo del sito'
|
||||||
|
subdomain: 'Sottodominio'
|
||||||
|
locale: 'Lingua'
|
||||||
|
brand_setting: 'Mostra'
|
||||||
user:
|
user:
|
||||||
email: 'E-mail'
|
email: 'E-mail'
|
||||||
full_name: 'Nome e cognome'
|
full_name: 'Nome e cognome'
|
||||||
|
password: 'Password'
|
||||||
|
password_confirmation: 'Conferma password'
|
||||||
role: 'Ruolo'
|
role: 'Ruolo'
|
||||||
notifications_enabled: 'Notifiche abilitate'
|
notifications_enabled: 'Notifiche abilitate'
|
||||||
errors:
|
errors:
|
||||||
@@ -83,4 +107,4 @@ it:
|
|||||||
blank: 'non può essere vuoto'
|
blank: 'non può essere vuoto'
|
||||||
taken: 'è già in uso'
|
taken: 'è già in uso'
|
||||||
too_short: 'è troppo corto (almeno %{count} caratteri)'
|
too_short: 'è troppo corto (almeno %{count} caratteri)'
|
||||||
too_long: 'è troppo lungo (massimo ${count} caratteri)'
|
too_long: 'è troppo lungo (massimo %{count} caratteri)'
|
||||||
|
|||||||
@@ -1,13 +1,17 @@
|
|||||||
ja:
|
ja:
|
||||||
errors:
|
errors:
|
||||||
|
unknown: 'An unknown error occurred'
|
||||||
unauthorized: 'You are not authorized'
|
unauthorized: 'You are not authorized'
|
||||||
not_logged_in: 'You must be logged in to access this page'
|
not_logged_in: 'You must be logged in to access this page'
|
||||||
not_enough_privileges: 'You do not have the privilegies to access this page'
|
not_enough_privileges: 'You do not have the privilegies to access this page'
|
||||||
user_blocked_or_deleted: 'You cannot access your account because it has been blocked or deleted.'
|
user_blocked_or_deleted: 'You cannot access your account because it has been blocked or deleted.'
|
||||||
|
o_auth_login_error: 'There was an error logging in with %{name}. Please contact the site administrator or try a different provider.'
|
||||||
board:
|
board:
|
||||||
update_order: 'There was an error in reordering boards'
|
update_order: 'There was an error in reordering boards'
|
||||||
post_status:
|
post_status:
|
||||||
update_order: 'There was an error in reordering statuses'
|
update_order: 'There was an error in reordering statuses'
|
||||||
|
defaults:
|
||||||
|
user_full_name: 'Anonymous User'
|
||||||
mailers:
|
mailers:
|
||||||
devise:
|
devise:
|
||||||
welcome_greeting: 'Welcome to %{site_name}, %{email}!'
|
welcome_greeting: 'Welcome to %{site_name}, %{email}!'
|
||||||
@@ -60,6 +64,18 @@ ja:
|
|||||||
like:
|
like:
|
||||||
user_id: 'User'
|
user_id: 'User'
|
||||||
post_id: 'Post'
|
post_id: 'Post'
|
||||||
|
o_auth:
|
||||||
|
name: 'Name'
|
||||||
|
logo: 'Logo'
|
||||||
|
is_enabled: 'Enabled'
|
||||||
|
client_id: 'Client ID'
|
||||||
|
client_secret: 'Client secret'
|
||||||
|
authorize_url: 'Authorize URL'
|
||||||
|
token_url: 'Token URL'
|
||||||
|
profile_url: 'Profile URL'
|
||||||
|
scope: 'Scope'
|
||||||
|
json_user_name_path: 'JSON path to user name'
|
||||||
|
json_user_email_path: 'JSON path to user email'
|
||||||
post_status:
|
post_status:
|
||||||
name: 'Name'
|
name: 'Name'
|
||||||
color: 'Color'
|
color: 'Color'
|
||||||
@@ -71,9 +87,17 @@ ja:
|
|||||||
board_id: 'Post board'
|
board_id: 'Post board'
|
||||||
user_id: 'Post author'
|
user_id: 'Post author'
|
||||||
post_status_id: 'Post status'
|
post_status_id: 'Post status'
|
||||||
|
tenant:
|
||||||
|
site_name: 'Site name'
|
||||||
|
site_logo: 'Site logo'
|
||||||
|
subdomain: 'Subdomain'
|
||||||
|
locale: 'Language'
|
||||||
|
brand_setting: 'Display'
|
||||||
user:
|
user:
|
||||||
email: 'Email'
|
email: 'Email'
|
||||||
full_name: 'Name and surname'
|
full_name: 'Full name'
|
||||||
|
password: 'Password'
|
||||||
|
password_confirmation: 'Password confirmation'
|
||||||
role: 'Role'
|
role: 'Role'
|
||||||
notifications_enabled: 'Notifications enabled'
|
notifications_enabled: 'Notifications enabled'
|
||||||
errors:
|
errors:
|
||||||
@@ -83,4 +107,4 @@ ja:
|
|||||||
blank: 'cannot be blank'
|
blank: 'cannot be blank'
|
||||||
taken: 'is already in use'
|
taken: 'is already in use'
|
||||||
too_short: 'is too short (minimum %{count} characters)'
|
too_short: 'is too short (minimum %{count} characters)'
|
||||||
too_long: 'is too long (maximum ${count} characters)'
|
too_long: 'is too long (maximum %{count} characters)'
|
||||||
|
|||||||
@@ -1,13 +1,17 @@
|
|||||||
ko:
|
ko:
|
||||||
errors:
|
errors:
|
||||||
|
unknown: 'An unknown error occurred'
|
||||||
unauthorized: 'You are not authorized'
|
unauthorized: 'You are not authorized'
|
||||||
not_logged_in: 'You must be logged in to access this page'
|
not_logged_in: 'You must be logged in to access this page'
|
||||||
not_enough_privileges: 'You do not have the privilegies to access this page'
|
not_enough_privileges: 'You do not have the privilegies to access this page'
|
||||||
user_blocked_or_deleted: 'You cannot access your account because it has been blocked or deleted.'
|
user_blocked_or_deleted: 'You cannot access your account because it has been blocked or deleted.'
|
||||||
|
o_auth_login_error: 'There was an error logging in with %{name}. Please contact the site administrator or try a different provider.'
|
||||||
board:
|
board:
|
||||||
update_order: 'There was an error in reordering boards'
|
update_order: 'There was an error in reordering boards'
|
||||||
post_status:
|
post_status:
|
||||||
update_order: 'There was an error in reordering statuses'
|
update_order: 'There was an error in reordering statuses'
|
||||||
|
defaults:
|
||||||
|
user_full_name: 'Anonymous User'
|
||||||
mailers:
|
mailers:
|
||||||
devise:
|
devise:
|
||||||
welcome_greeting: 'Welcome to %{site_name}, %{email}!'
|
welcome_greeting: 'Welcome to %{site_name}, %{email}!'
|
||||||
@@ -60,6 +64,18 @@ ko:
|
|||||||
like:
|
like:
|
||||||
user_id: 'User'
|
user_id: 'User'
|
||||||
post_id: 'Post'
|
post_id: 'Post'
|
||||||
|
o_auth:
|
||||||
|
name: 'Name'
|
||||||
|
logo: 'Logo'
|
||||||
|
is_enabled: 'Enabled'
|
||||||
|
client_id: 'Client ID'
|
||||||
|
client_secret: 'Client secret'
|
||||||
|
authorize_url: 'Authorize URL'
|
||||||
|
token_url: 'Token URL'
|
||||||
|
profile_url: 'Profile URL'
|
||||||
|
scope: 'Scope'
|
||||||
|
json_user_name_path: 'JSON path to user name'
|
||||||
|
json_user_email_path: 'JSON path to user email'
|
||||||
post_status:
|
post_status:
|
||||||
name: 'Name'
|
name: 'Name'
|
||||||
color: 'Color'
|
color: 'Color'
|
||||||
@@ -71,9 +87,17 @@ ko:
|
|||||||
board_id: 'Post board'
|
board_id: 'Post board'
|
||||||
user_id: 'Post author'
|
user_id: 'Post author'
|
||||||
post_status_id: 'Post status'
|
post_status_id: 'Post status'
|
||||||
|
tenant:
|
||||||
|
site_name: 'Site name'
|
||||||
|
site_logo: 'Site logo'
|
||||||
|
subdomain: 'Subdomain'
|
||||||
|
locale: 'Language'
|
||||||
|
brand_setting: 'Display'
|
||||||
user:
|
user:
|
||||||
email: 'Email'
|
email: 'Email'
|
||||||
full_name: 'Name and surname'
|
full_name: 'Full name'
|
||||||
|
password: 'Password'
|
||||||
|
password_confirmation: 'Password confirmation'
|
||||||
role: 'Role'
|
role: 'Role'
|
||||||
notifications_enabled: 'Notifications enabled'
|
notifications_enabled: 'Notifications enabled'
|
||||||
errors:
|
errors:
|
||||||
@@ -83,4 +107,4 @@ ko:
|
|||||||
blank: 'cannot be blank'
|
blank: 'cannot be blank'
|
||||||
taken: 'is already in use'
|
taken: 'is already in use'
|
||||||
too_short: 'is too short (minimum %{count} characters)'
|
too_short: 'is too short (minimum %{count} characters)'
|
||||||
too_long: 'is too long (maximum ${count} characters)'
|
too_long: 'is too long (maximum %{count} characters)'
|
||||||
|
|||||||
@@ -1,13 +1,17 @@
|
|||||||
nl:
|
nl:
|
||||||
errors:
|
errors:
|
||||||
|
unknown: 'An unknown error occurred'
|
||||||
unauthorized: 'You are not authorized'
|
unauthorized: 'You are not authorized'
|
||||||
not_logged_in: 'You must be logged in to access this page'
|
not_logged_in: 'You must be logged in to access this page'
|
||||||
not_enough_privileges: 'You do not have the privilegies to access this page'
|
not_enough_privileges: 'You do not have the privilegies to access this page'
|
||||||
user_blocked_or_deleted: 'You cannot access your account because it has been blocked or deleted.'
|
user_blocked_or_deleted: 'You cannot access your account because it has been blocked or deleted.'
|
||||||
|
o_auth_login_error: 'There was an error logging in with %{name}. Please contact the site administrator or try a different provider.'
|
||||||
board:
|
board:
|
||||||
update_order: 'There was an error in reordering boards'
|
update_order: 'There was an error in reordering boards'
|
||||||
post_status:
|
post_status:
|
||||||
update_order: 'There was an error in reordering statuses'
|
update_order: 'There was an error in reordering statuses'
|
||||||
|
defaults:
|
||||||
|
user_full_name: 'Anonymous User'
|
||||||
mailers:
|
mailers:
|
||||||
devise:
|
devise:
|
||||||
welcome_greeting: 'Welcome to %{site_name}, %{email}!'
|
welcome_greeting: 'Welcome to %{site_name}, %{email}!'
|
||||||
@@ -60,6 +64,18 @@ nl:
|
|||||||
like:
|
like:
|
||||||
user_id: 'User'
|
user_id: 'User'
|
||||||
post_id: 'Post'
|
post_id: 'Post'
|
||||||
|
o_auth:
|
||||||
|
name: 'Name'
|
||||||
|
logo: 'Logo'
|
||||||
|
is_enabled: 'Enabled'
|
||||||
|
client_id: 'Client ID'
|
||||||
|
client_secret: 'Client secret'
|
||||||
|
authorize_url: 'Authorize URL'
|
||||||
|
token_url: 'Token URL'
|
||||||
|
profile_url: 'Profile URL'
|
||||||
|
scope: 'Scope'
|
||||||
|
json_user_name_path: 'JSON path to user name'
|
||||||
|
json_user_email_path: 'JSON path to user email'
|
||||||
post_status:
|
post_status:
|
||||||
name: 'Name'
|
name: 'Name'
|
||||||
color: 'Color'
|
color: 'Color'
|
||||||
@@ -71,9 +87,17 @@ nl:
|
|||||||
board_id: 'Post board'
|
board_id: 'Post board'
|
||||||
user_id: 'Post author'
|
user_id: 'Post author'
|
||||||
post_status_id: 'Post status'
|
post_status_id: 'Post status'
|
||||||
|
tenant:
|
||||||
|
site_name: 'Site name'
|
||||||
|
site_logo: 'Site logo'
|
||||||
|
subdomain: 'Subdomain'
|
||||||
|
locale: 'Language'
|
||||||
|
brand_setting: 'Display'
|
||||||
user:
|
user:
|
||||||
email: 'Email'
|
email: 'Email'
|
||||||
full_name: 'Name and surname'
|
full_name: 'Full name'
|
||||||
|
password: 'Password'
|
||||||
|
password_confirmation: 'Password confirmation'
|
||||||
role: 'Role'
|
role: 'Role'
|
||||||
notifications_enabled: 'Notifications enabled'
|
notifications_enabled: 'Notifications enabled'
|
||||||
errors:
|
errors:
|
||||||
@@ -83,4 +107,4 @@ nl:
|
|||||||
blank: 'cannot be blank'
|
blank: 'cannot be blank'
|
||||||
taken: 'is already in use'
|
taken: 'is already in use'
|
||||||
too_short: 'is too short (minimum %{count} characters)'
|
too_short: 'is too short (minimum %{count} characters)'
|
||||||
too_long: 'is too long (maximum ${count} characters)'
|
too_long: 'is too long (maximum %{count} characters)'
|
||||||
|
|||||||
@@ -1,13 +1,17 @@
|
|||||||
pt:
|
pt:
|
||||||
errors:
|
errors:
|
||||||
|
unknown: 'An unknown error occurred'
|
||||||
unauthorized: 'You are not authorized'
|
unauthorized: 'You are not authorized'
|
||||||
not_logged_in: 'You must be logged in to access this page'
|
not_logged_in: 'You must be logged in to access this page'
|
||||||
not_enough_privileges: 'You do not have the privilegies to access this page'
|
not_enough_privileges: 'You do not have the privilegies to access this page'
|
||||||
user_blocked_or_deleted: 'You cannot access your account because it has been blocked or deleted.'
|
user_blocked_or_deleted: 'You cannot access your account because it has been blocked or deleted.'
|
||||||
|
o_auth_login_error: 'There was an error logging in with %{name}. Please contact the site administrator or try a different provider.'
|
||||||
board:
|
board:
|
||||||
update_order: 'There was an error in reordering boards'
|
update_order: 'There was an error in reordering boards'
|
||||||
post_status:
|
post_status:
|
||||||
update_order: 'There was an error in reordering statuses'
|
update_order: 'There was an error in reordering statuses'
|
||||||
|
defaults:
|
||||||
|
user_full_name: 'Anonymous User'
|
||||||
mailers:
|
mailers:
|
||||||
devise:
|
devise:
|
||||||
welcome_greeting: 'Welcome to %{site_name}, %{email}!'
|
welcome_greeting: 'Welcome to %{site_name}, %{email}!'
|
||||||
@@ -60,6 +64,18 @@ pt:
|
|||||||
like:
|
like:
|
||||||
user_id: 'User'
|
user_id: 'User'
|
||||||
post_id: 'Post'
|
post_id: 'Post'
|
||||||
|
o_auth:
|
||||||
|
name: 'Name'
|
||||||
|
logo: 'Logo'
|
||||||
|
is_enabled: 'Enabled'
|
||||||
|
client_id: 'Client ID'
|
||||||
|
client_secret: 'Client secret'
|
||||||
|
authorize_url: 'Authorize URL'
|
||||||
|
token_url: 'Token URL'
|
||||||
|
profile_url: 'Profile URL'
|
||||||
|
scope: 'Scope'
|
||||||
|
json_user_name_path: 'JSON path to user name'
|
||||||
|
json_user_email_path: 'JSON path to user email'
|
||||||
post_status:
|
post_status:
|
||||||
name: 'Name'
|
name: 'Name'
|
||||||
color: 'Color'
|
color: 'Color'
|
||||||
@@ -71,9 +87,17 @@ pt:
|
|||||||
board_id: 'Post board'
|
board_id: 'Post board'
|
||||||
user_id: 'Post author'
|
user_id: 'Post author'
|
||||||
post_status_id: 'Post status'
|
post_status_id: 'Post status'
|
||||||
|
tenant:
|
||||||
|
site_name: 'Site name'
|
||||||
|
site_logo: 'Site logo'
|
||||||
|
subdomain: 'Subdomain'
|
||||||
|
locale: 'Language'
|
||||||
|
brand_setting: 'Display'
|
||||||
user:
|
user:
|
||||||
email: 'Email'
|
email: 'Email'
|
||||||
full_name: 'Name and surname'
|
full_name: 'Full name'
|
||||||
|
password: 'Password'
|
||||||
|
password_confirmation: 'Password confirmation'
|
||||||
role: 'Role'
|
role: 'Role'
|
||||||
notifications_enabled: 'Notifications enabled'
|
notifications_enabled: 'Notifications enabled'
|
||||||
errors:
|
errors:
|
||||||
@@ -83,4 +107,4 @@ pt:
|
|||||||
blank: 'cannot be blank'
|
blank: 'cannot be blank'
|
||||||
taken: 'is already in use'
|
taken: 'is already in use'
|
||||||
too_short: 'is too short (minimum %{count} characters)'
|
too_short: 'is too short (minimum %{count} characters)'
|
||||||
too_long: 'is too long (maximum ${count} characters)'
|
too_long: 'is too long (maximum %{count} characters)'
|
||||||
|
|||||||
@@ -1,86 +1,110 @@
|
|||||||
ru:
|
ru:
|
||||||
errors:
|
errors:
|
||||||
unauthorized: 'You are not authorized'
|
unknown: 'Произошла неизвестная ошибка'
|
||||||
not_logged_in: 'You must be logged in to access this page'
|
unauthorized: 'Вы не авторизованы'
|
||||||
not_enough_privileges: 'You do not have the privilegies to access this page'
|
not_logged_in: 'Вы должны войти для просмотра этой страницы'
|
||||||
user_blocked_or_deleted: 'You cannot access your account because it has been blocked or deleted.'
|
not_enough_privileges: 'У вас нет разрешения на доступ к этой странице'
|
||||||
|
user_blocked_or_deleted: 'Вы не можете получить доступ к вашей учетной записи, потому что она была заблокирована или удалена.'
|
||||||
|
o_auth_login_error: 'Произошла ошибка при входе с логина %{name}. Пожалуйста, свяжитесь с администратором сайта или попробуйте другого провайдера.'
|
||||||
board:
|
board:
|
||||||
update_order: 'There was an error in reordering boards'
|
update_order: 'Произошла ошибка при изменении порядка досок'
|
||||||
post_status:
|
post_status:
|
||||||
update_order: 'There was an error in reordering statuses'
|
update_order: 'Произошла ошибка при изменении порядка досок'
|
||||||
|
defaults:
|
||||||
|
user_full_name: 'Анонимный пользователь'
|
||||||
mailers:
|
mailers:
|
||||||
devise:
|
devise:
|
||||||
welcome_greeting: 'Welcome to %{site_name}, %{email}!'
|
welcome_greeting: 'Добро пожаловать на %{site_name}, %{email}!'
|
||||||
opening_greeting: 'Hello %{email}!'
|
opening_greeting: 'Привет, %{email}!'
|
||||||
confirmation_instructions:
|
confirmation_instructions:
|
||||||
body: 'You can confirm your account email through the link below:'
|
body: 'Вы можете подтвердить ваш адрес электронной почты через ссылку ниже:'
|
||||||
action: 'Confirm my account'
|
action: 'Подтвердить аккаунт'
|
||||||
email_changed:
|
email_changed:
|
||||||
body: "We're contacting you to notify you that your email is being changed to %{email}."
|
body: "Мы связываемся с Вами, чтобы уведомить Вас, что ваш адрес электронной почты изменен на %{email}."
|
||||||
body2: "We're contacting you to notify you that your email has been changed to %{email}."
|
body2: "Мы связываемся с Вами, чтобы уведомить Вас, что ваш адрес электронной почты изменен на %{email}."
|
||||||
password_change:
|
password_change:
|
||||||
body: "We're contacting you to notify you that your password has been changed."
|
body: "Мы связываемся с Вами, чтобы уведомить Вас, что ваш адрес электронной почты изменен."
|
||||||
reset_password:
|
reset_password:
|
||||||
body: 'Someone has requested a link to change your password. You can do this through the link below.'
|
body: 'Кто-то запросил ссылку на изменение пароля. Вы можете сделать это через ссылку ниже.'
|
||||||
body2: "If you didn't request this, please ignore this email."
|
body2: "Если вы не просили об этом, пожалуйста, игнорируйте это письмо."
|
||||||
body3: "Your password won't change until you access the link above and create a new one."
|
body3: "Ваш пароль не изменится, пока вы не откроете ссылку выше и не создадите новый пароль."
|
||||||
action: 'Change my password'
|
action: 'Изменить мой пароль'
|
||||||
user:
|
user:
|
||||||
opening_greeting: 'Hello!'
|
opening_greeting: 'Привет!'
|
||||||
closing_greeting: 'Have a great day!'
|
closing_greeting: 'Отличного дня!'
|
||||||
learn_more: 'Click here to learn more'
|
learn_more: 'Нажми сюда, чтобы узнать подробности.'
|
||||||
unsubscribe: 'Annoyed? You can turn off notifications here'
|
unsubscribe: 'Вы можете отключить уведомления здесь'
|
||||||
notify_post_owner:
|
notify_post_owner:
|
||||||
subject: '[%{app_name}] New comment on %{post}'
|
subject: '[%{app_name}] Новы комментарий на %{post}'
|
||||||
body: 'There is a new comment by %{user} on your post %{post}'
|
body: 'Новый комментарий пользователем %{user} на ваш пост %{post}'
|
||||||
notify_comment_owner:
|
notify_comment_owner:
|
||||||
subject: '[%{app_name}] New reply on your comment from %{post}'
|
subject: '[%{app_name}] Новый ответ на Ваш комментарий %{post}'
|
||||||
body: 'There is a new reply by %{user} on your comment from post %{post}'
|
body: 'Новый ответ пользователем %{user} на ваш пост %{post}'
|
||||||
notify_followers_of_post_update:
|
notify_followers_of_post_update:
|
||||||
subject: '[%{app_name}] New update for post %{post}'
|
subject: '[%{app_name}] Новое обновление на пост %{post}'
|
||||||
body: "There is a new update on the post you're following %{post}"
|
body: "Есть новое обновление на сообщение, которое вы подписаны на %{post}"
|
||||||
notify_followers_of_post_status_change:
|
notify_followers_of_post_status_change:
|
||||||
subject: '[%{app_name}] Status change on post %{post}'
|
subject: '[%{app_name}] Статус изменен на пост %{post}'
|
||||||
body: "The post you're following %{post} has a new status"
|
body: "На публикацию, которые вы подписаны %{post} новый статус"
|
||||||
activerecord:
|
activerecord:
|
||||||
attributes:
|
attributes:
|
||||||
board:
|
board:
|
||||||
name: 'Name'
|
name: 'Имя'
|
||||||
description: 'Description'
|
description: 'Описание'
|
||||||
order: 'Order'
|
order: 'Порядок'
|
||||||
comment:
|
comment:
|
||||||
body: 'Body'
|
body: 'Тело письма'
|
||||||
is_post_update: 'Post update'
|
is_post_update: 'Обновление поста'
|
||||||
user_id: 'Author'
|
user_id: 'Автор'
|
||||||
post_id: 'Post'
|
post_id: 'Публикация'
|
||||||
parent_id: 'Parent comment'
|
parent_id: 'Родительский комментарий'
|
||||||
follow:
|
follow:
|
||||||
user_id: 'User'
|
user_id: 'Пользователь'
|
||||||
post_id: 'Post'
|
post_id: 'Публикация'
|
||||||
like:
|
like:
|
||||||
user_id: 'User'
|
user_id: 'Пользователь'
|
||||||
post_id: 'Post'
|
post_id: 'Публикация'
|
||||||
|
o_auth:
|
||||||
|
name: 'Имя'
|
||||||
|
logo: 'Логотип'
|
||||||
|
is_enabled: 'Включено'
|
||||||
|
client_id: 'Client ID'
|
||||||
|
client_secret: 'Client secret'
|
||||||
|
authorize_url: 'Authorize URL'
|
||||||
|
token_url: 'Token URL'
|
||||||
|
profile_url: 'URL профиля'
|
||||||
|
scope: 'Область'
|
||||||
|
json_user_name_path: 'Путь к имени пользователя JSON'
|
||||||
|
json_user_email_path: 'Путь JSON к электронной почте пользователя'
|
||||||
post_status:
|
post_status:
|
||||||
name: 'Name'
|
name: 'Имя'
|
||||||
color: 'Color'
|
color: 'Цвет'
|
||||||
order: 'Order'
|
order: 'Порядок'
|
||||||
show_in_roadmap: 'Show in roadmap'
|
show_in_roadmap: 'Показать в дорожной карте'
|
||||||
post:
|
post:
|
||||||
title: 'Title'
|
title: 'Заголовок'
|
||||||
description: 'Description'
|
description: 'Описание'
|
||||||
board_id: 'Post board'
|
board_id: 'Выложить доску'
|
||||||
user_id: 'Post author'
|
user_id: 'Автор сообщения'
|
||||||
post_status_id: 'Post status'
|
post_status_id: 'Статус сообщения'
|
||||||
|
tenant:
|
||||||
|
site_name: 'Имя сайта'
|
||||||
|
site_logo: 'Логотип сайта'
|
||||||
|
subdomain: 'Поддомен'
|
||||||
|
locale: 'Язык'
|
||||||
|
brand_setting: 'Отображение'
|
||||||
user:
|
user:
|
||||||
email: 'Email'
|
email: 'Email'
|
||||||
full_name: 'Name and surname'
|
full_name: 'Полное имя'
|
||||||
role: 'Role'
|
password: 'Пароль'
|
||||||
notifications_enabled: 'Notifications enabled'
|
password_confirmation: 'Подтверждение пароля'
|
||||||
|
role: 'Роль'
|
||||||
|
notifications_enabled: 'Уведомления включены'
|
||||||
errors:
|
errors:
|
||||||
messages:
|
messages:
|
||||||
invalid: 'is invalid'
|
invalid: 'неверно'
|
||||||
required: 'is mandatory'
|
required: 'обязателен'
|
||||||
blank: 'cannot be blank'
|
blank: 'не может быть пустым'
|
||||||
taken: 'is already in use'
|
taken: 'уже используется'
|
||||||
too_short: 'is too short (minimum %{count} characters)'
|
too_short: 'слишком короткое (минимум %{count} символов)'
|
||||||
too_long: 'is too long (maximum ${count} characters)'
|
too_long: 'слишком длинное (максимум — %{count} знаков)'
|
||||||
|
|||||||
@@ -1,13 +1,17 @@
|
|||||||
zh-CN:
|
zh-CN:
|
||||||
errors:
|
errors:
|
||||||
|
unknown: 'An unknown error occurred'
|
||||||
unauthorized: 'You are not authorized'
|
unauthorized: 'You are not authorized'
|
||||||
not_logged_in: 'You must be logged in to access this page'
|
not_logged_in: 'You must be logged in to access this page'
|
||||||
not_enough_privileges: 'You do not have the privilegies to access this page'
|
not_enough_privileges: 'You do not have the privilegies to access this page'
|
||||||
user_blocked_or_deleted: 'You cannot access your account because it has been blocked or deleted.'
|
user_blocked_or_deleted: 'You cannot access your account because it has been blocked or deleted.'
|
||||||
|
o_auth_login_error: 'There was an error logging in with %{name}. Please contact the site administrator or try a different provider.'
|
||||||
board:
|
board:
|
||||||
update_order: 'There was an error in reordering boards'
|
update_order: 'There was an error in reordering boards'
|
||||||
post_status:
|
post_status:
|
||||||
update_order: 'There was an error in reordering statuses'
|
update_order: 'There was an error in reordering statuses'
|
||||||
|
defaults:
|
||||||
|
user_full_name: 'Anonymous User'
|
||||||
mailers:
|
mailers:
|
||||||
devise:
|
devise:
|
||||||
welcome_greeting: 'Welcome to %{site_name}, %{email}!'
|
welcome_greeting: 'Welcome to %{site_name}, %{email}!'
|
||||||
@@ -60,6 +64,18 @@ zh-CN:
|
|||||||
like:
|
like:
|
||||||
user_id: 'User'
|
user_id: 'User'
|
||||||
post_id: 'Post'
|
post_id: 'Post'
|
||||||
|
o_auth:
|
||||||
|
name: 'Name'
|
||||||
|
logo: 'Logo'
|
||||||
|
is_enabled: 'Enabled'
|
||||||
|
client_id: 'Client ID'
|
||||||
|
client_secret: 'Client secret'
|
||||||
|
authorize_url: 'Authorize URL'
|
||||||
|
token_url: 'Token URL'
|
||||||
|
profile_url: 'Profile URL'
|
||||||
|
scope: 'Scope'
|
||||||
|
json_user_name_path: 'JSON path to user name'
|
||||||
|
json_user_email_path: 'JSON path to user email'
|
||||||
post_status:
|
post_status:
|
||||||
name: 'Name'
|
name: 'Name'
|
||||||
color: 'Color'
|
color: 'Color'
|
||||||
@@ -71,9 +87,17 @@ zh-CN:
|
|||||||
board_id: 'Post board'
|
board_id: 'Post board'
|
||||||
user_id: 'Post author'
|
user_id: 'Post author'
|
||||||
post_status_id: 'Post status'
|
post_status_id: 'Post status'
|
||||||
|
tenant:
|
||||||
|
site_name: 'Site name'
|
||||||
|
site_logo: 'Site logo'
|
||||||
|
subdomain: 'Subdomain'
|
||||||
|
locale: 'Language'
|
||||||
|
brand_setting: 'Display'
|
||||||
user:
|
user:
|
||||||
email: 'Email'
|
email: 'Email'
|
||||||
full_name: 'Name and surname'
|
full_name: 'Full name'
|
||||||
|
password: 'Password'
|
||||||
|
password_confirmation: 'Password confirmation'
|
||||||
role: 'Role'
|
role: 'Role'
|
||||||
notifications_enabled: 'Notifications enabled'
|
notifications_enabled: 'Notifications enabled'
|
||||||
errors:
|
errors:
|
||||||
@@ -83,4 +107,4 @@ zh-CN:
|
|||||||
blank: 'cannot be blank'
|
blank: 'cannot be blank'
|
||||||
taken: 'is already in use'
|
taken: 'is already in use'
|
||||||
too_short: 'is too short (minimum %{count} characters)'
|
too_short: 'is too short (minimum %{count} characters)'
|
||||||
too_long: 'is too long (maximum ${count} characters)'
|
too_long: 'is too long (maximum %{count} characters)'
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
de:
|
de:
|
||||||
common:
|
common:
|
||||||
|
validations:
|
||||||
|
required: '%{attribute} is required'
|
||||||
|
email: 'Invalid email'
|
||||||
|
url: 'Invalid URL'
|
||||||
|
password: 'Password must have at least %{n} characters'
|
||||||
|
password_mismatch: 'Password and password confirmation must match'
|
||||||
forms:
|
forms:
|
||||||
auth:
|
auth:
|
||||||
email: 'E-Mail'
|
email: 'E-Mail'
|
||||||
@@ -14,6 +20,8 @@ de:
|
|||||||
remember_me: 'Eingeloggt bleiben'
|
remember_me: 'Eingeloggt bleiben'
|
||||||
log_in: 'Einloggen'
|
log_in: 'Einloggen'
|
||||||
sign_up: 'Registrieren'
|
sign_up: 'Registrieren'
|
||||||
|
log_in_with: 'Log in with %{o_auth}'
|
||||||
|
sign_up_with: 'Sign up with %{o_auth}'
|
||||||
profile_settings: 'Profileinstellungen'
|
profile_settings: 'Profileinstellungen'
|
||||||
update_profile: 'Profil aktualisieren'
|
update_profile: 'Profil aktualisieren'
|
||||||
cancel_account: 'Konto entfernen'
|
cancel_account: 'Konto entfernen'
|
||||||
@@ -31,14 +39,21 @@ de:
|
|||||||
no_status: 'Kein Status'
|
no_status: 'Kein Status'
|
||||||
loading: 'Laden...'
|
loading: 'Laden...'
|
||||||
confirmation: 'Sicher?'
|
confirmation: 'Sicher?'
|
||||||
|
unsaved_changes: 'Unsaved changes will be lost if you leave the page.'
|
||||||
edited: 'Bearbeitet'
|
edited: 'Bearbeitet'
|
||||||
|
enabled: 'Enabled'
|
||||||
|
disabled: 'Disabled'
|
||||||
|
copied: 'Copied!'
|
||||||
buttons:
|
buttons:
|
||||||
|
new: 'Neu'
|
||||||
edit: 'Bearbeiten'
|
edit: 'Bearbeiten'
|
||||||
delete: 'Löschen'
|
delete: 'Löschen'
|
||||||
cancel: 'Abbrechen'
|
cancel: 'Abbrechen'
|
||||||
create: 'Erstellen'
|
create: 'Erstellen'
|
||||||
update: 'Speichern'
|
update: 'Speichern'
|
||||||
confirm: 'Bestätigen'
|
confirm: 'Bestätigen'
|
||||||
|
back: 'Back'
|
||||||
|
test: 'Test'
|
||||||
datetime:
|
datetime:
|
||||||
now: 'gerade eben'
|
now: 'gerade eben'
|
||||||
minutes:
|
minutes:
|
||||||
@@ -55,20 +70,11 @@ de:
|
|||||||
step1:
|
step1:
|
||||||
title: '1. Benutzerkonto erstellen'
|
title: '1. Benutzerkonto erstellen'
|
||||||
email_auth: 'Mit E-Mail registrieren'
|
email_auth: 'Mit E-Mail registrieren'
|
||||||
validations:
|
|
||||||
full_name: 'Full name is required'
|
|
||||||
email: 'Email is invalid'
|
|
||||||
password: 'Password must have at least %{n} characters'
|
|
||||||
password_mismatch: 'Password and password confirmation must match'
|
|
||||||
step2:
|
step2:
|
||||||
title: '2. Feedbackbereich erstellen'
|
title: '2. Feedbackbereich erstellen'
|
||||||
site_name: 'Seitenname'
|
|
||||||
subdomain: 'Subdomain'
|
|
||||||
create_button: 'Feedbackbereich erstellen'
|
create_button: 'Feedbackbereich erstellen'
|
||||||
validations:
|
validations:
|
||||||
site_name: 'Site name is required'
|
subdomain_already_taken: 'Diese Subdomain ist leider nicht verfügbar'
|
||||||
subdomain: 'Subdomain is required'
|
|
||||||
subdomain_already_taken: 'Sorry, this subdomain is not available'
|
|
||||||
step3:
|
step3:
|
||||||
title: "Fast fertig!"
|
title: "Fast fertig!"
|
||||||
message: "E-Mail %{email} überprüfen, um neuen Feedback-Bereich %{subdomain} zu aktivieren!"
|
message: "E-Mail %{email} überprüfen, um neuen Feedback-Bereich %{subdomain} zu aktivieren!"
|
||||||
@@ -136,22 +142,17 @@ de:
|
|||||||
post_statuses: 'Status'
|
post_statuses: 'Status'
|
||||||
roadmap: 'Roadmap'
|
roadmap: 'Roadmap'
|
||||||
users: 'Benutzer'
|
users: 'Benutzer'
|
||||||
|
authentication: 'Authentication'
|
||||||
info_box:
|
info_box:
|
||||||
up_to_date: 'Alle Änderungen gespeichert'
|
up_to_date: 'Alle Änderungen gespeichert'
|
||||||
error: 'Ein Fehler ist aufgetreten: %{message}'
|
error: 'Ein Fehler ist aufgetreten: %{message}'
|
||||||
dirty: 'Änderungen nicht gespeichert'
|
dirty: 'Änderungen nicht gespeichert'
|
||||||
general:
|
general:
|
||||||
title: 'Generell'
|
title: 'Generell'
|
||||||
site_name: 'Seitenname'
|
|
||||||
site_logo: 'Seitenlogo'
|
|
||||||
brand_setting: 'Anzeigen'
|
|
||||||
brand_setting_both: 'Sowohl Name als auch Logo'
|
brand_setting_both: 'Sowohl Name als auch Logo'
|
||||||
brand_setting_name: 'Nur Name'
|
brand_setting_name: 'Nur Name'
|
||||||
brand_setting_logo: 'Nur Logo'
|
brand_setting_logo: 'Nur Logo'
|
||||||
brand_setting_none: 'Nichts'
|
brand_setting_none: 'Nichts'
|
||||||
locale: 'Sprache'
|
|
||||||
validations:
|
|
||||||
site_name: 'Site name is required'
|
|
||||||
boards:
|
boards:
|
||||||
title: 'Boards'
|
title: 'Boards'
|
||||||
empty: 'Es existieren keine Boards. Erstelle unten eines!'
|
empty: 'Es existieren keine Boards. Erstelle unten eines!'
|
||||||
@@ -183,3 +184,21 @@ de:
|
|||||||
status_active: 'Aktiv'
|
status_active: 'Aktiv'
|
||||||
status_blocked: 'Gesperrt'
|
status_blocked: 'Gesperrt'
|
||||||
status_deleted: 'Gelöscht'
|
status_deleted: 'Gelöscht'
|
||||||
|
authentication:
|
||||||
|
title: 'Authentication'
|
||||||
|
oauth_subtitle: 'OAuth providers'
|
||||||
|
copy_url: 'Copy URL'
|
||||||
|
test_page:
|
||||||
|
title: '%{name} OAuth test results'
|
||||||
|
fetched_user_data: 'Fetched user data'
|
||||||
|
found: 'Found'
|
||||||
|
summary: 'Summary'
|
||||||
|
valid_configuration: 'This OAuth provider is configured correctly!'
|
||||||
|
warning_configuration: 'This OAuth provider if configured correctly, but a default name for users (%{name}) will be used.'
|
||||||
|
invalid_configuration: 'This OAuth provider is NOT configured correctly.'
|
||||||
|
form:
|
||||||
|
title_new: 'New OAuth provider'
|
||||||
|
title_edit: 'Edit OAuth provider'
|
||||||
|
subtitle_oauth_config: 'OAuth configuration'
|
||||||
|
subtitle_user_profile_config: 'User profile configuration'
|
||||||
|
client_secret_help: 'hidden for security purposes'
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
es:
|
es:
|
||||||
common:
|
common:
|
||||||
|
validations:
|
||||||
|
required: '%{attribute} is required'
|
||||||
|
email: 'Invalid email'
|
||||||
|
url: 'Invalid URL'
|
||||||
|
password: 'Password must have at least %{n} characters'
|
||||||
|
password_mismatch: 'Password and password confirmation must match'
|
||||||
forms:
|
forms:
|
||||||
auth:
|
auth:
|
||||||
email: 'Email'
|
email: 'Email'
|
||||||
@@ -14,6 +20,8 @@ es:
|
|||||||
remember_me: 'Remember me'
|
remember_me: 'Remember me'
|
||||||
log_in: 'Log in'
|
log_in: 'Log in'
|
||||||
sign_up: 'Sign up'
|
sign_up: 'Sign up'
|
||||||
|
log_in_with: 'Log in with %{o_auth}'
|
||||||
|
sign_up_with: 'Sign up with %{o_auth}'
|
||||||
profile_settings: 'Profile settings'
|
profile_settings: 'Profile settings'
|
||||||
update_profile: 'Update profile'
|
update_profile: 'Update profile'
|
||||||
cancel_account: 'Cancel account'
|
cancel_account: 'Cancel account'
|
||||||
@@ -31,14 +39,21 @@ es:
|
|||||||
no_status: 'No status'
|
no_status: 'No status'
|
||||||
loading: 'Loading...'
|
loading: 'Loading...'
|
||||||
confirmation: 'Are you sure?'
|
confirmation: 'Are you sure?'
|
||||||
|
unsaved_changes: 'Unsaved changes will be lost if you leave the page.'
|
||||||
edited: 'Edited'
|
edited: 'Edited'
|
||||||
|
enabled: 'Enabled'
|
||||||
|
disabled: 'Disabled'
|
||||||
|
copied: 'Copied!'
|
||||||
buttons:
|
buttons:
|
||||||
|
new: 'New'
|
||||||
edit: 'Edit'
|
edit: 'Edit'
|
||||||
delete: 'Delete'
|
delete: 'Delete'
|
||||||
cancel: 'Cancel'
|
cancel: 'Cancel'
|
||||||
create: 'Create'
|
create: 'Create'
|
||||||
update: 'Save'
|
update: 'Save'
|
||||||
confirm: 'Confirm'
|
confirm: 'Confirm'
|
||||||
|
back: 'Back'
|
||||||
|
test: 'Test'
|
||||||
datetime:
|
datetime:
|
||||||
now: 'just now'
|
now: 'just now'
|
||||||
minutes:
|
minutes:
|
||||||
@@ -55,19 +70,10 @@ es:
|
|||||||
step1:
|
step1:
|
||||||
title: '1. Create user account'
|
title: '1. Create user account'
|
||||||
email_auth: 'Register with email'
|
email_auth: 'Register with email'
|
||||||
validations:
|
|
||||||
full_name: 'Full name is required'
|
|
||||||
email: 'Email is invalid'
|
|
||||||
password: 'Password must have at least %{n} characters'
|
|
||||||
password_mismatch: 'Password and password confirmation must match'
|
|
||||||
step2:
|
step2:
|
||||||
title: '2. Create feedback space'
|
title: '2. Create feedback space'
|
||||||
site_name: 'Site name'
|
|
||||||
subdomain: 'Subdomain'
|
|
||||||
create_button: 'Create feedback space'
|
create_button: 'Create feedback space'
|
||||||
validations:
|
validations:
|
||||||
site_name: 'Site name is required'
|
|
||||||
subdomain: 'Subdomain is required'
|
|
||||||
subdomain_already_taken: 'Sorry, this subdomain is not available'
|
subdomain_already_taken: 'Sorry, this subdomain is not available'
|
||||||
step3:
|
step3:
|
||||||
title: "You're almost done!"
|
title: "You're almost done!"
|
||||||
@@ -136,22 +142,17 @@ es:
|
|||||||
post_statuses: 'Statuses'
|
post_statuses: 'Statuses'
|
||||||
roadmap: 'Roadmap'
|
roadmap: 'Roadmap'
|
||||||
users: 'Users'
|
users: 'Users'
|
||||||
|
authentication: 'Authentication'
|
||||||
info_box:
|
info_box:
|
||||||
up_to_date: 'All changes saved'
|
up_to_date: 'All changes saved'
|
||||||
error: 'An error occurred: %{message}'
|
error: 'An error occurred: %{message}'
|
||||||
dirty: 'Changes not saved'
|
dirty: 'Changes not saved'
|
||||||
general:
|
general:
|
||||||
title: 'General'
|
title: 'General'
|
||||||
site_name: 'Site name'
|
|
||||||
site_logo: 'Site logo'
|
|
||||||
brand_setting: 'Display'
|
|
||||||
brand_setting_both: 'Both name and logo'
|
brand_setting_both: 'Both name and logo'
|
||||||
brand_setting_name: 'Name only'
|
brand_setting_name: 'Name only'
|
||||||
brand_setting_logo: 'Logo only'
|
brand_setting_logo: 'Logo only'
|
||||||
brand_setting_none: 'None'
|
brand_setting_none: 'None'
|
||||||
locale: 'Language'
|
|
||||||
validations:
|
|
||||||
site_name: 'Site name is required'
|
|
||||||
boards:
|
boards:
|
||||||
title: 'Boards'
|
title: 'Boards'
|
||||||
empty: 'There are no boards. Create one below!'
|
empty: 'There are no boards. Create one below!'
|
||||||
@@ -183,3 +184,21 @@ es:
|
|||||||
status_active: 'Active'
|
status_active: 'Active'
|
||||||
status_blocked: 'Blocked'
|
status_blocked: 'Blocked'
|
||||||
status_deleted: 'Deleted'
|
status_deleted: 'Deleted'
|
||||||
|
authentication:
|
||||||
|
title: 'Authentication'
|
||||||
|
oauth_subtitle: 'OAuth providers'
|
||||||
|
copy_url: 'Copy URL'
|
||||||
|
test_page:
|
||||||
|
title: '%{name} OAuth test results'
|
||||||
|
fetched_user_data: 'Fetched user data'
|
||||||
|
found: 'Found'
|
||||||
|
summary: 'Summary'
|
||||||
|
valid_configuration: 'This OAuth provider is configured correctly!'
|
||||||
|
warning_configuration: 'This OAuth provider if configured correctly, but a default name for users (%{name}) will be used.'
|
||||||
|
invalid_configuration: 'This OAuth provider is NOT configured correctly.'
|
||||||
|
form:
|
||||||
|
title_new: 'New OAuth provider'
|
||||||
|
title_edit: 'Edit OAuth provider'
|
||||||
|
subtitle_oauth_config: 'OAuth configuration'
|
||||||
|
subtitle_user_profile_config: 'User profile configuration'
|
||||||
|
client_secret_help: 'hidden for security purposes'
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
fr:
|
fr:
|
||||||
common:
|
common:
|
||||||
|
validations:
|
||||||
|
required: '%{attribute} is required'
|
||||||
|
email: 'Invalid email'
|
||||||
|
url: 'Invalid URL'
|
||||||
|
password: 'Password must have at least %{n} characters'
|
||||||
|
password_mismatch: 'Password and password confirmation must match'
|
||||||
forms:
|
forms:
|
||||||
auth:
|
auth:
|
||||||
email: 'Email'
|
email: 'Email'
|
||||||
@@ -14,6 +20,8 @@ fr:
|
|||||||
remember_me: 'Se souvenir de moi'
|
remember_me: 'Se souvenir de moi'
|
||||||
log_in: 'Se connecter'
|
log_in: 'Se connecter'
|
||||||
sign_up: 'S''inscrire'
|
sign_up: 'S''inscrire'
|
||||||
|
log_in_with: 'Log in with %{o_auth}'
|
||||||
|
sign_up_with: 'Sign up with %{o_auth}'
|
||||||
profile_settings: 'Paramètres du profil'
|
profile_settings: 'Paramètres du profil'
|
||||||
update_profile: 'Mettre à jour le profil'
|
update_profile: 'Mettre à jour le profil'
|
||||||
cancel_account: 'Annuler le compte'
|
cancel_account: 'Annuler le compte'
|
||||||
@@ -31,14 +39,21 @@ fr:
|
|||||||
no_status: 'Pas de statut'
|
no_status: 'Pas de statut'
|
||||||
loading: 'Chargement ...'
|
loading: 'Chargement ...'
|
||||||
confirmation: 'Vous êtes sûr ?'
|
confirmation: 'Vous êtes sûr ?'
|
||||||
|
unsaved_changes: 'Unsaved changes will be lost if you leave the page.'
|
||||||
edited: 'Modifié'
|
edited: 'Modifié'
|
||||||
|
enabled: 'Enabled'
|
||||||
|
disabled: 'Disabled'
|
||||||
|
copied: 'Copied!'
|
||||||
buttons:
|
buttons:
|
||||||
|
new: 'Nouveau'
|
||||||
edit: 'Modifier'
|
edit: 'Modifier'
|
||||||
delete: 'Supprimer'
|
delete: 'Supprimer'
|
||||||
cancel: 'Annuler'
|
cancel: 'Annuler'
|
||||||
create: 'Créer'
|
create: 'Créer'
|
||||||
update: 'Sauvegarder'
|
update: 'Sauvegarder'
|
||||||
confirm: 'Confirmer'
|
confirm: 'Confirmer'
|
||||||
|
back: 'Back'
|
||||||
|
test: 'Test'
|
||||||
datetime:
|
datetime:
|
||||||
now: 'à l’instant'
|
now: 'à l’instant'
|
||||||
minutes:
|
minutes:
|
||||||
@@ -55,19 +70,10 @@ fr:
|
|||||||
step1:
|
step1:
|
||||||
title: '1. Créer un compte utilisateur'
|
title: '1. Créer un compte utilisateur'
|
||||||
email_auth: 'S´inscrire avec une adresse e-mail'
|
email_auth: 'S´inscrire avec une adresse e-mail'
|
||||||
validations:
|
|
||||||
full_name: 'Le prénom et le nom de famille sont obligatoires'
|
|
||||||
email: 'L''e-mail n''est pas valide'
|
|
||||||
password: 'Le mot de passe doit contenir au minimum %{n} caractères'
|
|
||||||
password_mismatch: 'Le mot de passe et la confirmation du mot de passe doivent concorder'
|
|
||||||
step2:
|
step2:
|
||||||
title: '2. Créer un espace de feedback'
|
title: '2. Créer un espace de feedback'
|
||||||
site_name: 'Nom du site'
|
|
||||||
subdomain: 'Sous-domaine'
|
|
||||||
create_button: 'Créer un espace de feedback'
|
create_button: 'Créer un espace de feedback'
|
||||||
validations:
|
validations:
|
||||||
site_name: 'Le nom du site est obligatoire'
|
|
||||||
subdomain: 'Le sous-domaine est requis'
|
|
||||||
subdomain_already_taken: 'Désolé, ce sous-domaine n''est pas disponible'
|
subdomain_already_taken: 'Désolé, ce sous-domaine n''est pas disponible'
|
||||||
step3:
|
step3:
|
||||||
title: "Vous avez presque terminé !"
|
title: "Vous avez presque terminé !"
|
||||||
@@ -136,22 +142,17 @@ fr:
|
|||||||
post_statuses: 'Statuts'
|
post_statuses: 'Statuts'
|
||||||
roadmap: 'Feuille de route'
|
roadmap: 'Feuille de route'
|
||||||
users: 'Utilisateur·rice·s'
|
users: 'Utilisateur·rice·s'
|
||||||
|
authentication: 'Authentication'
|
||||||
info_box:
|
info_box:
|
||||||
up_to_date: 'Toutes les modifications ont été enregistrées'
|
up_to_date: 'Toutes les modifications ont été enregistrées'
|
||||||
error: 'Une erreur s''est produite : %{message}'
|
error: 'Une erreur s''est produite : %{message}'
|
||||||
dirty: 'Modifications non enregistrées'
|
dirty: 'Modifications non enregistrées'
|
||||||
general:
|
general:
|
||||||
title: 'Général'
|
title: 'Général'
|
||||||
site_name: 'Nom du site'
|
|
||||||
site_logo: 'Logo du site'
|
|
||||||
brand_setting: 'Afficher'
|
|
||||||
brand_setting_both: 'Le nom et le logo'
|
brand_setting_both: 'Le nom et le logo'
|
||||||
brand_setting_name: 'Nom seulement'
|
brand_setting_name: 'Nom seulement'
|
||||||
brand_setting_logo: 'Logo uniquement'
|
brand_setting_logo: 'Logo uniquement'
|
||||||
brand_setting_none: 'Aucun'
|
brand_setting_none: 'Aucun'
|
||||||
locale: 'Langue'
|
|
||||||
validations:
|
|
||||||
site_name: 'Le nom du site est obligatoire'
|
|
||||||
boards:
|
boards:
|
||||||
title: 'Tableaux'
|
title: 'Tableaux'
|
||||||
empty: 'Il n''y a pas de tableaux. Créez en un ci-dessous!'
|
empty: 'Il n''y a pas de tableaux. Créez en un ci-dessous!'
|
||||||
@@ -183,3 +184,21 @@ fr:
|
|||||||
status_active: 'Actif'
|
status_active: 'Actif'
|
||||||
status_blocked: 'Bloqué'
|
status_blocked: 'Bloqué'
|
||||||
status_deleted: 'Supprimé'
|
status_deleted: 'Supprimé'
|
||||||
|
authentication:
|
||||||
|
title: 'Authentication'
|
||||||
|
oauth_subtitle: 'OAuth providers'
|
||||||
|
copy_url: 'Copy URL'
|
||||||
|
test_page:
|
||||||
|
title: '%{name} OAuth test results'
|
||||||
|
fetched_user_data: 'Fetched user data'
|
||||||
|
found: 'Found'
|
||||||
|
summary: 'Summary'
|
||||||
|
valid_configuration: 'This OAuth provider is configured correctly!'
|
||||||
|
warning_configuration: 'This OAuth provider if configured correctly, but a default name for users (%{name}) will be used.'
|
||||||
|
invalid_configuration: 'This OAuth provider is NOT configured correctly.'
|
||||||
|
form:
|
||||||
|
title_new: 'New OAuth provider'
|
||||||
|
title_edit: 'Edit OAuth provider'
|
||||||
|
subtitle_oauth_config: 'OAuth configuration'
|
||||||
|
subtitle_user_profile_config: 'User profile configuration'
|
||||||
|
client_secret_help: 'hidden for security purposes'
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
it:
|
it:
|
||||||
common:
|
common:
|
||||||
|
validations:
|
||||||
|
required: '%{attribute} è obbligatorio'
|
||||||
|
email: 'Email non valida'
|
||||||
|
url: 'URL non valido'
|
||||||
|
password: 'La password deve contenere almeno %{n} caratteri'
|
||||||
|
password_mismatch: 'Password e conferma password devono corrispondere'
|
||||||
forms:
|
forms:
|
||||||
auth:
|
auth:
|
||||||
email: 'E-mail'
|
email: 'E-mail'
|
||||||
@@ -14,6 +20,8 @@ it:
|
|||||||
remember_me: 'Ricordami'
|
remember_me: 'Ricordami'
|
||||||
log_in: 'Accedi'
|
log_in: 'Accedi'
|
||||||
sign_up: 'Registrati'
|
sign_up: 'Registrati'
|
||||||
|
log_in_with: 'Accedi con %{o_auth}'
|
||||||
|
sign_up_with: 'Registrati con %{o_auth}'
|
||||||
profile_settings: 'Impostazioni profilo'
|
profile_settings: 'Impostazioni profilo'
|
||||||
update_profile: 'Aggiorna profilo'
|
update_profile: 'Aggiorna profilo'
|
||||||
cancel_account: 'Cancella account'
|
cancel_account: 'Cancella account'
|
||||||
@@ -31,14 +39,21 @@ it:
|
|||||||
no_status: 'Nessuno stato'
|
no_status: 'Nessuno stato'
|
||||||
loading: 'Caricamento...'
|
loading: 'Caricamento...'
|
||||||
confirmation: 'Sei sicuro?'
|
confirmation: 'Sei sicuro?'
|
||||||
|
unsaved_changes: 'Se lasci la pagina, le tue modifiche andranno perse.'
|
||||||
edited: 'Modificato'
|
edited: 'Modificato'
|
||||||
|
enabled: 'Abilitato'
|
||||||
|
disabled: 'Disabilitato'
|
||||||
|
copied: 'Copiato!'
|
||||||
buttons:
|
buttons:
|
||||||
|
new: 'Nuova'
|
||||||
edit: 'Modifica'
|
edit: 'Modifica'
|
||||||
delete: 'Elimina'
|
delete: 'Elimina'
|
||||||
cancel: 'Annulla'
|
cancel: 'Annulla'
|
||||||
create: 'Crea'
|
create: 'Crea'
|
||||||
update: 'Salva'
|
update: 'Salva'
|
||||||
confirm: 'Conferma'
|
confirm: 'Conferma'
|
||||||
|
back: 'Indietro'
|
||||||
|
test: 'Test'
|
||||||
datetime:
|
datetime:
|
||||||
now: 'adesso'
|
now: 'adesso'
|
||||||
minutes:
|
minutes:
|
||||||
@@ -55,19 +70,10 @@ it:
|
|||||||
step1:
|
step1:
|
||||||
title: '1. Crea account utente'
|
title: '1. Crea account utente'
|
||||||
email_auth: 'Registrati con indirizzo email'
|
email_auth: 'Registrati con indirizzo email'
|
||||||
validations:
|
|
||||||
full_name: 'Nome è obbligatorio'
|
|
||||||
email: 'Email non valida'
|
|
||||||
password: 'La password deve contenere almeno %{n} caratteri'
|
|
||||||
password_mismatch: 'Password e conferma password devono corrispondere'
|
|
||||||
step2:
|
step2:
|
||||||
title: '2. Crea spazio di feedback'
|
title: '2. Crea spazio di feedback'
|
||||||
site_name: 'Nome del sito'
|
|
||||||
subdomain: 'Sottodominio'
|
|
||||||
create_button: 'Crea spazio feedback'
|
create_button: 'Crea spazio feedback'
|
||||||
validations:
|
validations:
|
||||||
site_name: 'Nome del sito è obbligatorio'
|
|
||||||
subdomain: 'Sottodominio è obbligatorio'
|
|
||||||
subdomain_already_taken: 'Siamo spiacenti, questo sottodominio non è disponibile'
|
subdomain_already_taken: 'Siamo spiacenti, questo sottodominio non è disponibile'
|
||||||
step3:
|
step3:
|
||||||
title: "Hai quasi finito!"
|
title: "Hai quasi finito!"
|
||||||
@@ -136,22 +142,17 @@ it:
|
|||||||
post_statuses: 'Stati'
|
post_statuses: 'Stati'
|
||||||
roadmap: 'Roadmap'
|
roadmap: 'Roadmap'
|
||||||
users: 'Utenti'
|
users: 'Utenti'
|
||||||
|
authentication: 'Autenticazione'
|
||||||
info_box:
|
info_box:
|
||||||
up_to_date: 'Tutte le modifiche sono state salvate'
|
up_to_date: 'Tutte le modifiche sono state salvate'
|
||||||
error: 'Si è verificato un errore: %{message}'
|
error: 'Si è verificato un errore: %{message}'
|
||||||
dirty: 'Modifiche non salvate'
|
dirty: 'Modifiche non salvate'
|
||||||
general:
|
general:
|
||||||
title: 'Generale'
|
title: 'Generale'
|
||||||
site_name: 'Nome del sito'
|
|
||||||
site_logo: 'Logo del sito'
|
|
||||||
brand_setting: 'Mostra'
|
|
||||||
brand_setting_both: 'Sia nome che logo'
|
brand_setting_both: 'Sia nome che logo'
|
||||||
brand_setting_name: 'Solo nome'
|
brand_setting_name: 'Solo nome'
|
||||||
brand_setting_logo: 'Solo logo'
|
brand_setting_logo: 'Solo logo'
|
||||||
brand_setting_none: 'Nessuno'
|
brand_setting_none: 'Nessuno'
|
||||||
locale: 'Lingua'
|
|
||||||
validations:
|
|
||||||
site_name: 'Nome del sito è obbligatorio'
|
|
||||||
boards:
|
boards:
|
||||||
title: 'Bacheche'
|
title: 'Bacheche'
|
||||||
empty: 'Non ci sono bacheche. Creane una qua sotto!'
|
empty: 'Non ci sono bacheche. Creane una qua sotto!'
|
||||||
@@ -183,3 +184,21 @@ it:
|
|||||||
status_active: 'Attivo'
|
status_active: 'Attivo'
|
||||||
status_blocked: 'Bloccato'
|
status_blocked: 'Bloccato'
|
||||||
status_deleted: 'Eliminato'
|
status_deleted: 'Eliminato'
|
||||||
|
authentication:
|
||||||
|
title: 'Autenticazione'
|
||||||
|
oauth_subtitle: 'Provider OAuth'
|
||||||
|
copy_url: 'Copia URL'
|
||||||
|
test_page:
|
||||||
|
title: 'Risultati test %{name} OAuth'
|
||||||
|
fetched_user_data: 'Dati utente recuperati'
|
||||||
|
found: 'Trovato'
|
||||||
|
summary: 'Riassunto'
|
||||||
|
valid_configuration: 'Questo provider OAuth è configurato correttamente!'
|
||||||
|
warning_configuration: 'Questo provider OAuth è configurato correttamente, ma un nome utente di default per gli utenti (%{name}) sarà utilizzato.'
|
||||||
|
invalid_configuration: 'Questo provider OAuth NON è configurato correttamente.'
|
||||||
|
form:
|
||||||
|
title_new: 'Nuovo provider OAuth'
|
||||||
|
title_edit: 'Modifica provider OAuth'
|
||||||
|
subtitle_oauth_config: 'Configurazione OAuth'
|
||||||
|
subtitle_user_profile_config: 'Configurazione profilo utente'
|
||||||
|
client_secret_help: 'nascosto per motivi di sicurezza'
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
ja:
|
ja:
|
||||||
common:
|
common:
|
||||||
|
validations:
|
||||||
|
required: '%{attribute} is required'
|
||||||
|
email: 'Invalid email'
|
||||||
|
url: 'Invalid URL'
|
||||||
|
password: 'Password must have at least %{n} characters'
|
||||||
|
password_mismatch: 'Password and password confirmation must match'
|
||||||
forms:
|
forms:
|
||||||
auth:
|
auth:
|
||||||
email: 'Email'
|
email: 'Email'
|
||||||
@@ -14,6 +20,8 @@ ja:
|
|||||||
remember_me: 'Remember me'
|
remember_me: 'Remember me'
|
||||||
log_in: 'Log in'
|
log_in: 'Log in'
|
||||||
sign_up: 'Sign up'
|
sign_up: 'Sign up'
|
||||||
|
log_in_with: 'Log in with %{o_auth}'
|
||||||
|
sign_up_with: 'Sign up with %{o_auth}'
|
||||||
profile_settings: 'Profile settings'
|
profile_settings: 'Profile settings'
|
||||||
update_profile: 'Update profile'
|
update_profile: 'Update profile'
|
||||||
cancel_account: 'Cancel account'
|
cancel_account: 'Cancel account'
|
||||||
@@ -30,14 +38,21 @@ ja:
|
|||||||
no_status: 'No status'
|
no_status: 'No status'
|
||||||
loading: 'Loading...'
|
loading: 'Loading...'
|
||||||
confirmation: 'Are you sure?'
|
confirmation: 'Are you sure?'
|
||||||
|
unsaved_changes: 'Unsaved changes will be lost if you leave the page.'
|
||||||
edited: 'Edited'
|
edited: 'Edited'
|
||||||
|
enabled: 'Enabled'
|
||||||
|
disabled: 'Disabled'
|
||||||
|
copied: 'Copied!'
|
||||||
buttons:
|
buttons:
|
||||||
|
new: 'New'
|
||||||
edit: 'Edit'
|
edit: 'Edit'
|
||||||
delete: 'Delete'
|
delete: 'Delete'
|
||||||
cancel: 'Cancel'
|
cancel: 'Cancel'
|
||||||
create: 'Create'
|
create: 'Create'
|
||||||
update: 'Save'
|
update: 'Save'
|
||||||
confirm: 'Confirm'
|
confirm: 'Confirm'
|
||||||
|
back: 'Back'
|
||||||
|
test: 'Test'
|
||||||
datetime:
|
datetime:
|
||||||
now: 'just now'
|
now: 'just now'
|
||||||
minutes:
|
minutes:
|
||||||
@@ -51,19 +66,10 @@ ja:
|
|||||||
step1:
|
step1:
|
||||||
title: '1. Create user account'
|
title: '1. Create user account'
|
||||||
email_auth: 'Register with email'
|
email_auth: 'Register with email'
|
||||||
validations:
|
|
||||||
full_name: 'Full name is required'
|
|
||||||
email: 'Email is invalid'
|
|
||||||
password: 'Password must have at least %{n} characters'
|
|
||||||
password_mismatch: 'Password and password confirmation must match'
|
|
||||||
step2:
|
step2:
|
||||||
title: '2. Create feedback space'
|
title: '2. Create feedback space'
|
||||||
site_name: 'Site name'
|
|
||||||
subdomain: 'Subdomain'
|
|
||||||
create_button: 'Create feedback space'
|
create_button: 'Create feedback space'
|
||||||
validations:
|
validations:
|
||||||
site_name: 'Site name is required'
|
|
||||||
subdomain: 'Subdomain is required'
|
|
||||||
subdomain_already_taken: 'Sorry, this subdomain is not available'
|
subdomain_already_taken: 'Sorry, this subdomain is not available'
|
||||||
step3:
|
step3:
|
||||||
title: "You're almost done!"
|
title: "You're almost done!"
|
||||||
@@ -132,22 +138,17 @@ ja:
|
|||||||
post_statuses: 'Statuses'
|
post_statuses: 'Statuses'
|
||||||
roadmap: 'Roadmap'
|
roadmap: 'Roadmap'
|
||||||
users: 'Users'
|
users: 'Users'
|
||||||
|
authentication: 'Authentication'
|
||||||
info_box:
|
info_box:
|
||||||
up_to_date: 'All changes saved'
|
up_to_date: 'All changes saved'
|
||||||
error: 'An error occurred: %{message}'
|
error: 'An error occurred: %{message}'
|
||||||
dirty: 'Changes not saved'
|
dirty: 'Changes not saved'
|
||||||
general:
|
general:
|
||||||
title: 'General'
|
title: 'General'
|
||||||
site_name: 'Site name'
|
|
||||||
site_logo: 'Site logo'
|
|
||||||
brand_setting: 'Display'
|
|
||||||
brand_setting_both: 'Both name and logo'
|
brand_setting_both: 'Both name and logo'
|
||||||
brand_setting_name: 'Name only'
|
brand_setting_name: 'Name only'
|
||||||
brand_setting_logo: 'Logo only'
|
brand_setting_logo: 'Logo only'
|
||||||
brand_setting_none: 'None'
|
brand_setting_none: 'None'
|
||||||
locale: 'Language'
|
|
||||||
validations:
|
|
||||||
site_name: 'Site name is required'
|
|
||||||
boards:
|
boards:
|
||||||
title: 'Boards'
|
title: 'Boards'
|
||||||
empty: 'There are no boards. Create one below!'
|
empty: 'There are no boards. Create one below!'
|
||||||
@@ -179,3 +180,21 @@ ja:
|
|||||||
status_active: 'Active'
|
status_active: 'Active'
|
||||||
status_blocked: 'Blocked'
|
status_blocked: 'Blocked'
|
||||||
status_deleted: 'Deleted'
|
status_deleted: 'Deleted'
|
||||||
|
authentication:
|
||||||
|
title: 'Authentication'
|
||||||
|
oauth_subtitle: 'OAuth providers'
|
||||||
|
copy_url: 'Copy URL'
|
||||||
|
test_page:
|
||||||
|
title: '%{name} OAuth test results'
|
||||||
|
fetched_user_data: 'Fetched user data'
|
||||||
|
found: 'Found'
|
||||||
|
summary: 'Summary'
|
||||||
|
valid_configuration: 'This OAuth provider is configured correctly!'
|
||||||
|
warning_configuration: 'This OAuth provider if configured correctly, but a default name for users (%{name}) will be used.'
|
||||||
|
invalid_configuration: 'This OAuth provider is NOT configured correctly.'
|
||||||
|
form:
|
||||||
|
title_new: 'New OAuth provider'
|
||||||
|
title_edit: 'Edit OAuth provider'
|
||||||
|
subtitle_oauth_config: 'OAuth configuration'
|
||||||
|
subtitle_user_profile_config: 'User profile configuration'
|
||||||
|
client_secret_help: 'hidden for security purposes'
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
ko:
|
ko:
|
||||||
common:
|
common:
|
||||||
|
validations:
|
||||||
|
required: '%{attribute} is required'
|
||||||
|
email: 'Invalid email'
|
||||||
|
url: 'Invalid URL'
|
||||||
|
password: 'Password must have at least %{n} characters'
|
||||||
|
password_mismatch: 'Password and password confirmation must match'
|
||||||
forms:
|
forms:
|
||||||
auth:
|
auth:
|
||||||
email: 'Email'
|
email: 'Email'
|
||||||
@@ -14,6 +20,8 @@ ko:
|
|||||||
remember_me: 'Remember me'
|
remember_me: 'Remember me'
|
||||||
log_in: 'Log in'
|
log_in: 'Log in'
|
||||||
sign_up: 'Sign up'
|
sign_up: 'Sign up'
|
||||||
|
log_in_with: 'Log in with %{o_auth}'
|
||||||
|
sign_up_with: 'Sign up with %{o_auth}'
|
||||||
profile_settings: 'Profile settings'
|
profile_settings: 'Profile settings'
|
||||||
update_profile: 'Update profile'
|
update_profile: 'Update profile'
|
||||||
cancel_account: 'Cancel account'
|
cancel_account: 'Cancel account'
|
||||||
@@ -30,14 +38,21 @@ ko:
|
|||||||
no_status: 'No status'
|
no_status: 'No status'
|
||||||
loading: 'Loading...'
|
loading: 'Loading...'
|
||||||
confirmation: 'Are you sure?'
|
confirmation: 'Are you sure?'
|
||||||
|
unsaved_changes: 'Unsaved changes will be lost if you leave the page.'
|
||||||
edited: 'Edited'
|
edited: 'Edited'
|
||||||
|
enabled: 'Enabled'
|
||||||
|
disabled: 'Disabled'
|
||||||
|
copied: 'Copied!'
|
||||||
buttons:
|
buttons:
|
||||||
|
new: 'New'
|
||||||
edit: 'Edit'
|
edit: 'Edit'
|
||||||
delete: 'Delete'
|
delete: 'Delete'
|
||||||
cancel: 'Cancel'
|
cancel: 'Cancel'
|
||||||
create: 'Create'
|
create: 'Create'
|
||||||
update: 'Save'
|
update: 'Save'
|
||||||
confirm: 'Confirm'
|
confirm: 'Confirm'
|
||||||
|
back: 'Back'
|
||||||
|
test: 'Test'
|
||||||
datetime:
|
datetime:
|
||||||
now: 'just now'
|
now: 'just now'
|
||||||
minutes:
|
minutes:
|
||||||
@@ -51,19 +66,10 @@ ko:
|
|||||||
step1:
|
step1:
|
||||||
title: '1. Create user account'
|
title: '1. Create user account'
|
||||||
email_auth: 'Register with email'
|
email_auth: 'Register with email'
|
||||||
validations:
|
|
||||||
full_name: 'Full name is required'
|
|
||||||
email: 'Email is invalid'
|
|
||||||
password: 'Password must have at least %{n} characters'
|
|
||||||
password_mismatch: 'Password and password confirmation must match'
|
|
||||||
step2:
|
step2:
|
||||||
title: '2. Create feedback space'
|
title: '2. Create feedback space'
|
||||||
site_name: 'Site name'
|
|
||||||
subdomain: 'Subdomain'
|
|
||||||
create_button: 'Create feedback space'
|
create_button: 'Create feedback space'
|
||||||
validations:
|
validations:
|
||||||
site_name: 'Site name is required'
|
|
||||||
subdomain: 'Subdomain is required'
|
|
||||||
subdomain_already_taken: 'Sorry, this subdomain is not available'
|
subdomain_already_taken: 'Sorry, this subdomain is not available'
|
||||||
step3:
|
step3:
|
||||||
title: "You're almost done!"
|
title: "You're almost done!"
|
||||||
@@ -132,22 +138,17 @@ ko:
|
|||||||
post_statuses: 'Statuses'
|
post_statuses: 'Statuses'
|
||||||
roadmap: 'Roadmap'
|
roadmap: 'Roadmap'
|
||||||
users: 'Users'
|
users: 'Users'
|
||||||
|
authentication: 'Authentication'
|
||||||
info_box:
|
info_box:
|
||||||
up_to_date: 'All changes saved'
|
up_to_date: 'All changes saved'
|
||||||
error: 'An error occurred: %{message}'
|
error: 'An error occurred: %{message}'
|
||||||
dirty: 'Changes not saved'
|
dirty: 'Changes not saved'
|
||||||
general:
|
general:
|
||||||
title: 'General'
|
title: 'General'
|
||||||
site_name: 'Site name'
|
|
||||||
site_logo: 'Site logo'
|
|
||||||
brand_setting: 'Display'
|
|
||||||
brand_setting_both: 'Both name and logo'
|
brand_setting_both: 'Both name and logo'
|
||||||
brand_setting_name: 'Name only'
|
brand_setting_name: 'Name only'
|
||||||
brand_setting_logo: 'Logo only'
|
brand_setting_logo: 'Logo only'
|
||||||
brand_setting_none: 'None'
|
brand_setting_none: 'None'
|
||||||
locale: 'Language'
|
|
||||||
validations:
|
|
||||||
site_name: 'Site name is required'
|
|
||||||
boards:
|
boards:
|
||||||
title: 'Boards'
|
title: 'Boards'
|
||||||
empty: 'There are no boards. Create one below!'
|
empty: 'There are no boards. Create one below!'
|
||||||
@@ -179,3 +180,21 @@ ko:
|
|||||||
status_active: 'Active'
|
status_active: 'Active'
|
||||||
status_blocked: 'Blocked'
|
status_blocked: 'Blocked'
|
||||||
status_deleted: 'Deleted'
|
status_deleted: 'Deleted'
|
||||||
|
authentication:
|
||||||
|
title: 'Authentication'
|
||||||
|
oauth_subtitle: 'OAuth providers'
|
||||||
|
copy_url: 'Copy URL'
|
||||||
|
test_page:
|
||||||
|
title: '%{name} OAuth test results'
|
||||||
|
fetched_user_data: 'Fetched user data'
|
||||||
|
found: 'Found'
|
||||||
|
summary: 'Summary'
|
||||||
|
valid_configuration: 'This OAuth provider is configured correctly!'
|
||||||
|
warning_configuration: 'This OAuth provider if configured correctly, but a default name for users (%{name}) will be used.'
|
||||||
|
invalid_configuration: 'This OAuth provider is NOT configured correctly.'
|
||||||
|
form:
|
||||||
|
title_new: 'New OAuth provider'
|
||||||
|
title_edit: 'Edit OAuth provider'
|
||||||
|
subtitle_oauth_config: 'OAuth configuration'
|
||||||
|
subtitle_user_profile_config: 'User profile configuration'
|
||||||
|
client_secret_help: 'hidden for security purposes'
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
nl:
|
nl:
|
||||||
common:
|
common:
|
||||||
|
validations:
|
||||||
|
required: '%{attribute} is required'
|
||||||
|
email: 'Invalid email'
|
||||||
|
url: 'Invalid URL'
|
||||||
|
password: 'Password must have at least %{n} characters'
|
||||||
|
password_mismatch: 'Password and password confirmation must match'
|
||||||
forms:
|
forms:
|
||||||
auth:
|
auth:
|
||||||
email: 'Email'
|
email: 'Email'
|
||||||
@@ -14,6 +20,8 @@ nl:
|
|||||||
remember_me: 'Remember me'
|
remember_me: 'Remember me'
|
||||||
log_in: 'Log in'
|
log_in: 'Log in'
|
||||||
sign_up: 'Sign up'
|
sign_up: 'Sign up'
|
||||||
|
log_in_with: 'Log in with %{o_auth}'
|
||||||
|
sign_up_with: 'Sign up with %{o_auth}'
|
||||||
profile_settings: 'Profile settings'
|
profile_settings: 'Profile settings'
|
||||||
update_profile: 'Update profile'
|
update_profile: 'Update profile'
|
||||||
cancel_account: 'Cancel account'
|
cancel_account: 'Cancel account'
|
||||||
@@ -31,14 +39,21 @@ nl:
|
|||||||
no_status: 'No status'
|
no_status: 'No status'
|
||||||
loading: 'Loading...'
|
loading: 'Loading...'
|
||||||
confirmation: 'Are you sure?'
|
confirmation: 'Are you sure?'
|
||||||
|
unsaved_changes: 'Unsaved changes will be lost if you leave the page.'
|
||||||
edited: 'Edited'
|
edited: 'Edited'
|
||||||
|
enabled: 'Enabled'
|
||||||
|
disabled: 'Disabled'
|
||||||
|
copied: 'Copied!'
|
||||||
buttons:
|
buttons:
|
||||||
|
new: 'New'
|
||||||
edit: 'Edit'
|
edit: 'Edit'
|
||||||
delete: 'Delete'
|
delete: 'Delete'
|
||||||
cancel: 'Cancel'
|
cancel: 'Cancel'
|
||||||
create: 'Create'
|
create: 'Create'
|
||||||
update: 'Save'
|
update: 'Save'
|
||||||
confirm: 'Confirm'
|
confirm: 'Confirm'
|
||||||
|
back: 'Back'
|
||||||
|
test: 'Test'
|
||||||
datetime:
|
datetime:
|
||||||
now: 'just now'
|
now: 'just now'
|
||||||
minutes:
|
minutes:
|
||||||
@@ -55,19 +70,10 @@ nl:
|
|||||||
step1:
|
step1:
|
||||||
title: '1. Create user account'
|
title: '1. Create user account'
|
||||||
email_auth: 'Register with email'
|
email_auth: 'Register with email'
|
||||||
validations:
|
|
||||||
full_name: 'Full name is required'
|
|
||||||
email: 'Email is invalid'
|
|
||||||
password: 'Password must have at least %{n} characters'
|
|
||||||
password_mismatch: 'Password and password confirmation must match'
|
|
||||||
step2:
|
step2:
|
||||||
title: '2. Create feedback space'
|
title: '2. Create feedback space'
|
||||||
site_name: 'Site name'
|
|
||||||
subdomain: 'Subdomain'
|
|
||||||
create_button: 'Create feedback space'
|
create_button: 'Create feedback space'
|
||||||
validations:
|
validations:
|
||||||
site_name: 'Site name is required'
|
|
||||||
subdomain: 'Subdomain is required'
|
|
||||||
subdomain_already_taken: 'Sorry, this subdomain is not available'
|
subdomain_already_taken: 'Sorry, this subdomain is not available'
|
||||||
step3:
|
step3:
|
||||||
title: "You're almost done!"
|
title: "You're almost done!"
|
||||||
@@ -136,22 +142,17 @@ nl:
|
|||||||
post_statuses: 'Statuses'
|
post_statuses: 'Statuses'
|
||||||
roadmap: 'Roadmap'
|
roadmap: 'Roadmap'
|
||||||
users: 'Users'
|
users: 'Users'
|
||||||
|
authentication: 'Authentication'
|
||||||
info_box:
|
info_box:
|
||||||
up_to_date: 'All changes saved'
|
up_to_date: 'All changes saved'
|
||||||
error: 'An error occurred: %{message}'
|
error: 'An error occurred: %{message}'
|
||||||
dirty: 'Changes not saved'
|
dirty: 'Changes not saved'
|
||||||
general:
|
general:
|
||||||
title: 'General'
|
title: 'General'
|
||||||
site_name: 'Site name'
|
|
||||||
site_logo: 'Site logo'
|
|
||||||
brand_setting: 'Display'
|
|
||||||
brand_setting_both: 'Both name and logo'
|
brand_setting_both: 'Both name and logo'
|
||||||
brand_setting_name: 'Name only'
|
brand_setting_name: 'Name only'
|
||||||
brand_setting_logo: 'Logo only'
|
brand_setting_logo: 'Logo only'
|
||||||
brand_setting_none: 'None'
|
brand_setting_none: 'None'
|
||||||
locale: 'Language'
|
|
||||||
validations:
|
|
||||||
site_name: 'Site name is required'
|
|
||||||
boards:
|
boards:
|
||||||
title: 'Boards'
|
title: 'Boards'
|
||||||
empty: 'There are no boards. Create one below!'
|
empty: 'There are no boards. Create one below!'
|
||||||
@@ -183,3 +184,21 @@ nl:
|
|||||||
status_active: 'Active'
|
status_active: 'Active'
|
||||||
status_blocked: 'Blocked'
|
status_blocked: 'Blocked'
|
||||||
status_deleted: 'Deleted'
|
status_deleted: 'Deleted'
|
||||||
|
authentication:
|
||||||
|
title: 'Authentication'
|
||||||
|
oauth_subtitle: 'OAuth providers'
|
||||||
|
copy_url: 'Copy URL'
|
||||||
|
test_page:
|
||||||
|
title: '%{name} OAuth test results'
|
||||||
|
fetched_user_data: 'Fetched user data'
|
||||||
|
found: 'Found'
|
||||||
|
summary: 'Summary'
|
||||||
|
valid_configuration: 'This OAuth provider is configured correctly!'
|
||||||
|
warning_configuration: 'This OAuth provider if configured correctly, but a default name for users (%{name}) will be used.'
|
||||||
|
invalid_configuration: 'This OAuth provider is NOT configured correctly.'
|
||||||
|
form:
|
||||||
|
title_new: 'New OAuth provider'
|
||||||
|
title_edit: 'Edit OAuth provider'
|
||||||
|
subtitle_oauth_config: 'OAuth configuration'
|
||||||
|
subtitle_user_profile_config: 'User profile configuration'
|
||||||
|
client_secret_help: 'hidden for security purposes'
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
pt:
|
pt:
|
||||||
common:
|
common:
|
||||||
|
validations:
|
||||||
|
required: '%{attribute} is required'
|
||||||
|
email: 'Invalid email'
|
||||||
|
url: 'Invalid URL'
|
||||||
|
password: 'Password must have at least %{n} characters'
|
||||||
|
password_mismatch: 'Password and password confirmation must match'
|
||||||
forms:
|
forms:
|
||||||
auth:
|
auth:
|
||||||
email: 'Email'
|
email: 'Email'
|
||||||
@@ -14,6 +20,8 @@ pt:
|
|||||||
remember_me: 'Remember me'
|
remember_me: 'Remember me'
|
||||||
log_in: 'Log in'
|
log_in: 'Log in'
|
||||||
sign_up: 'Sign up'
|
sign_up: 'Sign up'
|
||||||
|
log_in_with: 'Log in with %{o_auth}'
|
||||||
|
sign_up_with: 'Sign up with %{o_auth}'
|
||||||
profile_settings: 'Profile settings'
|
profile_settings: 'Profile settings'
|
||||||
update_profile: 'Update profile'
|
update_profile: 'Update profile'
|
||||||
cancel_account: 'Cancel account'
|
cancel_account: 'Cancel account'
|
||||||
@@ -31,14 +39,21 @@ pt:
|
|||||||
no_status: 'No status'
|
no_status: 'No status'
|
||||||
loading: 'Loading...'
|
loading: 'Loading...'
|
||||||
confirmation: 'Are you sure?'
|
confirmation: 'Are you sure?'
|
||||||
|
unsaved_changes: 'Unsaved changes will be lost if you leave the page.'
|
||||||
edited: 'Edited'
|
edited: 'Edited'
|
||||||
|
enabled: 'Enabled'
|
||||||
|
disabled: 'Disabled'
|
||||||
|
copied: 'Copied!'
|
||||||
buttons:
|
buttons:
|
||||||
|
new: 'New'
|
||||||
edit: 'Edit'
|
edit: 'Edit'
|
||||||
delete: 'Delete'
|
delete: 'Delete'
|
||||||
cancel: 'Cancel'
|
cancel: 'Cancel'
|
||||||
create: 'Create'
|
create: 'Create'
|
||||||
update: 'Save'
|
update: 'Save'
|
||||||
confirm: 'Confirm'
|
confirm: 'Confirm'
|
||||||
|
back: 'Back'
|
||||||
|
test: 'Test'
|
||||||
datetime:
|
datetime:
|
||||||
now: 'just now'
|
now: 'just now'
|
||||||
minutes:
|
minutes:
|
||||||
@@ -55,19 +70,10 @@ pt:
|
|||||||
step1:
|
step1:
|
||||||
title: '1. Create user account'
|
title: '1. Create user account'
|
||||||
email_auth: 'Register with email'
|
email_auth: 'Register with email'
|
||||||
validations:
|
|
||||||
full_name: 'Full name is required'
|
|
||||||
email: 'Email is invalid'
|
|
||||||
password: 'Password must have at least %{n} characters'
|
|
||||||
password_mismatch: 'Password and password confirmation must match'
|
|
||||||
step2:
|
step2:
|
||||||
title: '2. Create feedback space'
|
title: '2. Create feedback space'
|
||||||
site_name: 'Site name'
|
|
||||||
subdomain: 'Subdomain'
|
|
||||||
create_button: 'Create feedback space'
|
create_button: 'Create feedback space'
|
||||||
validations:
|
validations:
|
||||||
site_name: 'Site name is required'
|
|
||||||
subdomain: 'Subdomain is required'
|
|
||||||
subdomain_already_taken: 'Sorry, this subdomain is not available'
|
subdomain_already_taken: 'Sorry, this subdomain is not available'
|
||||||
step3:
|
step3:
|
||||||
title: "You're almost done!"
|
title: "You're almost done!"
|
||||||
@@ -136,22 +142,17 @@ pt:
|
|||||||
post_statuses: 'Statuses'
|
post_statuses: 'Statuses'
|
||||||
roadmap: 'Roadmap'
|
roadmap: 'Roadmap'
|
||||||
users: 'Users'
|
users: 'Users'
|
||||||
|
authentication: 'Authentication'
|
||||||
info_box:
|
info_box:
|
||||||
up_to_date: 'All changes saved'
|
up_to_date: 'All changes saved'
|
||||||
error: 'An error occurred: %{message}'
|
error: 'An error occurred: %{message}'
|
||||||
dirty: 'Changes not saved'
|
dirty: 'Changes not saved'
|
||||||
general:
|
general:
|
||||||
title: 'General'
|
title: 'General'
|
||||||
site_name: 'Site name'
|
|
||||||
site_logo: 'Site logo'
|
|
||||||
brand_setting: 'Display'
|
|
||||||
brand_setting_both: 'Both name and logo'
|
brand_setting_both: 'Both name and logo'
|
||||||
brand_setting_name: 'Name only'
|
brand_setting_name: 'Name only'
|
||||||
brand_setting_logo: 'Logo only'
|
brand_setting_logo: 'Logo only'
|
||||||
brand_setting_none: 'None'
|
brand_setting_none: 'None'
|
||||||
locale: 'Language'
|
|
||||||
validations:
|
|
||||||
site_name: 'Site name is required'
|
|
||||||
boards:
|
boards:
|
||||||
title: 'Boards'
|
title: 'Boards'
|
||||||
empty: 'There are no boards. Create one below!'
|
empty: 'There are no boards. Create one below!'
|
||||||
@@ -183,3 +184,21 @@ pt:
|
|||||||
status_active: 'Active'
|
status_active: 'Active'
|
||||||
status_blocked: 'Blocked'
|
status_blocked: 'Blocked'
|
||||||
status_deleted: 'Deleted'
|
status_deleted: 'Deleted'
|
||||||
|
authentication:
|
||||||
|
title: 'Authentication'
|
||||||
|
oauth_subtitle: 'OAuth providers'
|
||||||
|
copy_url: 'Copy URL'
|
||||||
|
test_page:
|
||||||
|
title: '%{name} OAuth test results'
|
||||||
|
fetched_user_data: 'Fetched user data'
|
||||||
|
found: 'Found'
|
||||||
|
summary: 'Summary'
|
||||||
|
valid_configuration: 'This OAuth provider is configured correctly!'
|
||||||
|
warning_configuration: 'This OAuth provider if configured correctly, but a default name for users (%{name}) will be used.'
|
||||||
|
invalid_configuration: 'This OAuth provider is NOT configured correctly.'
|
||||||
|
form:
|
||||||
|
title_new: 'New OAuth provider'
|
||||||
|
title_edit: 'Edit OAuth provider'
|
||||||
|
subtitle_oauth_config: 'OAuth configuration'
|
||||||
|
subtitle_user_profile_config: 'User profile configuration'
|
||||||
|
client_secret_help: 'hidden for security purposes'
|
||||||
|
|||||||
@@ -1,193 +1,212 @@
|
|||||||
ru:
|
ru:
|
||||||
common:
|
common:
|
||||||
|
validations:
|
||||||
|
required: 'Необходимо заполнить %{attribute}'
|
||||||
|
email: 'Неправильный адрес электронной почты'
|
||||||
|
url: 'Неверный URL-адрес'
|
||||||
|
password: 'Пароль должен содержать не менее %{n} символов'
|
||||||
|
password_mismatch: 'Пароль и подтверждение пароля должны совпадать'
|
||||||
forms:
|
forms:
|
||||||
auth:
|
auth:
|
||||||
email: 'Email'
|
email: 'Email'
|
||||||
full_name: 'Full name'
|
full_name: 'Полное имя'
|
||||||
password: 'Password'
|
password: 'Пароль'
|
||||||
password_confirmation: 'Password confirmation'
|
password_confirmation: 'Подтверждение пароля'
|
||||||
new_password: 'New password'
|
new_password: 'Новый пароль'
|
||||||
new_password_confirmation: 'New password confirmation'
|
new_password_confirmation: 'Подтверждение нового пароля'
|
||||||
current_password: 'Current password'
|
current_password: 'Текущий пароль'
|
||||||
notifications_enabled: 'Notifications enabled'
|
notifications_enabled: 'Уведомления включены'
|
||||||
notifications_enabled_help: "if disabled, you won't receive any notification"
|
notifications_enabled_help: "если отключено, вы не получите никаких уведомлений"
|
||||||
remember_me: 'Remember me'
|
remember_me: 'Запомнить'
|
||||||
log_in: 'Log in'
|
log_in: 'Войти'
|
||||||
sign_up: 'Sign up'
|
sign_up: 'Зарегистрироваться'
|
||||||
profile_settings: 'Profile settings'
|
log_in_with: 'Войти с помощью %{o_auth}'
|
||||||
update_profile: 'Update profile'
|
sign_up_with: 'Регистрация с помощью %{o_auth}'
|
||||||
cancel_account: 'Cancel account'
|
profile_settings: 'Настройки профиля'
|
||||||
forgot_password: 'Forgot your password?'
|
update_profile: 'Обновить профиль'
|
||||||
confirmation_instructions_not_received: "Didn't receive confirmation instructions?"
|
cancel_account: 'Закрыть учетную запись'
|
||||||
unlock_instructions_not_received: "Didn't receive unlock instructions?"
|
forgot_password: 'Забыли пароль?'
|
||||||
send_reset_password_instructions: 'Send me reset password instructions'
|
confirmation_instructions_not_received: "Не получили подтверждение?"
|
||||||
resend_confirmation_instructions: 'Resend confirmation instructions'
|
unlock_instructions_not_received: "Не получили инструкции по разблокировке?"
|
||||||
resend_unlock_instructions: 'Resend unlock instructions'
|
send_reset_password_instructions: 'Отправьте мне инструкции по сбросу пароля'
|
||||||
change_password: 'Change password'
|
resend_confirmation_instructions: 'Отправить подтверждение инструкции'
|
||||||
password_help: '%{count} characters minimum'
|
resend_unlock_instructions: 'Отправить письмо для разблокирования'
|
||||||
|
change_password: 'Изменить пароль'
|
||||||
|
password_help: 'минимальное количство знаков %{count} '
|
||||||
comments_number:
|
comments_number:
|
||||||
one: '1 comment'
|
one: '1 комментарий'
|
||||||
few: '%{count} comments'
|
few: '%{count} комментариев'
|
||||||
many: '%{count} comments'
|
many: '%{count} комментариев'
|
||||||
other: '%{count} comments'
|
other: '%{count} комментариев'
|
||||||
no_status: 'No status'
|
no_status: 'Нет статуса'
|
||||||
loading: 'Loading...'
|
loading: 'Загрузка...'
|
||||||
confirmation: 'Are you sure?'
|
confirmation: 'Вы уверены?'
|
||||||
edited: 'Edited'
|
unsaved_changes: 'Несохраненные изменения будут потеряны, если вы сейчас покинете эту страницу.'
|
||||||
|
edited: 'Отредактировано'
|
||||||
|
enabled: 'Включено'
|
||||||
|
disabled: 'Отключено'
|
||||||
|
copied: 'Скопировано!'
|
||||||
buttons:
|
buttons:
|
||||||
edit: 'Edit'
|
new: 'Новый'
|
||||||
delete: 'Delete'
|
edit: 'Редактировать'
|
||||||
cancel: 'Cancel'
|
delete: 'Удалить'
|
||||||
create: 'Create'
|
cancel: 'Отмена'
|
||||||
update: 'Save'
|
create: 'Создать'
|
||||||
confirm: 'Confirm'
|
update: 'Сохранить'
|
||||||
|
confirm: 'Подтвердить'
|
||||||
|
back: 'Назад'
|
||||||
|
test: 'Тест'
|
||||||
datetime:
|
datetime:
|
||||||
now: 'just now'
|
now: 'только что'
|
||||||
minutes:
|
minutes:
|
||||||
one: '1 minute ago'
|
one: '1 минута назад'
|
||||||
few: '%{count} minutes ago'
|
few: '%{count} минут назад'
|
||||||
many: '%{count} minutes ago'
|
many: '%{count} минут назад'
|
||||||
other: '%{count} minutes ago'
|
other: '%{count} минут назад'
|
||||||
hours:
|
hours:
|
||||||
one: '1 hour ago'
|
one: '1 ч назад'
|
||||||
few: '%{count} hours ago'
|
few: '%{count} часа назад'
|
||||||
many: '%{count} hours ago'
|
many: '%{count} часа назад'
|
||||||
other: '%{count} hours ago'
|
other: '%{count} часа назад'
|
||||||
days:
|
days:
|
||||||
one: '1 day ago'
|
one: '1 день назад'
|
||||||
few: '%{count} days ago'
|
few: '%{count} д. назад'
|
||||||
many: '%{count} days ago'
|
many: '%{count} д. назад'
|
||||||
other: '%{count} days ago'
|
other: '%{count} д. назад'
|
||||||
signup:
|
signup:
|
||||||
page_title: 'Create your feedback space'
|
page_title: 'Создайте область обратной связи'
|
||||||
step1:
|
step1:
|
||||||
title: '1. Create user account'
|
title: '1. Создание учетной записи пользователя'
|
||||||
email_auth: 'Register with email'
|
email_auth: 'Регистрация по электронной почте'
|
||||||
validations:
|
|
||||||
full_name: 'Full name is required'
|
|
||||||
email: 'Email is invalid'
|
|
||||||
password: 'Password must have at least %{n} characters'
|
|
||||||
password_mismatch: 'Password and password confirmation must match'
|
|
||||||
step2:
|
step2:
|
||||||
title: '2. Create feedback space'
|
title: '2. Создать область обратной связи'
|
||||||
site_name: 'Site name'
|
create_button: 'Создать область обратной связи'
|
||||||
subdomain: 'Subdomain'
|
|
||||||
create_button: 'Create feedback space'
|
|
||||||
validations:
|
validations:
|
||||||
site_name: 'Site name is required'
|
subdomain_already_taken: 'Извините, этот поддомен недоступен'
|
||||||
subdomain: 'Subdomain is required'
|
|
||||||
subdomain_already_taken: 'Sorry, this subdomain is not available'
|
|
||||||
step3:
|
step3:
|
||||||
title: "You're almost done!"
|
title: "Вы почти закончили!"
|
||||||
message: "Check your email %{email} to activate your new feedback space %{subdomain}!"
|
message: "Проверьте свою электронную почту %{email}, чтобы активировать новое пространство обратной связи %{subdomain}!"
|
||||||
header:
|
header:
|
||||||
menu:
|
menu:
|
||||||
site_settings: 'Site settings'
|
site_settings: 'Настройки сайта'
|
||||||
profile_settings: 'Profile settings'
|
profile_settings: 'Настройки профиля'
|
||||||
sign_out: 'Sign out'
|
sign_out: 'Выйти'
|
||||||
log_in: 'Log in / Sign up'
|
log_in: 'Войти / Зарегистрироваться'
|
||||||
roadmap:
|
roadmap:
|
||||||
title: 'Roadmap'
|
title: 'Дорожная Карта'
|
||||||
pending_tenant:
|
pending_tenant:
|
||||||
title: 'Verify your email address'
|
title: 'Подтвердите ваш адрес электронной почты'
|
||||||
message: 'We''ve sent an email with an activation link to the email you provided during registration. Click on that link to activate this feedback space!'
|
message: 'Мы отправили письмо со ссылкой для активации на электронное письмо, указанное вами при регистрации. Нажмите на эту ссылку, чтобы активировать это пространство для обратной связи!'
|
||||||
blocked_tenant:
|
blocked_tenant:
|
||||||
title: 'This feedback space has been blocked'
|
title: 'Сообщение обратной связи было сохранено'
|
||||||
board:
|
board:
|
||||||
new_post:
|
new_post:
|
||||||
submit_button: 'Submit feedback'
|
submit_button: 'Добавить отзыв'
|
||||||
cancel_button: 'Cancel'
|
cancel_button: 'Отмена'
|
||||||
login_button: 'Log in / Sign up'
|
login_button: 'Войти / Зарегистрироваться'
|
||||||
title: 'Title'
|
title: 'Заголовок'
|
||||||
description: 'Description (optional)'
|
description: 'Описание (опционально)'
|
||||||
no_title: 'Title field is mandatory'
|
no_title: 'Поле обязательное для заполнения'
|
||||||
submit_success: 'Feedback published! You will be redirected soon...'
|
submit_success: 'Отзыв опубликован! Вы будете перенаправлены в ближайшее время...'
|
||||||
submit_error: 'An unknown error occurred, try again'
|
submit_error: 'Произошла неизвестная ошибка, попробуйте еще раз'
|
||||||
search_box:
|
search_box:
|
||||||
title: 'Search'
|
title: 'Поиск'
|
||||||
filter_box:
|
filter_box:
|
||||||
title: 'Filter by status'
|
title: 'Фильтр по статусу'
|
||||||
posts_list:
|
posts_list:
|
||||||
empty: 'There are no posts'
|
empty: 'Нет публикаций'
|
||||||
post:
|
post:
|
||||||
edit_button: 'Edit'
|
edit_button: 'Редактировать'
|
||||||
published_by: 'Published by'
|
published_by: 'Опубликован'
|
||||||
post_status_select:
|
post_status_select:
|
||||||
no_post_status: 'None'
|
no_post_status: 'Нет'
|
||||||
updates_box:
|
updates_box:
|
||||||
title: 'Updates'
|
title: 'Обновления'
|
||||||
empty: 'There are no updates yet'
|
empty: 'Пока здесь пусто'
|
||||||
status_change: 'changed status to'
|
status_change: 'изменил статус на'
|
||||||
likes_box:
|
likes_box:
|
||||||
title: 'Likes'
|
title: 'Нравится'
|
||||||
empty: 'There are no likes yet'
|
empty: 'Нет отметок "нравится"'
|
||||||
action_box:
|
action_box:
|
||||||
title: 'Actions'
|
title: 'Действия'
|
||||||
follow_button: 'Follow post'
|
follow_button: 'Подписаться на пост'
|
||||||
following_description: "you're receiving notifications about new updates on this post"
|
following_description: "вы получаете уведомления о новых обновлениях на этот пост"
|
||||||
not_following_description: "you won't receive notifications about this post"
|
not_following_description: "Вы не подписаны на уведомления об активности в этом посте."
|
||||||
comments:
|
comments:
|
||||||
title: 'Activity'
|
title: 'Активность'
|
||||||
post_update_badge: 'Update'
|
post_update_badge: 'Обновление'
|
||||||
reply_button: 'Reply'
|
reply_button: 'Ответить'
|
||||||
new_comment:
|
new_comment:
|
||||||
body_placeholder: 'Leave a comment'
|
body_placeholder: 'Оставить комментарий'
|
||||||
submit_button: 'Submit'
|
submit_button: 'Отправить'
|
||||||
is_post_update: 'Mark as update'
|
is_post_update: 'Пометить как обновление'
|
||||||
user_notification: 'Users that follow this post will be notified'
|
user_notification: 'Пользователи, подписавшиеся на это сообщение, будут уведомлены'
|
||||||
not_logged_in: 'You need to log in to post comments'
|
not_logged_in: 'Для просмотра этого содержимого необходимо войти в систему.'
|
||||||
site_settings:
|
site_settings:
|
||||||
menu:
|
menu:
|
||||||
title: 'Site settings'
|
title: 'Настройки сайта'
|
||||||
general: 'General'
|
general: 'Общее'
|
||||||
boards: 'Boards'
|
boards: 'Доски'
|
||||||
post_statuses: 'Statuses'
|
post_statuses: 'Статусы'
|
||||||
roadmap: 'Roadmap'
|
roadmap: 'Дорожная Карта'
|
||||||
users: 'Users'
|
users: 'Пользователи'
|
||||||
|
authentication: 'Аутентификация'
|
||||||
info_box:
|
info_box:
|
||||||
up_to_date: 'All changes saved'
|
up_to_date: 'Все изменения сохранены'
|
||||||
error: 'An error occurred: %{message}'
|
error: 'Произошла ошибка: %{message}'
|
||||||
dirty: 'Changes not saved'
|
dirty: 'Не удалось сохранить изменения'
|
||||||
general:
|
general:
|
||||||
title: 'General'
|
title: 'Общее'
|
||||||
site_name: 'Site name'
|
brand_setting_both: 'Название и логотип'
|
||||||
site_logo: 'Site logo'
|
brand_setting_name: 'Только название'
|
||||||
brand_setting: 'Display'
|
brand_setting_logo: 'Только логотип'
|
||||||
brand_setting_both: 'Both name and logo'
|
brand_setting_none: 'Нет'
|
||||||
brand_setting_name: 'Name only'
|
|
||||||
brand_setting_logo: 'Logo only'
|
|
||||||
brand_setting_none: 'None'
|
|
||||||
locale: 'Language'
|
|
||||||
validations:
|
|
||||||
site_name: 'Site name is required'
|
|
||||||
boards:
|
boards:
|
||||||
title: 'Boards'
|
title: 'Доски'
|
||||||
empty: 'There are no boards. Create one below!'
|
empty: 'Доски отсутствуют. Создайте доску!'
|
||||||
new: 'New'
|
new: 'Новый'
|
||||||
form:
|
form:
|
||||||
name: 'Board name'
|
name: 'Название доски'
|
||||||
description: 'Board description (optional)'
|
description: 'Описание доски (опционально)'
|
||||||
post_statuses:
|
post_statuses:
|
||||||
title: 'Statuses'
|
title: 'Статусы'
|
||||||
empty: 'There are no statuses. Create one below!'
|
empty: 'Нет статусов. Создайте новую!'
|
||||||
new: 'New'
|
new: 'Новый'
|
||||||
form:
|
form:
|
||||||
name: 'Status name'
|
name: 'Название статуса'
|
||||||
roadmap:
|
roadmap:
|
||||||
title: 'Roadmap'
|
title: 'Дорожная Карта'
|
||||||
title2: 'Not in roadmap'
|
title2: 'Не в дорожной карте'
|
||||||
empty: 'The roadmap is empty.'
|
empty: 'Дорожная карта пуста.'
|
||||||
help: 'You can add statuses to the roadmap by dragging them from the section below. If you instead want to create a new status or change their order, go to Site settings > Statuses.'
|
help: 'Вы можете добавить статусы к дорожной карте, перетаскивая их из раздела ниже. Если вы хотите создать новый статус или изменить его порядок, перейдите в Настройки сайта > Статусы.'
|
||||||
users:
|
users:
|
||||||
title: 'Users'
|
title: 'Пользователи'
|
||||||
block: 'Block'
|
block: 'Блокировка'
|
||||||
unblock: 'Unblock'
|
unblock: 'Разблокировать'
|
||||||
block_confirmation: "%{name} won't be able to log in until it is unblocked. Are you sure?"
|
block_confirmation: "%{name} не сможет войти, пока он не будет разблокирован. Вы уверены?"
|
||||||
unblock_confirmation: "%{name} will be able to log in and submit feedback. Are you sure?"
|
unblock_confirmation: "%{name} сможет войти и отправить отзыв. Вы уверены?"
|
||||||
role_to_admin_confirmation: "%{name} will have the same privileges as you, so they could even demote or block you. Proceed only if you really trust %{name}. Are you sure?"
|
role_to_admin_confirmation: "%{name} будет обладать теми же привилегиями, что и вы, так что они могут даже понизить или заблокировать вас. Продолжайте только если вы действительно доверяете %{name}. Вы уверены?"
|
||||||
role_user: 'User'
|
role_user: 'Пользователь'
|
||||||
role_moderator: 'Moderator'
|
role_moderator: 'Модератор'
|
||||||
role_admin: 'Administrator'
|
role_admin: 'Администратор'
|
||||||
status_active: 'Active'
|
status_active: 'Активный'
|
||||||
status_blocked: 'Blocked'
|
status_blocked: 'Заблокированный'
|
||||||
status_deleted: 'Deleted'
|
status_deleted: 'Удаленный'
|
||||||
|
authentication:
|
||||||
|
title: 'Аутентификация'
|
||||||
|
oauth_subtitle: 'Поставщики OAuth'
|
||||||
|
copy_url: 'Копировать ссылку'
|
||||||
|
test_page:
|
||||||
|
title: 'Результаты теста OAuth %{name}'
|
||||||
|
fetched_user_data: 'Извлеченные данные пользователя'
|
||||||
|
found: 'Найдено'
|
||||||
|
summary: 'Сводка'
|
||||||
|
valid_configuration: 'Этот OAuth провайдер правильно настроен!'
|
||||||
|
warning_configuration: 'Этот OAuth провайдер если правильно настроен, но будет использоваться имя по умолчанию для пользователей (%{name}).'
|
||||||
|
invalid_configuration: 'Этот OAuth провайдер неправильно настроен.'
|
||||||
|
form:
|
||||||
|
title_new: 'Новый поставщики OAuth'
|
||||||
|
title_edit: 'Редактировать OAuth провайдера'
|
||||||
|
subtitle_oauth_config: 'Конфигурация OAuth'
|
||||||
|
subtitle_user_profile_config: 'Настройка профиля пользователя'
|
||||||
|
client_secret_help: 'скрытые в целях безопасности'
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
zh-CN:
|
zh-CN:
|
||||||
common:
|
common:
|
||||||
|
validations:
|
||||||
|
required: '%{attribute} is required'
|
||||||
|
email: 'Invalid email'
|
||||||
|
url: 'Invalid URL'
|
||||||
|
password: 'Password must have at least %{n} characters'
|
||||||
|
password_mismatch: 'Password and password confirmation must match'
|
||||||
forms:
|
forms:
|
||||||
auth:
|
auth:
|
||||||
email: 'Email'
|
email: 'Email'
|
||||||
@@ -14,6 +20,8 @@ zh-CN:
|
|||||||
remember_me: 'Remember me'
|
remember_me: 'Remember me'
|
||||||
log_in: 'Log in'
|
log_in: 'Log in'
|
||||||
sign_up: 'Sign up'
|
sign_up: 'Sign up'
|
||||||
|
log_in_with: 'Log in with %{o_auth}'
|
||||||
|
sign_up_with: 'Sign up with %{o_auth}'
|
||||||
profile_settings: 'Profile settings'
|
profile_settings: 'Profile settings'
|
||||||
update_profile: 'Update profile'
|
update_profile: 'Update profile'
|
||||||
cancel_account: 'Cancel account'
|
cancel_account: 'Cancel account'
|
||||||
@@ -30,14 +38,21 @@ zh-CN:
|
|||||||
no_status: 'No status'
|
no_status: 'No status'
|
||||||
loading: 'Loading...'
|
loading: 'Loading...'
|
||||||
confirmation: 'Are you sure?'
|
confirmation: 'Are you sure?'
|
||||||
|
unsaved_changes: 'Unsaved changes will be lost if you leave the page.'
|
||||||
edited: 'Edited'
|
edited: 'Edited'
|
||||||
|
enabled: 'Enabled'
|
||||||
|
disabled: 'Disabled'
|
||||||
|
copied: 'Copied!'
|
||||||
buttons:
|
buttons:
|
||||||
|
new: 'New'
|
||||||
edit: 'Edit'
|
edit: 'Edit'
|
||||||
delete: 'Delete'
|
delete: 'Delete'
|
||||||
cancel: 'Cancel'
|
cancel: 'Cancel'
|
||||||
create: 'Create'
|
create: 'Create'
|
||||||
update: 'Save'
|
update: 'Save'
|
||||||
confirm: 'Confirm'
|
confirm: 'Confirm'
|
||||||
|
back: 'Back'
|
||||||
|
test: 'Test'
|
||||||
datetime:
|
datetime:
|
||||||
now: 'just now'
|
now: 'just now'
|
||||||
minutes:
|
minutes:
|
||||||
@@ -51,19 +66,10 @@ zh-CN:
|
|||||||
step1:
|
step1:
|
||||||
title: '1. Create user account'
|
title: '1. Create user account'
|
||||||
email_auth: 'Register with email'
|
email_auth: 'Register with email'
|
||||||
validations:
|
|
||||||
full_name: 'Full name is required'
|
|
||||||
email: 'Email is invalid'
|
|
||||||
password: 'Password must have at least %{n} characters'
|
|
||||||
password_mismatch: 'Password and password confirmation must match'
|
|
||||||
step2:
|
step2:
|
||||||
title: '2. Create feedback space'
|
title: '2. Create feedback space'
|
||||||
site_name: 'Site name'
|
|
||||||
subdomain: 'Subdomain'
|
|
||||||
create_button: 'Create feedback space'
|
create_button: 'Create feedback space'
|
||||||
validations:
|
validations:
|
||||||
site_name: 'Site name is required'
|
|
||||||
subdomain: 'Subdomain is required'
|
|
||||||
subdomain_already_taken: 'Sorry, this subdomain is not available'
|
subdomain_already_taken: 'Sorry, this subdomain is not available'
|
||||||
step3:
|
step3:
|
||||||
title: "You're almost done!"
|
title: "You're almost done!"
|
||||||
@@ -132,22 +138,17 @@ zh-CN:
|
|||||||
post_statuses: 'Statuses'
|
post_statuses: 'Statuses'
|
||||||
roadmap: 'Roadmap'
|
roadmap: 'Roadmap'
|
||||||
users: 'Users'
|
users: 'Users'
|
||||||
|
authentication: 'Authentication'
|
||||||
info_box:
|
info_box:
|
||||||
up_to_date: 'All changes saved'
|
up_to_date: 'All changes saved'
|
||||||
error: 'An error occurred: %{message}'
|
error: 'An error occurred: %{message}'
|
||||||
dirty: 'Changes not saved'
|
dirty: 'Changes not saved'
|
||||||
general:
|
general:
|
||||||
title: 'General'
|
title: 'General'
|
||||||
site_name: 'Site name'
|
|
||||||
site_logo: 'Site logo'
|
|
||||||
brand_setting: 'Display'
|
|
||||||
brand_setting_both: 'Both name and logo'
|
brand_setting_both: 'Both name and logo'
|
||||||
brand_setting_name: 'Name only'
|
brand_setting_name: 'Name only'
|
||||||
brand_setting_logo: 'Logo only'
|
brand_setting_logo: 'Logo only'
|
||||||
brand_setting_none: 'None'
|
brand_setting_none: 'None'
|
||||||
locale: 'Language'
|
|
||||||
validations:
|
|
||||||
site_name: 'Site name is required'
|
|
||||||
boards:
|
boards:
|
||||||
title: 'Boards'
|
title: 'Boards'
|
||||||
empty: 'There are no boards. Create one below!'
|
empty: 'There are no boards. Create one below!'
|
||||||
@@ -179,3 +180,21 @@ zh-CN:
|
|||||||
status_active: 'Active'
|
status_active: 'Active'
|
||||||
status_blocked: 'Blocked'
|
status_blocked: 'Blocked'
|
||||||
status_deleted: 'Deleted'
|
status_deleted: 'Deleted'
|
||||||
|
authentication:
|
||||||
|
title: 'Authentication'
|
||||||
|
oauth_subtitle: 'OAuth providers'
|
||||||
|
copy_url: 'Copy URL'
|
||||||
|
test_page:
|
||||||
|
title: '%{name} OAuth test results'
|
||||||
|
fetched_user_data: 'Fetched user data'
|
||||||
|
found: 'Found'
|
||||||
|
summary: 'Summary'
|
||||||
|
valid_configuration: 'This OAuth provider is configured correctly!'
|
||||||
|
warning_configuration: 'This OAuth provider if configured correctly, but a default name for users (%{name}) will be used.'
|
||||||
|
invalid_configuration: 'This OAuth provider is NOT configured correctly.'
|
||||||
|
form:
|
||||||
|
title_new: 'New OAuth provider'
|
||||||
|
title_edit: 'Edit OAuth provider'
|
||||||
|
subtitle_oauth_config: 'OAuth configuration'
|
||||||
|
subtitle_user_profile_config: 'User profile configuration'
|
||||||
|
client_secret_help: 'hidden for security purposes'
|
||||||
|
|||||||
Reference in New Issue
Block a user