diff --git a/l10n/pt_PT.js b/l10n/pt_PT.js new file mode 100644 index 00000000..43028c63 --- /dev/null +++ b/l10n/pt_PT.js @@ -0,0 +1,21 @@ +OC.L10N.register( + "recognize", + { + "Recognize" : "Reconhecer", + "Status" : "Estado", + "Reset" : "Reiniciar", + "Failed to save settings" : "Erro ao gravar as definições", + "never" : "nunca", + "People" : "Pessoas", + "Music" : "Música", + "Office" : "Escritório", + "Train" : "Comboio", + "Car" : "Carro", + "Display" : "Mostrar", + "Camera" : "Câmera", + "Info" : "Informação", + "Document" : "Documento", + "Bucket" : "Bucket", + "Gallery" : "Galeria" +}, +"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/pt_PT.json b/l10n/pt_PT.json new file mode 100644 index 00000000..33691bec --- /dev/null +++ b/l10n/pt_PT.json @@ -0,0 +1,19 @@ +{ "translations": { + "Recognize" : "Reconhecer", + "Status" : "Estado", + "Reset" : "Reiniciar", + "Failed to save settings" : "Erro ao gravar as definições", + "never" : "nunca", + "People" : "Pessoas", + "Music" : "Música", + "Office" : "Escritório", + "Train" : "Comboio", + "Car" : "Carro", + "Display" : "Mostrar", + "Camera" : "Câmera", + "Info" : "Informação", + "Document" : "Documento", + "Bucket" : "Bucket", + "Gallery" : "Galeria" +},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" +} \ No newline at end of file