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

Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
Nextcloud bot 2025-02-25 01:34:26 +00:00
parent c02def2d49
commit bfa87343a1
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
2 changed files with 4 additions and 4 deletions

View File

@ -2,12 +2,12 @@ OC.L10N.register(
"ocsms", "ocsms",
{ {
"Phone Sync" : "Telefon synkronisering", "Phone Sync" : "Telefon synkronisering",
"Cancel" : "Annullér", "Cancel" : "Annuller",
"Confirm" : "Bekræft", "Confirm" : "Bekræft",
"Settings" : "Indstillinger", "Settings" : "Indstillinger",
"Label" : "Mærkat", "Label" : "Mærkat",
"Notification settings" : "Meddelelsesindstillinger", "Notification settings" : "Meddelelsesindstillinger",
"Enable" : "Aktivér", "Enable" : "Aktiver",
"Disable" : "Deaktiver" "Disable" : "Deaktiver"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@ -1,11 +1,11 @@
{ "translations": { { "translations": {
"Phone Sync" : "Telefon synkronisering", "Phone Sync" : "Telefon synkronisering",
"Cancel" : "Annullér", "Cancel" : "Annuller",
"Confirm" : "Bekræft", "Confirm" : "Bekræft",
"Settings" : "Indstillinger", "Settings" : "Indstillinger",
"Label" : "Mærkat", "Label" : "Mærkat",
"Notification settings" : "Meddelelsesindstillinger", "Notification settings" : "Meddelelsesindstillinger",
"Enable" : "Aktivér", "Enable" : "Aktiver",
"Disable" : "Deaktiver" "Disable" : "Deaktiver"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }