Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <[email protected]>
  • Loading branch information
nextcloud-bot committed Oct 21, 2024
1 parent a334b38 commit 43e81ea
Show file tree
Hide file tree
Showing 6 changed files with 62 additions and 2 deletions.
11 changes: 11 additions & 0 deletions l10n/fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ OC.L10N.register(
"Watermark" : "Filigrane",
"Draw" : "Dessiner",
"Resize" : "Redimensionner",
"Image name" : "Nom de l'image",
"Invalid image." : "Image invalide.",
"Error while uploading the image." : "Erreur lors du téléversement de l'image",
"are not images" : "ne sont pas des images",
Expand Down Expand Up @@ -76,6 +77,8 @@ OC.L10N.register(
"Image" : "Image",
"Importing …" : "Importation...",
"+ Add image" : "+ Ajouter une image",
"Upload image" : "Téléversement d'image",
"From gallery" : "De la galerie",
"Line" : "Ligne",
"Pen" : "Stylo",
"Polygon" : "Polygone",
Expand All @@ -96,26 +99,34 @@ OC.L10N.register(
"Line height" : "Hauteur de ligne",
"Warmth" : "Température",
"+ Add watermark" : "+ Ajouter un filigrane",
"+ Add text watermark" : "+ Ajouter un texte filigraner",
"Choose watermark type" : "Choisir un type de filigrane",
"Upload watermark" : "Téléverser un filigrane",
"Add as text" : "Ajouter comme texte",
"Padding" : "Marge interne",
"Paddings" : "Paddings",
"Shadow" : "Ombre",
"Horizontal" : "Horizontal",
"Vertical" : "Vertical",
"Opacity" : "Opacité",
"Transparency" : "Transparence",
"Position" : "Position",
"Stroke" : "Coutour",
"Save image as" : "Enregistrer l'image sous",
"Extension" : "Extension",
"Format" : "Format",
"Name is required." : "Le nom est obligatoire.",
"Quality" : "Qualité",
"Saved image size (width x height)" : "Taille de l'image sauvegardée (largeur x hauteur)",
"Note that the selected crop area is lower than the applied resize which might cause quality decrease" : "Notez que la zone de recadrage sélectionnée est inférieure au redimensionnement appliqué, ce qui peut entraîner une baisse de qualité.",
"Actual size (100%)" : "Taille actuelle (100%)",
"Fit size" : "Adapter à la taille",
"Select image to add …" : "Sélectionnez l'image à ajouter …",
"Failed to load image." : "Échec du chargement de l'image.",
"Menu" : "Menu",
"Width" : "Largeur",
"Height" : "Taille",
"No preview available for this crop item" : "Aucun aperçu disponible pour cet élément de recadrage",
"Continue" : "Continuer"
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
11 changes: 11 additions & 0 deletions l10n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"Watermark" : "Filigrane",
"Draw" : "Dessiner",
"Resize" : "Redimensionner",
"Image name" : "Nom de l'image",
"Invalid image." : "Image invalide.",
"Error while uploading the image." : "Erreur lors du téléversement de l'image",
"are not images" : "ne sont pas des images",
Expand Down Expand Up @@ -74,6 +75,8 @@
"Image" : "Image",
"Importing …" : "Importation...",
"+ Add image" : "+ Ajouter une image",
"Upload image" : "Téléversement d'image",
"From gallery" : "De la galerie",
"Line" : "Ligne",
"Pen" : "Stylo",
"Polygon" : "Polygone",
Expand All @@ -94,26 +97,34 @@
"Line height" : "Hauteur de ligne",
"Warmth" : "Température",
"+ Add watermark" : "+ Ajouter un filigrane",
"+ Add text watermark" : "+ Ajouter un texte filigraner",
"Choose watermark type" : "Choisir un type de filigrane",
"Upload watermark" : "Téléverser un filigrane",
"Add as text" : "Ajouter comme texte",
"Padding" : "Marge interne",
"Paddings" : "Paddings",
"Shadow" : "Ombre",
"Horizontal" : "Horizontal",
"Vertical" : "Vertical",
"Opacity" : "Opacité",
"Transparency" : "Transparence",
"Position" : "Position",
"Stroke" : "Coutour",
"Save image as" : "Enregistrer l'image sous",
"Extension" : "Extension",
"Format" : "Format",
"Name is required." : "Le nom est obligatoire.",
"Quality" : "Qualité",
"Saved image size (width x height)" : "Taille de l'image sauvegardée (largeur x hauteur)",
"Note that the selected crop area is lower than the applied resize which might cause quality decrease" : "Notez que la zone de recadrage sélectionnée est inférieure au redimensionnement appliqué, ce qui peut entraîner une baisse de qualité.",
"Actual size (100%)" : "Taille actuelle (100%)",
"Fit size" : "Adapter à la taille",
"Select image to add …" : "Sélectionnez l'image à ajouter …",
"Failed to load image." : "Échec du chargement de l'image.",
"Menu" : "Menu",
"Width" : "Largeur",
"Height" : "Taille",
"No preview available for this crop item" : "Aucun aperçu disponible pour cet élément de recadrage",
"Continue" : "Continuer"
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
8 changes: 8 additions & 0 deletions l10n/pt_BR.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ OC.L10N.register(
"Image" : "Imagem",
"Importing …" : "Importing …",
"+ Add image" : "+ Adicionar imagem",
"Upload image" : "Upload imagem",
"From gallery" : "Da galeria",
"Line" : "Linha",
"Pen" : "Caneta",
"Polygon" : "Polígono",
Expand All @@ -96,6 +98,7 @@ OC.L10N.register(
"Line height" : "Altura da linha",
"Warmth" : "Temperatura",
"+ Add watermark" : "+ Adicionar marca d'água",
"+ Add text watermark" : "+Adicionar texto marca d'água",
"Choose watermark type" : "Escolha o tipo de marca d'água",
"Upload watermark" : "Enviar marca d'água",
"Add as text" : "Adicionar como texto",
Expand All @@ -104,17 +107,22 @@ OC.L10N.register(
"Horizontal" : "Horizontal",
"Vertical" : "Vertical",
"Opacity" : "Opacidade",
"Transparency" : "Transparência",
"Position" : "Posição",
"Stroke" : "Derrame",
"Save image as" : "Salvar imagem como",
"Extension" : "Extensão",
"Format" : "Formato",
"Name is required." : "O nome é obrigatório.",
"Quality" : "Qualidade",
"Saved image size (width x height)" : "Imagem salva (largura x altura)",
"Note that the selected crop area is lower than the applied resize which might cause quality decrease" : "Observe que a área de corte selecionada é menor que o redimensionamento aplicado, o que pode causar diminuição da qualidade",
"Actual size (100%)" : "Tamanho real (100%)",
"Fit size" : "Encaixar tamanho",
"Select image to add …" : "Selecione uma imagem para adicionar ...",
"Failed to load image." : "Falha ao carregar imagem.",
"Menu" : "Menu",
"Width" : "Largura",
"Height" : "Altura",
"Continue" : "Continuar"
},
Expand Down
8 changes: 8 additions & 0 deletions l10n/pt_BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@
"Image" : "Imagem",
"Importing …" : "Importing …",
"+ Add image" : "+ Adicionar imagem",
"Upload image" : "Upload imagem",
"From gallery" : "Da galeria",
"Line" : "Linha",
"Pen" : "Caneta",
"Polygon" : "Polígono",
Expand All @@ -94,6 +96,7 @@
"Line height" : "Altura da linha",
"Warmth" : "Temperatura",
"+ Add watermark" : "+ Adicionar marca d'água",
"+ Add text watermark" : "+Adicionar texto marca d'água",
"Choose watermark type" : "Escolha o tipo de marca d'água",
"Upload watermark" : "Enviar marca d'água",
"Add as text" : "Adicionar como texto",
Expand All @@ -102,17 +105,22 @@
"Horizontal" : "Horizontal",
"Vertical" : "Vertical",
"Opacity" : "Opacidade",
"Transparency" : "Transparência",
"Position" : "Posição",
"Stroke" : "Derrame",
"Save image as" : "Salvar imagem como",
"Extension" : "Extensão",
"Format" : "Formato",
"Name is required." : "O nome é obrigatório.",
"Quality" : "Qualidade",
"Saved image size (width x height)" : "Imagem salva (largura x altura)",
"Note that the selected crop area is lower than the applied resize which might cause quality decrease" : "Observe que a área de corte selecionada é menor que o redimensionamento aplicado, o que pode causar diminuição da qualidade",
"Actual size (100%)" : "Tamanho real (100%)",
"Fit size" : "Encaixar tamanho",
"Select image to add …" : "Selecione uma imagem para adicionar ...",
"Failed to load image." : "Falha ao carregar imagem.",
"Menu" : "Menu",
"Width" : "Largura",
"Height" : "Altura",
"Continue" : "Continuar"
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
Expand Down
13 changes: 12 additions & 1 deletion l10n/tr.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ OC.L10N.register(
"Watermark" : "Filigran",
"Draw" : "Çizim",
"Resize" : "Yeniden boyutlandır",
"Image name" : "Görsel adı",
"Invalid image." : "Görsel geçersiz.",
"Error while uploading the image." : "Görsel yüklenirken sorun çıktı.",
"are not images" : "görsel değil",
Expand Down Expand Up @@ -76,6 +77,8 @@ OC.L10N.register(
"Image" : "Görsel",
"Importing …" : "İçe aktarılıyor…",
"+ Add image" : "+ Görsel ekle",
"Upload image" : "Görsel yükle",
"From gallery" : "Galeriden",
"Line" : "Çizgi",
"Pen" : "Kalem",
"Polygon" : "Çokgen",
Expand All @@ -96,26 +99,34 @@ OC.L10N.register(
"Line height" : "Satır yüksekliği",
"Warmth" : "Sıcaklık",
"+ Add watermark" : "+ Filigran ekle",
"+ Add text watermark" : "+ Filigran ekle",
"Choose watermark type" : "Filigran türünü seçin",
"Upload watermark" : "Filigran yükle",
"Add as text" : "Metin olarak ekle",
"Padding" : "Kenar payı",
"Paddings" : "Kenar payları",
"Shadow" : "Gölge",
"Horizontal" : "Yatay",
"Vertical" : "Dikey",
"Opacity" : "Matlık",
"Transparency" : "Saydamlık",
"Position" : "Konum",
"Stroke" : "Kalınlık",
"Save image as" : "Görseli farklı kaydet",
"Extension" : "Uzantı",
"Format" : "Biçim",
"Name is required." : "Adın yazılması zorunludur.",
"Quality" : "Kalite",
"Saved image size (width x height)" : "Kaydedilmiş görsel boyutu (genişlik x yükseklik)",
"Note that the selected crop area is lower than the applied resize which might cause quality decrease" : "Seçilmiş kırpma alanı uygulanan yeniden boyutlandırma alanından küçük. Bu durum görsel kalitesinin düşmesine neden olabilir.",
"Actual size (100%)" : "Gerçek boyut (%100)",
"Fit size" : "Boyutu sığdır",
"Select image to add …" : "Eklenecek görseli seçin…",
"Failed to load image." : "Görsel yüklenemedi.",
"Menu" : "Menü",
"Height" : "Boy",
"Width" : "Genişlik",
"Height" : "Yükseklik",
"No preview available for this crop item" : "Bu kırpılmış ögenin ön izlemesi yok",
"Continue" : "Sürdür"
},
"nplurals=2; plural=(n > 1);");
13 changes: 12 additions & 1 deletion l10n/tr.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"Watermark" : "Filigran",
"Draw" : "Çizim",
"Resize" : "Yeniden boyutlandır",
"Image name" : "Görsel adı",
"Invalid image." : "Görsel geçersiz.",
"Error while uploading the image." : "Görsel yüklenirken sorun çıktı.",
"are not images" : "görsel değil",
Expand Down Expand Up @@ -74,6 +75,8 @@
"Image" : "Görsel",
"Importing …" : "İçe aktarılıyor…",
"+ Add image" : "+ Görsel ekle",
"Upload image" : "Görsel yükle",
"From gallery" : "Galeriden",
"Line" : "Çizgi",
"Pen" : "Kalem",
"Polygon" : "Çokgen",
Expand All @@ -94,26 +97,34 @@
"Line height" : "Satır yüksekliği",
"Warmth" : "Sıcaklık",
"+ Add watermark" : "+ Filigran ekle",
"+ Add text watermark" : "+ Filigran ekle",
"Choose watermark type" : "Filigran türünü seçin",
"Upload watermark" : "Filigran yükle",
"Add as text" : "Metin olarak ekle",
"Padding" : "Kenar payı",
"Paddings" : "Kenar payları",
"Shadow" : "Gölge",
"Horizontal" : "Yatay",
"Vertical" : "Dikey",
"Opacity" : "Matlık",
"Transparency" : "Saydamlık",
"Position" : "Konum",
"Stroke" : "Kalınlık",
"Save image as" : "Görseli farklı kaydet",
"Extension" : "Uzantı",
"Format" : "Biçim",
"Name is required." : "Adın yazılması zorunludur.",
"Quality" : "Kalite",
"Saved image size (width x height)" : "Kaydedilmiş görsel boyutu (genişlik x yükseklik)",
"Note that the selected crop area is lower than the applied resize which might cause quality decrease" : "Seçilmiş kırpma alanı uygulanan yeniden boyutlandırma alanından küçük. Bu durum görsel kalitesinin düşmesine neden olabilir.",
"Actual size (100%)" : "Gerçek boyut (%100)",
"Fit size" : "Boyutu sığdır",
"Select image to add …" : "Eklenecek görseli seçin…",
"Failed to load image." : "Görsel yüklenemedi.",
"Menu" : "Menü",
"Height" : "Boy",
"Width" : "Genişlik",
"Height" : "Yükseklik",
"No preview available for this crop item" : "Bu kırpılmış ögenin ön izlemesi yok",
"Continue" : "Sürdür"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
}

0 comments on commit 43e81ea

Please sign in to comment.