зеркало из https://github.com/nextcloud/text.git
49 строки
2.0 KiB
JavaScript
49 строки
2.0 KiB
JavaScript
OC.L10N.register(
|
||
"text",
|
||
{
|
||
"New text document" : "Novèl fichièr tèxte",
|
||
"Nextcloud Text" : "Nextcloud Text",
|
||
"text document" : "document tèxt",
|
||
"Readme" : "Readme",
|
||
"Text" : "Tèxt",
|
||
"📝 Collaborative document editing" : "📝 Edicion collaborativa de document",
|
||
"Use current version" : "Utilizar la version actuala",
|
||
"Use the saved version" : "Utilizar la version salvada",
|
||
"Reconnect" : "Se reconnectar",
|
||
"The document has been changed outside of the editor. The changes cannot be applied." : "Lo document es estat modificar defòra de l’editor. Se pòdon pas aplicar las modificacions.",
|
||
"Saving …" : "Enregistrament...",
|
||
"Saved" : "Enregistrat",
|
||
"Last saved {lastSaved}" : "Darrièr enregistrament {lastSaved}",
|
||
"Unsaved changes" : "Modificacions pas enregistradas",
|
||
"Enter your name so other users can see who is editing" : "Picatz vòstre nom per que los autres utilizaires vejan qual es a modificar",
|
||
"Edit guest name" : "Modificar lo nom de convidat",
|
||
"Save guest name" : "Enregistrar lo nom de convidat",
|
||
"Bold" : "Gras",
|
||
"Italic" : "Italica",
|
||
"Heading 1" : "Títol 1",
|
||
"Heading 6" : "Títol 6",
|
||
"Unordered list" : "Lista pas ordenada",
|
||
"Ordered list" : "Lista ordenada",
|
||
"Blockquote" : "Citacion",
|
||
"Code block" : "Còdi",
|
||
"Insert emoji" : "Inserir emoji",
|
||
"Insert an image" : "Inserir un imatge",
|
||
"Link file" : "Ligam fichièr",
|
||
"Remove Link" : "Suprimir ligam",
|
||
"Show author colors" : "Afichar las colors dels utilizaires",
|
||
"Add notes, lists or links …" : "Apondre nòtas, listas o ligamas…",
|
||
"Edit" : "Modificar",
|
||
"Undo" : "Anullar",
|
||
"Redo" : "Refar",
|
||
"Headings" : "Títols",
|
||
"Heading 2" : "Títol 2",
|
||
"Heading 3" : "Títol 3",
|
||
"Heading 4" : "Títol 4",
|
||
"Heading 5" : "Títol 5",
|
||
"ToDo list" : "Lista a far",
|
||
"Emoji picker" : "Selector emoji",
|
||
"Insert image" : "Inserir imatge",
|
||
"Currently active users:" : "Utilizaires actius :"
|
||
},
|
||
"nplurals=2; plural=(n > 1);");
|