Skip to content
This repository was archived by the owner on May 21, 2024. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .github/workflows/block-merge-freeze.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# This workflow is provided via the organization template repository
#
# https://github.com/nextcloud/.github
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization

name: Pull request checks

on: pull_request

jobs:
block-merges-during-freeze:
name: Block merges during freezes

runs-on: ubuntu-latest

steps:
- name: Download version.php from ${{ github.base_ref }}
run: curl https://raw.githubusercontent.com/nextcloud/server/${{ github.base_ref }}/version.php --output version.php

- name: Run check
run: cat version.php | grep 'OC_VersionString' | grep -i -v 'RC'
9 changes: 5 additions & 4 deletions .tx/config
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[main]
host = https://www.transifex.com
lang_map = bg_BG: bg, cs_CZ: cs, fi_FI: fi, hu_HU: hu, nb_NO: nb, sk_SK: sk, th_TH: th, ja_JP: ja
host = https://www.transifex.com
lang_map = th_TH: th, ja_JP: ja, bg_BG: bg, cs_CZ: cs, fi_FI: fi, hu_HU: hu, nb_NO: nb, sk_SK: sk

[nextcloud.files_rightclick]
[o:nextcloud:p:nextcloud:r:files_rightclick]
file_filter = translationfiles/<lang>/files_rightclick.po
source_file = translationfiles/templates/files_rightclick.pot
source_lang = en
type = PO
type = PO

6 changes: 4 additions & 2 deletions l10n/ca.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ OC.L10N.register(
"files_rightclick",
{
"Unselect" : "Anul·la la selecció",
"Share folder" : "Comparteix la carpeta",
"Share file" : "Comparteix el fitxer",
"Select" : "Selecciona",
"Copied !" : "S'ha copiat!",
"Right click" : "Clic amb el botó dret",
"Right click menu for Nextcloud" : "Menú de clic dret per al Nextcloud",
"This app allows users and developers to have a right click menu. Simply use the RightClick object to quickly create context menus. The Files app already shows the actions menu when right clicking on files and folders." : "Aquesta aplicació permet que usuaris i desenvolupadors disposin d'un menú fent clic amb el botó dret. Simplement feu servir l'objecte RightClick per crear menús contextuals ràpidament. L'aplicació Fitxers ja mostra el menú d'accions en fer clic amb el botó dret sobre fitxers i carpetes."
"Right click menu for Nextcloud" : "Menú de clic amb el botó dret per al Nextcloud",
"This app allows users and developers to have a right click menu. Simply use the RightClick object to quickly create context menus. The Files app already shows the actions menu when right clicking on files and folders." : "Aquesta aplicació permet que usuaris i desenvolupadors disposin d'un menú de clic amb el botó dret. Només cal que utilitzeu l'objecte RightClick per a crear menús contextuals ràpidament. L'aplicació Fitxers ja mostra el menú d'accions en fer clic amb el botó dret sobre fitxers i carpetes."
},
"nplurals=2; plural=(n != 1);");
6 changes: 4 additions & 2 deletions l10n/ca.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{ "translations": {
"Unselect" : "Anul·la la selecció",
"Share folder" : "Comparteix la carpeta",
"Share file" : "Comparteix el fitxer",
"Select" : "Selecciona",
"Copied !" : "S'ha copiat!",
"Right click" : "Clic amb el botó dret",
"Right click menu for Nextcloud" : "Menú de clic dret per al Nextcloud",
"This app allows users and developers to have a right click menu. Simply use the RightClick object to quickly create context menus. The Files app already shows the actions menu when right clicking on files and folders." : "Aquesta aplicació permet que usuaris i desenvolupadors disposin d'un menú fent clic amb el botó dret. Simplement feu servir l'objecte RightClick per crear menús contextuals ràpidament. L'aplicació Fitxers ja mostra el menú d'accions en fer clic amb el botó dret sobre fitxers i carpetes."
"Right click menu for Nextcloud" : "Menú de clic amb el botó dret per al Nextcloud",
"This app allows users and developers to have a right click menu. Simply use the RightClick object to quickly create context menus. The Files app already shows the actions menu when right clicking on files and folders." : "Aquesta aplicació permet que usuaris i desenvolupadors disposin d'un menú de clic amb el botó dret. Només cal que utilitzeu l'objecte RightClick per a crear menús contextuals ràpidament. L'aplicació Fitxers ja mostra el menú d'accions en fer clic amb el botó dret sobre fitxers i carpetes."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
4 changes: 2 additions & 2 deletions l10n/cs.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ OC.L10N.register(
"files_rightclick",
{
"Unselect" : "Zrušit výběr",
"Share folder" : "Sdílet složku",
"Share file" : "Sdílet soubor",
"Share folder" : "Nasdílet složku",
"Share file" : "Nasdílet soubor",
"Select" : "Označit",
"Copied !" : "Zkopírováno",
"Right click" : "Kliknutí pravým tlačítkem myši",
Expand Down
4 changes: 2 additions & 2 deletions l10n/cs.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ "translations": {
"Unselect" : "Zrušit výběr",
"Share folder" : "Sdílet složku",
"Share file" : "Sdílet soubor",
"Share folder" : "Nasdílet složku",
"Share file" : "Nasdílet soubor",
"Select" : "Označit",
"Copied !" : "Zkopírováno",
"Right click" : "Kliknutí pravým tlačítkem myši",
Expand Down
2 changes: 2 additions & 0 deletions l10n/da.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ OC.L10N.register(
"files_rightclick",
{
"Unselect" : "Fravælg",
"Share folder" : "Del mappe",
"Share file" : "Del fil",
"Select" : "Vælg",
"Copied !" : "Kopieret !",
"Right click" : "Højre klik",
Expand Down
2 changes: 2 additions & 0 deletions l10n/da.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{ "translations": {
"Unselect" : "Fravælg",
"Share folder" : "Del mappe",
"Share file" : "Del fil",
"Select" : "Vælg",
"Copied !" : "Kopieret !",
"Right click" : "Højre klik",
Expand Down
4 changes: 3 additions & 1 deletion l10n/de.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ OC.L10N.register(
"files_rightclick",
{
"Unselect" : "Abwählen",
"Share folder" : "Ordner teilen",
"Share file" : "Datei teilen",
"Select" : "Auswählen",
"Copied !" : "Kopiert!",
"Right click" : "Rechtsklick",
"Right click menu for Nextcloud" : "Kontextmenü für Nextcloud",
"This app allows users and developers to have a right click menu. Simply use the RightClick object to quickly create context menus. The Files app already shows the actions menu when right clicking on files and folders." : "Diese App ermöglicht es Benutzern, aber auch Entwicklern, ein Rechtsklickmenü zu haben. Verwende einfach das RightClick-Objekt, um schnell und einfach Menüs zu erstellen. Die Datei-App zeigt bereits das Aktionsmenü an, wenn Du mit der rechten Maustaste auf Dateien und Ordner klicken."
"This app allows users and developers to have a right click menu. Simply use the RightClick object to quickly create context menus. The Files app already shows the actions menu when right clicking on files and folders." : "Diese App ermöglicht es Benutzern, aber auch Entwicklern, ein Rechtsklickmenü zu haben. Verwende einfach das RightClick-Objekt, um schnell und einfach Menüs zu erstellen. Die Datei-App zeigt bereits das Aktionsmenü an, wenn du mit der rechten Maustaste auf Dateien und Ordner klicken."
},
"nplurals=2; plural=(n != 1);");
4 changes: 3 additions & 1 deletion l10n/de.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{ "translations": {
"Unselect" : "Abwählen",
"Share folder" : "Ordner teilen",
"Share file" : "Datei teilen",
"Select" : "Auswählen",
"Copied !" : "Kopiert!",
"Right click" : "Rechtsklick",
"Right click menu for Nextcloud" : "Kontextmenü für Nextcloud",
"This app allows users and developers to have a right click menu. Simply use the RightClick object to quickly create context menus. The Files app already shows the actions menu when right clicking on files and folders." : "Diese App ermöglicht es Benutzern, aber auch Entwicklern, ein Rechtsklickmenü zu haben. Verwende einfach das RightClick-Objekt, um schnell und einfach Menüs zu erstellen. Die Datei-App zeigt bereits das Aktionsmenü an, wenn Du mit der rechten Maustaste auf Dateien und Ordner klicken."
"This app allows users and developers to have a right click menu. Simply use the RightClick object to quickly create context menus. The Files app already shows the actions menu when right clicking on files and folders." : "Diese App ermöglicht es Benutzern, aber auch Entwicklern, ein Rechtsklickmenü zu haben. Verwende einfach das RightClick-Objekt, um schnell und einfach Menüs zu erstellen. Die Datei-App zeigt bereits das Aktionsmenü an, wenn du mit der rechten Maustaste auf Dateien und Ordner klicken."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
2 changes: 2 additions & 0 deletions l10n/en_GB.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ OC.L10N.register(
"files_rightclick",
{
"Unselect" : "Unselect",
"Share folder" : "Share folder",
"Share file" : "Share file",
"Select" : "Select",
"Copied !" : "Copied !",
"Right click" : "Right click",
Expand Down
2 changes: 2 additions & 0 deletions l10n/en_GB.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{ "translations": {
"Unselect" : "Unselect",
"Share folder" : "Share folder",
"Share file" : "Share file",
"Select" : "Select",
"Copied !" : "Copied !",
"Right click" : "Right click",
Expand Down
2 changes: 1 addition & 1 deletion l10n/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ OC.L10N.register(
"Right click menu for Nextcloud" : "Menú de clic derecho para Nextcloud",
"This app allows users and developers to have a right click menu. Simply use the RightClick object to quickly create context menus. The Files app already shows the actions menu when right clicking on files and folders." : "Esta app permite a usuarios y desarrolladores tener un menú de clic derecho. Simplemente, usa el objeto RightClick para crear rápidamente menús contextuales. La app de Archivos ya muestra el menú de acciones al hacer clic derecho en archivos y carpetas."
},
"nplurals=2; plural=(n != 1);");
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
2 changes: 1 addition & 1 deletion l10n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"Right click" : "Clic derecho (Right click)",
"Right click menu for Nextcloud" : "Menú de clic derecho para Nextcloud",
"This app allows users and developers to have a right click menu. Simply use the RightClick object to quickly create context menus. The Files app already shows the actions menu when right clicking on files and folders." : "Esta app permite a usuarios y desarrolladores tener un menú de clic derecho. Simplemente, usa el objeto RightClick para crear rápidamente menús contextuales. La app de Archivos ya muestra el menú de acciones al hacer clic derecho en archivos y carpetas."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
2 changes: 1 addition & 1 deletion l10n/es_419.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ OC.L10N.register(
{
"Select" : "Seleccionar"
},
"nplurals=2; plural=(n != 1);");
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
2 changes: 1 addition & 1 deletion l10n/es_419.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ "translations": {
"Select" : "Seleccionar"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
2 changes: 1 addition & 1 deletion l10n/es_AR.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ OC.L10N.register(
{
"Select" : "Seleccionar"
},
"nplurals=2; plural=(n != 1);");
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
2 changes: 1 addition & 1 deletion l10n/es_AR.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ "translations": {
"Select" : "Seleccionar"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
2 changes: 1 addition & 1 deletion l10n/es_CL.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ OC.L10N.register(
{
"Select" : "Seleccionar"
},
"nplurals=2; plural=(n != 1);");
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
2 changes: 1 addition & 1 deletion l10n/es_CL.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ "translations": {
"Select" : "Seleccionar"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
2 changes: 1 addition & 1 deletion l10n/es_CO.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ OC.L10N.register(
{
"Select" : "Seleccionar"
},
"nplurals=2; plural=(n != 1);");
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
2 changes: 1 addition & 1 deletion l10n/es_CO.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ "translations": {
"Select" : "Seleccionar"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
2 changes: 1 addition & 1 deletion l10n/es_CR.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ OC.L10N.register(
{
"Select" : "Seleccionar"
},
"nplurals=2; plural=(n != 1);");
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
2 changes: 1 addition & 1 deletion l10n/es_CR.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ "translations": {
"Select" : "Seleccionar"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
2 changes: 1 addition & 1 deletion l10n/es_DO.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ OC.L10N.register(
{
"Select" : "Seleccionar"
},
"nplurals=2; plural=(n != 1);");
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
2 changes: 1 addition & 1 deletion l10n/es_DO.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ "translations": {
"Select" : "Seleccionar"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
2 changes: 1 addition & 1 deletion l10n/es_EC.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ OC.L10N.register(
{
"Select" : "Seleccionar"
},
"nplurals=2; plural=(n != 1);");
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
2 changes: 1 addition & 1 deletion l10n/es_EC.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ "translations": {
"Select" : "Seleccionar"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
2 changes: 1 addition & 1 deletion l10n/es_GT.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ OC.L10N.register(
{
"Select" : "Seleccionar"
},
"nplurals=2; plural=(n != 1);");
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
2 changes: 1 addition & 1 deletion l10n/es_GT.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ "translations": {
"Select" : "Seleccionar"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
2 changes: 1 addition & 1 deletion l10n/es_HN.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ OC.L10N.register(
{
"Select" : "Seleccionar"
},
"nplurals=2; plural=(n != 1);");
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
2 changes: 1 addition & 1 deletion l10n/es_HN.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ "translations": {
"Select" : "Seleccionar"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
2 changes: 1 addition & 1 deletion l10n/es_MX.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ OC.L10N.register(
{
"Select" : "Seleccionar"
},
"nplurals=2; plural=(n != 1);");
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
2 changes: 1 addition & 1 deletion l10n/es_MX.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ "translations": {
"Select" : "Seleccionar"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
2 changes: 1 addition & 1 deletion l10n/es_NI.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ OC.L10N.register(
{
"Select" : "Seleccionar"
},
"nplurals=2; plural=(n != 1);");
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
2 changes: 1 addition & 1 deletion l10n/es_NI.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ "translations": {
"Select" : "Seleccionar"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
2 changes: 1 addition & 1 deletion l10n/es_PA.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ OC.L10N.register(
{
"Select" : "Seleccionar"
},
"nplurals=2; plural=(n != 1);");
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
2 changes: 1 addition & 1 deletion l10n/es_PA.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ "translations": {
"Select" : "Seleccionar"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
2 changes: 1 addition & 1 deletion l10n/es_PE.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ OC.L10N.register(
{
"Select" : "Seleccionar"
},
"nplurals=2; plural=(n != 1);");
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
2 changes: 1 addition & 1 deletion l10n/es_PE.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ "translations": {
"Select" : "Seleccionar"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
2 changes: 1 addition & 1 deletion l10n/es_PR.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ OC.L10N.register(
{
"Select" : "Seleccionar"
},
"nplurals=2; plural=(n != 1);");
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
2 changes: 1 addition & 1 deletion l10n/es_PR.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ "translations": {
"Select" : "Seleccionar"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
2 changes: 1 addition & 1 deletion l10n/es_PY.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ OC.L10N.register(
{
"Select" : "Seleccionar"
},
"nplurals=2; plural=(n != 1);");
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
2 changes: 1 addition & 1 deletion l10n/es_PY.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ "translations": {
"Select" : "Seleccionar"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
2 changes: 1 addition & 1 deletion l10n/es_SV.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ OC.L10N.register(
{
"Select" : "Seleccionar"
},
"nplurals=2; plural=(n != 1);");
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
2 changes: 1 addition & 1 deletion l10n/es_SV.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ "translations": {
"Select" : "Seleccionar"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
2 changes: 1 addition & 1 deletion l10n/es_UY.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ OC.L10N.register(
{
"Select" : "Seleccionar"
},
"nplurals=2; plural=(n != 1);");
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
2 changes: 1 addition & 1 deletion l10n/es_UY.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ "translations": {
"Select" : "Seleccionar"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
2 changes: 2 additions & 0 deletions l10n/fa.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ OC.L10N.register(
"files_rightclick",
{
"Unselect" : "لغو انتخاب",
"Share folder" : "اشتراک‌گذاری پوشه",
"Share file" : "اشتراک‌گذاری پرونده",
"Select" : "انتخاب",
"Copied !" : "کپی شد!",
"Right click" : "کلیک راست",
Expand Down
Loading