Add translations for "new page" and english improvements
This commit is contained in:
@@ -133,7 +133,7 @@ export class AuthPanel extends Component<Props, State> {
|
||||
href={`${window.location.origin}/web/comments.html${window.location.search}`}
|
||||
target="_blank"
|
||||
>
|
||||
new page
|
||||
<FormattedMessage id="authPanel.new-page" defaultMessage="new page" />
|
||||
</a>
|
||||
</div>
|
||||
);
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
"authPanel.logged-as": "Du hast dich angemeldet als",
|
||||
"authPanel.login": "Anmelden:",
|
||||
"authPanel.logout": "Abmelden?",
|
||||
"authPanel.new-page": "neue Seite",
|
||||
"authPanel.or-provider": "oder",
|
||||
"authPanel.other-provider": "Andere",
|
||||
"authPanel.read-only": "Nur-Lesen",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"anonymousLoginForm.length-limit": "Username must be at least 3 characters long",
|
||||
"anonymousLoginForm.log-in": "Log in",
|
||||
"anonymousLoginForm.symbol-limit": "Username must start from the letter and contain only latin letters, numbers, underscores, and spaces",
|
||||
"anonymousLoginForm.symbol-limit": "Username must start with a letter and contain only latin letters, numbers, underscores, or spaces",
|
||||
"anonymousLoginForm.user-name": "Username",
|
||||
"authPanel.anonymous-provider": "Anonymous",
|
||||
"authPanel.disable-comments": "Disable comments",
|
||||
@@ -12,6 +12,7 @@
|
||||
"authPanel.logged-as": "You logged in as",
|
||||
"authPanel.login": "Login:",
|
||||
"authPanel.logout": "Logout?",
|
||||
"authPanel.new-page": "new page",
|
||||
"authPanel.or-provider": "or",
|
||||
"authPanel.other-provider": "Other",
|
||||
"authPanel.read-only": "Read-only",
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
"authPanel.anonymous-provider": "Anónimo",
|
||||
"authPanel.disable-comments": "Deshabilitar comentarios",
|
||||
"authPanel.disabled-cookies": "Deshabilita las cookies de terceros que bloquean el acceso o abre los comentarios en una",
|
||||
"authPanel.new-page": "nueva página",
|
||||
"authPanel.enable-comments": "Habilitar comentarios",
|
||||
"authPanel.enable-cookies": "Habilitar cookies para acceder y comentar",
|
||||
"authPanel.hide-settings": "Ocultar opciones",
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
"authPanel.logged-as": "Olet kirjautunut sisään nimellä",
|
||||
"authPanel.login": "Kirjaudu sisään:",
|
||||
"authPanel.logout": "Kirjaudu ulos?",
|
||||
"authPanel.new-page": "uusi sivu",
|
||||
"authPanel.or-provider": "tai",
|
||||
"authPanel.other-provider": "Muu",
|
||||
"authPanel.read-only": "Vain luku",
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
"authPanel.logged-as": "Вы вошли как",
|
||||
"authPanel.login": "Вход:",
|
||||
"authPanel.logout": "Выйти?",
|
||||
"authPanel.new-page": "новая страница",
|
||||
"authPanel.or-provider": "или",
|
||||
"authPanel.other-provider": "Другой",
|
||||
"authPanel.read-only": "Только для чтение",
|
||||
|
||||
Reference in New Issue
Block a user