28 changed files with 184 additions and 22 deletions
-
13apps/comments/l10n/fr.js
-
13apps/comments/l10n/fr.json
-
6apps/files/l10n/ro.js
-
6apps/files/l10n/ro.json
-
1apps/files/l10n/sv.js
-
1apps/files/l10n/sv.json
-
19apps/files_sharing/l10n/en_GB.js
-
19apps/files_sharing/l10n/en_GB.json
-
5apps/files_sharing/l10n/fr.js
-
5apps/files_sharing/l10n/fr.json
-
1apps/files_sharing/l10n/th_TH.js
-
1apps/files_sharing/l10n/th_TH.json
-
5apps/files_versions/l10n/ro.js
-
5apps/files_versions/l10n/ro.json
-
14apps/updatenotification/l10n/ro.js
-
12apps/updatenotification/l10n/ro.json
-
27core/l10n/en_GB.js
-
27core/l10n/en_GB.json
-
7core/l10n/sv.js
-
7core/l10n/sv.json
-
2lib/l10n/en_GB.js
-
2lib/l10n/en_GB.json
-
2lib/l10n/fr.js
-
2lib/l10n/fr.json
-
1settings/l10n/fr.js
-
1settings/l10n/fr.json
-
1settings/l10n/sv.js
-
1settings/l10n/sv.json
@ -1,22 +1,23 @@ |
|||
OC.L10N.register( |
|||
"comments", |
|||
{ |
|||
"You commented" : "Vous avez commenté", |
|||
"%1$s commented" : "%1$s a commenté", |
|||
"You commented on %2$s" : "Vous avez commenté %2$s", |
|||
"%1$s commented on %2$s" : "%1$s a commenté %2$s", |
|||
"Comments" : "Commentaires", |
|||
"Type in a new comment..." : "Écrire un nouveau commentaire...", |
|||
"Delete comment" : "Supprimer le commentaire", |
|||
"Post" : "Poster", |
|||
"Cancel" : "Annuler", |
|||
"Edit comment" : "Modifier le commentaire", |
|||
"[Deleted user]" : "[Utilisateur supprimé]", |
|||
"Comments" : "Commentaires", |
|||
"No other comments available" : "Aucun autre commentaire", |
|||
"More comments..." : "Plus de commentaires...", |
|||
"Save" : "Enregistrer", |
|||
"Allowed characters {count} of {max}" : "{count} sur {max} caractères autorisés", |
|||
"{count} unread comments" : "{count} commentaires non lus", |
|||
"Comment" : "Commenter" |
|||
"Comment" : "Commenter", |
|||
"<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Commentaires</strong> pour les fichiers <em>(toujours listés dans le flux)</em>", |
|||
"You commented" : "Vous avez commenté", |
|||
"%1$s commented" : "%1$s a commenté", |
|||
"You commented on %2$s" : "Vous avez commenté %2$s", |
|||
"%1$s commented on %2$s" : "%1$s a commenté %2$s" |
|||
}, |
|||
"nplurals=2; plural=(n > 1);"); |
|||
@ -1,20 +1,21 @@ |
|||
{ "translations": { |
|||
"You commented" : "Vous avez commenté", |
|||
"%1$s commented" : "%1$s a commenté", |
|||
"You commented on %2$s" : "Vous avez commenté %2$s", |
|||
"%1$s commented on %2$s" : "%1$s a commenté %2$s", |
|||
"Comments" : "Commentaires", |
|||
"Type in a new comment..." : "Écrire un nouveau commentaire...", |
|||
"Delete comment" : "Supprimer le commentaire", |
|||
"Post" : "Poster", |
|||
"Cancel" : "Annuler", |
|||
"Edit comment" : "Modifier le commentaire", |
|||
"[Deleted user]" : "[Utilisateur supprimé]", |
|||
"Comments" : "Commentaires", |
|||
"No other comments available" : "Aucun autre commentaire", |
|||
"More comments..." : "Plus de commentaires...", |
|||
"Save" : "Enregistrer", |
|||
"Allowed characters {count} of {max}" : "{count} sur {max} caractères autorisés", |
|||
"{count} unread comments" : "{count} commentaires non lus", |
|||
"Comment" : "Commenter" |
|||
"Comment" : "Commenter", |
|||
"<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Commentaires</strong> pour les fichiers <em>(toujours listés dans le flux)</em>", |
|||
"You commented" : "Vous avez commenté", |
|||
"%1$s commented" : "%1$s a commenté", |
|||
"You commented on %2$s" : "Vous avez commenté %2$s", |
|||
"%1$s commented on %2$s" : "%1$s a commenté %2$s" |
|||
},"pluralForm" :"nplurals=2; plural=(n > 1);" |
|||
} |
|||
@ -1,9 +1,10 @@ |
|||
OC.L10N.register( |
|||
"files_versions", |
|||
{ |
|||
"Could not revert: %s" : "Nu a putut reveni: %s", |
|||
"Could not revert: %s" : "Nu s-a putut reveni: %s", |
|||
"Versions" : "Versiuni", |
|||
"Restore" : "Restabilire", |
|||
"Failed to revert {file} to revision {timestamp}." : "S-a eșuat restaurarea fișierului {file} la revizia {timestamp}.", |
|||
"Restore" : "Restaurare", |
|||
"No other versions available" : "Nu există alte versiuni disponibile", |
|||
"More versions..." : "Mai multe versiuni..." |
|||
}, |
|||
|
|||
@ -1,7 +1,8 @@ |
|||
{ "translations": { |
|||
"Could not revert: %s" : "Nu a putut reveni: %s", |
|||
"Could not revert: %s" : "Nu s-a putut reveni: %s", |
|||
"Versions" : "Versiuni", |
|||
"Restore" : "Restabilire", |
|||
"Failed to revert {file} to revision {timestamp}." : "S-a eșuat restaurarea fișierului {file} la revizia {timestamp}.", |
|||
"Restore" : "Restaurare", |
|||
"No other versions available" : "Nu există alte versiuni disponibile", |
|||
"More versions..." : "Mai multe versiuni..." |
|||
},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));" |
|||
@ -0,0 +1,14 @@ |
|||
OC.L10N.register( |
|||
"updatenotification", |
|||
{ |
|||
"{version} is available. Get more information on how to update." : "{version} este disponibil. Află mai multe informații despre cum să faci o actualizare.", |
|||
"Updated channel" : "Canal actualizat", |
|||
"Updater" : "Unealtă pentru actualizare", |
|||
"A new version is available: %s" : "O nouă versiune este disponibilă: %s", |
|||
"Open updater" : "Deschide unealta pentru actualizare", |
|||
"Your version is up to date." : "Versiunea curentă este la zi.", |
|||
"Checked on %s" : "Verificat la %s", |
|||
"Update channel:" : "Canal pentru actualizări:", |
|||
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Poți mereu să faci o actualizare către o versiune nouă / o versiune dintr-un canal experimental. Dar nu te poți niciodată întoarce la un canal de distribuție stabil." |
|||
}, |
|||
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); |
|||
@ -0,0 +1,12 @@ |
|||
{ "translations": { |
|||
"{version} is available. Get more information on how to update." : "{version} este disponibil. Află mai multe informații despre cum să faci o actualizare.", |
|||
"Updated channel" : "Canal actualizat", |
|||
"Updater" : "Unealtă pentru actualizare", |
|||
"A new version is available: %s" : "O nouă versiune este disponibilă: %s", |
|||
"Open updater" : "Deschide unealta pentru actualizare", |
|||
"Your version is up to date." : "Versiunea curentă este la zi.", |
|||
"Checked on %s" : "Verificat la %s", |
|||
"Update channel:" : "Canal pentru actualizări:", |
|||
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Poți mereu să faci o actualizare către o versiune nouă / o versiune dintr-un canal experimental. Dar nu te poți niciodată întoarce la un canal de distribuție stabil." |
|||
},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));" |
|||
} |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue