Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed Oct 18, 2023
1 parent 1854c0b commit d3b3a73
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions l10n/ast.js
@@ -0,0 +1,6 @@
OC.L10N.register(
"twofactor_totp",
{
"Submit" : "Unviar"
},
"nplurals=2; plural=(n != 1);");
4 changes: 4 additions & 0 deletions l10n/ast.json
@@ -0,0 +1,4 @@
{ "translations": {
"Submit" : "Unviar"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
2 changes: 1 addition & 1 deletion l10n/sk.js
Expand Up @@ -3,7 +3,7 @@ OC.L10N.register(
{
"You enabled TOTP two-factor authentication for your account" : "Zapli ste TOTP dvojfaktorové overenie pre váš účet",
"You disabled TOTP two-factor authentication for your account" : "Vypli ste TOTP dvojfaktorové overenie pre váš účet",
"TOTP two-factor authentication disabled by an admin" : "TOTP dvojzložkové prihlasovanie vyputé správcom",
"TOTP two-factor authentication disabled by an admin" : "TOTP dvojfázové prihlasovanie vypnuté správcom",
"TOTP (Authenticator app)" : "TOTP (Authenticator aplikácia)",
"Authenticate with a TOTP app" : "Overujete sa pomocou TOTP aplikácie",
"Two-Factor TOTP Provider" : "Poskytovateľ dvojzložkovej služby TOTP",
Expand Down
2 changes: 1 addition & 1 deletion l10n/sk.json
@@ -1,7 +1,7 @@
{ "translations": {
"You enabled TOTP two-factor authentication for your account" : "Zapli ste TOTP dvojfaktorové overenie pre váš účet",
"You disabled TOTP two-factor authentication for your account" : "Vypli ste TOTP dvojfaktorové overenie pre váš účet",
"TOTP two-factor authentication disabled by an admin" : "TOTP dvojzložkové prihlasovanie vyputé správcom",
"TOTP two-factor authentication disabled by an admin" : "TOTP dvojfázové prihlasovanie vypnuté správcom",
"TOTP (Authenticator app)" : "TOTP (Authenticator aplikácia)",
"Authenticate with a TOTP app" : "Overujete sa pomocou TOTP aplikácie",
"Two-Factor TOTP Provider" : "Poskytovateľ dvojzložkovej služby TOTP",
Expand Down

0 comments on commit d3b3a73

Please sign in to comment.