1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-07 16:06:15 +00:00

Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
Nextcloud bot 2023-05-12 03:18:23 +00:00
parent aa6bfd488f
commit 8e6535a2fe
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
2 changed files with 2 additions and 14 deletions

View File

@ -1,12 +1,6 @@
OC.L10N.register( OC.L10N.register(
"ocsms", "ocsms",
{ {
"Phone Sync" : "Sincronización de teléfonu", "Settings" : "Configuración"
"Cancel" : "Encaboxar",
"Confirm" : "Confirmar",
"Settings" : "Settings",
"Label" : "Etiqueta",
"Enable" : "Activar",
"Disable" : "Desactivar"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@ -1,10 +1,4 @@
{ "translations": { { "translations": {
"Phone Sync" : "Sincronización de teléfonu", "Settings" : "Configuración"
"Cancel" : "Encaboxar",
"Confirm" : "Confirmar",
"Settings" : "Settings",
"Label" : "Etiqueta",
"Enable" : "Activar",
"Disable" : "Desactivar"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }