Skip to content

Commit

Permalink
[tx] updated from transifex
Browse files Browse the repository at this point in the history
  • Loading branch information
ownclouders committed Oct 7, 2024
1 parent 5f94df3 commit cc61923
Show file tree
Hide file tree
Showing 26 changed files with 368 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/comments/l10n/en_US.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
OC.L10N.register(
"comments",
{
"Cancel" : "Cancel",
"Save" : "Save"
},
"nplurals=2; plural=(n != 1);");
5 changes: 5 additions & 0 deletions apps/comments/l10n/en_US.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{ "translations": {
"Cancel" : "Cancel",
"Save" : "Save"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
6 changes: 6 additions & 0 deletions apps/dav/l10n/en_US.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
OC.L10N.register(
"dav",
{
"Personal" : "Personal"
},
"nplurals=2; plural=(n != 1);");
4 changes: 4 additions & 0 deletions apps/dav/l10n/en_US.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{ "translations": {
"Personal" : "Personal"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
23 changes: 23 additions & 0 deletions apps/files/l10n/en_US.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
OC.L10N.register(
"files",
{
"Unknown error" : "Unknown error",
"All files" : "All files",
"Close" : "Close",
"Download" : "Download",
"Rename" : "Rename",
"Files" : "Files",
"Details" : "Details",
"Pending" : "Pending",
"Name" : "Name",
"Size" : "Size",
"New folder" : "New folder",
"Cancel" : "Cancel",
"Upload" : "Upload",
"Settings" : "Settings",
"Show hidden files" : "Show hidden files",
"No files in here" : "No files in here",
"Upload some content or sync with your devices!" : "Upload some content or sync with your devices!",
"Select all" : "Select all"
},
"nplurals=2; plural=(n != 1);");
21 changes: 21 additions & 0 deletions apps/files/l10n/en_US.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{ "translations": {
"Unknown error" : "Unknown error",
"All files" : "All files",
"Close" : "Close",
"Download" : "Download",
"Rename" : "Rename",
"Files" : "Files",
"Details" : "Details",
"Pending" : "Pending",
"Name" : "Name",
"Size" : "Size",
"New folder" : "New folder",
"Cancel" : "Cancel",
"Upload" : "Upload",
"Settings" : "Settings",
"Show hidden files" : "Show hidden files",
"No files in here" : "No files in here",
"Upload some content or sync with your devices!" : "Upload some content or sync with your devices!",
"Select all" : "Select all"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
14 changes: 14 additions & 0 deletions apps/files_external/l10n/en_US.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
OC.L10N.register(
"files_external",
{
"Personal" : "Personal",
"Username" : "Username",
"Password" : "Password",
"Save" : "Save",
"URL" : "URL",
"Share" : "Share",
"Name" : "Name",
"Never" : "Never",
"Folder name" : "Folder name"
},
"nplurals=2; plural=(n != 1);");
12 changes: 12 additions & 0 deletions apps/files_external/l10n/en_US.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{ "translations": {
"Personal" : "Personal",
"Username" : "Username",
"Password" : "Password",
"Save" : "Save",
"URL" : "URL",
"Share" : "Share",
"Name" : "Name",
"Never" : "Never",
"Folder name" : "Folder name"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
15 changes: 15 additions & 0 deletions apps/files_sharing/l10n/en_US.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
OC.L10N.register(
"files_sharing",
{
"Shared by link" : "Shared by link",
"No shared links" : "No shared links",
"Cancel" : "Cancel",
"Share" : "Share",
"Pending" : "Pending",
"Shares" : "Shares",
"Password" : "Password",
"Proceed" : "Proceed",
"Name" : "Name",
"Download" : "Download"
},
"nplurals=2; plural=(n != 1);");
13 changes: 13 additions & 0 deletions apps/files_sharing/l10n/en_US.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{ "translations": {
"Shared by link" : "Shared by link",
"No shared links" : "No shared links",
"Cancel" : "Cancel",
"Share" : "Share",
"Pending" : "Pending",
"Shares" : "Shares",
"Password" : "Password",
"Proceed" : "Proceed",
"Name" : "Name",
"Download" : "Download"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
8 changes: 8 additions & 0 deletions apps/files_trashbin/l10n/en_US.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
OC.L10N.register(
"files_trashbin",
{
"Error" : "Error",
"Select all" : "Select all",
"Name" : "Name"
},
"nplurals=2; plural=(n != 1);");
6 changes: 6 additions & 0 deletions apps/files_trashbin/l10n/en_US.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{ "translations": {
"Error" : "Error",
"Select all" : "Select all",
"Name" : "Name"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
8 changes: 8 additions & 0 deletions apps/systemtags/l10n/en_US.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
OC.L10N.register(
"systemtags",
{
"No files in here" : "No files in here",
"Name" : "Name",
"Size" : "Size"
},
"nplurals=2; plural=(n != 1);");
6 changes: 6 additions & 0 deletions apps/systemtags/l10n/en_US.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{ "translations": {
"No files in here" : "No files in here",
"Name" : "Name",
"Size" : "Size"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
37 changes: 37 additions & 0 deletions core/l10n/en_US.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
OC.L10N.register(
"core",
{
"Download / View" : "Download / View",
"Settings" : "Settings",
"seconds ago" : "seconds ago",
"No" : "No",
"Yes" : "Yes",
"Choose" : "Choose",
"Cancel" : "Cancel",
"Continue" : "Continue",
"Error" : "Error",
"Expiration" : "Expiration",
"Remove link" : "Remove link",
"Link" : "Link",
"Remove" : "Remove",
"Link name" : "Link name",
"Name" : "Name",
"Password" : "Password",
"Share" : "Share",
"Save" : "Save",
"can share" : "can share",
"can edit" : "can edit",
"create" : "create",
"change" : "change",
"delete" : "delete",
"Rename" : "Rename",
"Personal" : "Personal",
"Help" : "Help",
"File not found" : "File not found",
"Imprint" : "Imprint",
"Username" : "Username",
"Menu" : "Menu",
"Search" : "Search",
"Login" : "Login"
},
"nplurals=2; plural=(n != 1);");
35 changes: 35 additions & 0 deletions core/l10n/en_US.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{ "translations": {
"Download / View" : "Download / View",
"Settings" : "Settings",
"seconds ago" : "seconds ago",
"No" : "No",
"Yes" : "Yes",
"Choose" : "Choose",
"Cancel" : "Cancel",
"Continue" : "Continue",
"Error" : "Error",
"Expiration" : "Expiration",
"Remove link" : "Remove link",
"Link" : "Link",
"Remove" : "Remove",
"Link name" : "Link name",
"Name" : "Name",
"Password" : "Password",
"Share" : "Share",
"Save" : "Save",
"can share" : "can share",
"can edit" : "can edit",
"create" : "create",
"change" : "change",
"delete" : "delete",
"Rename" : "Rename",
"Personal" : "Personal",
"Help" : "Help",
"File not found" : "File not found",
"Imprint" : "Imprint",
"Username" : "Username",
"Menu" : "Menu",
"Search" : "Search",
"Login" : "Login"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
14 changes: 14 additions & 0 deletions lib/l10n/en_US.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
OC.L10N.register(
"lib",
{
"seconds ago" : "seconds ago",
"Username" : "Username",
"Password" : "Password",
"File name contains at least one invalid character" : "File name contains at least one invalid character",
"General" : "General",
"Security" : "Security",
"Search" : "Search",
"Settings" : "Settings",
"Imprint" : "Imprint"
},
"nplurals=2; plural=(n != 1);");
12 changes: 12 additions & 0 deletions lib/l10n/en_US.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{ "translations": {
"seconds ago" : "seconds ago",
"Username" : "Username",
"Password" : "Password",
"File name contains at least one invalid character" : "File name contains at least one invalid character",
"General" : "General",
"Security" : "Security",
"Search" : "Search",
"Settings" : "Settings",
"Imprint" : "Imprint"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
1 change: 1 addition & 0 deletions lib/l10n/ug.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ OC.L10N.register(
"None" : "يوق",
"Username" : "ئىشلەتكۈچى ئاتى",
"Password" : "ئىم",
"File name contains at least one invalid character" : "File name contains at least one invalid character",
"__language_name__" : "ئۇيغۇرچە",
"Apps" : "ئەپلەر",
"General" : "ئادەتتىكى",
Expand Down
1 change: 1 addition & 0 deletions lib/l10n/ug.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"None" : "يوق",
"Username" : "ئىشلەتكۈچى ئاتى",
"Password" : "ئىم",
"File name contains at least one invalid character" : "File name contains at least one invalid character",
"__language_name__" : "ئۇيغۇرچە",
"Apps" : "ئەپلەر",
"General" : "ئادەتتىكى",
Expand Down
17 changes: 17 additions & 0 deletions settings/l10n/en_US.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
OC.L10N.register(
"settings",
{
"Share" : "Share",
"unknown" : "unknown",
"Save" : "Save",
"Login" : "Login",
"Server address" : "Server address",
"Cancel" : "Cancel",
"Username" : "Username",
"Password" : "Password",
"Change password" : "Change password",
"Name" : "Name",
"Personal" : "Personal",
"Settings" : "Settings"
},
"nplurals=2; plural=(n != 1);");
15 changes: 15 additions & 0 deletions settings/l10n/en_US.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{ "translations": {
"Share" : "Share",
"unknown" : "unknown",
"Save" : "Save",
"Login" : "Login",
"Server address" : "Server address",
"Cancel" : "Cancel",
"Username" : "Username",
"Password" : "Password",
"Change password" : "Change password",
"Name" : "Name",
"Personal" : "Personal",
"Settings" : "Settings"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
23 changes: 23 additions & 0 deletions tests/data/apptheme/apps/files/l10n/en_US.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
OC.L10N.register(
"files",
{
"Unknown error" : "Unknown error",
"All files" : "All files",
"Close" : "Close",
"Download" : "Download",
"Rename" : "Rename",
"Files" : "Files",
"Details" : "Details",
"Pending" : "Pending",
"Name" : "Name",
"Size" : "Size",
"New folder" : "New folder",
"Cancel" : "Cancel",
"Upload" : "Upload",
"Settings" : "Settings",
"Show hidden files" : "Show hidden files",
"No files in here" : "No files in here",
"Upload some content or sync with your devices!" : "Upload some content or sync with your devices!",
"Select all" : "Select all"
},
"nplurals=2; plural=(n != 1);");
21 changes: 21 additions & 0 deletions tests/data/apptheme/apps/files/l10n/en_US.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{ "translations": {
"Unknown error" : "Unknown error",
"All files" : "All files",
"Close" : "Close",
"Download" : "Download",
"Rename" : "Rename",
"Files" : "Files",
"Details" : "Details",
"Pending" : "Pending",
"Name" : "Name",
"Size" : "Size",
"New folder" : "New folder",
"Cancel" : "Cancel",
"Upload" : "Upload",
"Settings" : "Settings",
"Show hidden files" : "Show hidden files",
"No files in here" : "No files in here",
"Upload some content or sync with your devices!" : "Upload some content or sync with your devices!",
"Select all" : "Select all"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
23 changes: 23 additions & 0 deletions tests/data/themes/abc/apps/files/l10n/en_US.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
OC.L10N.register(
"files",
{
"Unknown error" : "Unknown error",
"All files" : "All files",
"Close" : "Close",
"Download" : "Download",
"Rename" : "Rename",
"Files" : "Files",
"Details" : "Details",
"Pending" : "Pending",
"Name" : "Name",
"Size" : "Size",
"New folder" : "New folder",
"Cancel" : "Cancel",
"Upload" : "Upload",
"Settings" : "Settings",
"Show hidden files" : "Show hidden files",
"No files in here" : "No files in here",
"Upload some content or sync with your devices!" : "Upload some content or sync with your devices!",
"Select all" : "Select all"
},
"nplurals=2; plural=(n != 1);");
Loading

0 comments on commit cc61923

Please sign in to comment.