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 Jun 11, 2024
1 parent 0f299e4 commit 8956e16
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
13 changes: 12 additions & 1 deletion l10n/ga.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
OC.L10N.register(
"mediadc",
{
"Use pre-compiled Python binaries" : "Bain úsáid as dénártha réamh-thiomsaithe Python",
"Use Python part in binary format (located in the appdata folder)" : "Úsáid an chuid Python i bhformáid dhénártha (suite san fhillteán appdata)",
"_%n file_::_%n files_" : ["%n comhad","%n comhaid","%n comhaid","%n comhaid","%n comhaid"],
"Tasks" : "Tascanna",
"Settings" : "Socruithe",
Expand All @@ -14,6 +16,14 @@ OC.L10N.register(
"Confirm" : "Deimhnigh",
"Decline" : "Meath",
"Error" : "Earráid",
"Settings list is empty" : "Tá an liosta socruithe folamh",
"Seems like database not initialized properly. Try to re-enable the app" : "Is cosúil nach bhfuil an bunachar sonraí tosaithe i gceart. Déan iarracht an aip a athchumasú",
"Bug report" : "Tuairisc ar fhabht",
"Settings successfully updated" : "D'éirigh le nuashonrú na socruithe",
"Some error occurred while updating settings" : "Tharla earráid agus na socruithe á nuashonrú",
"Collect non sensitive system info for bug report" : "Bailigh faisnéis chórais neamhíogair le haghaidh tuairisce ar fhabht",
"Collect system info" : "Bailigh eolas córais",
"System info" : "Eolas córais",
"Copy to clipboard" : "Cóipeáil chuig an ngearrthaisce",
"Copied to clipboard" : "Cóipeáladh chuig an ngearrthaisce",
"Select" : "Roghnaigh",
Expand All @@ -23,6 +33,7 @@ OC.L10N.register(
"Delete" : "Scrios",
"Edit" : "Cuir in eagar",
"Delete task" : "Scrios tasc",
"Task successfully deleted" : "D'éirigh leis an tasc a scriosadh"
"Task successfully deleted" : "D'éirigh leis an tasc a scriosadh",
"_Test text_::_Test texts_" : ["Téacs tástála","Téacsanna tástála","Téacsanna tástála","Téacsanna tástála","Téacsanna tástála"]
},
"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);");
13 changes: 12 additions & 1 deletion l10n/ga.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{ "translations": {
"Use pre-compiled Python binaries" : "Bain úsáid as dénártha réamh-thiomsaithe Python",
"Use Python part in binary format (located in the appdata folder)" : "Úsáid an chuid Python i bhformáid dhénártha (suite san fhillteán appdata)",
"_%n file_::_%n files_" : ["%n comhad","%n comhaid","%n comhaid","%n comhaid","%n comhaid"],
"Tasks" : "Tascanna",
"Settings" : "Socruithe",
Expand All @@ -12,6 +14,14 @@
"Confirm" : "Deimhnigh",
"Decline" : "Meath",
"Error" : "Earráid",
"Settings list is empty" : "Tá an liosta socruithe folamh",
"Seems like database not initialized properly. Try to re-enable the app" : "Is cosúil nach bhfuil an bunachar sonraí tosaithe i gceart. Déan iarracht an aip a athchumasú",
"Bug report" : "Tuairisc ar fhabht",
"Settings successfully updated" : "D'éirigh le nuashonrú na socruithe",
"Some error occurred while updating settings" : "Tharla earráid agus na socruithe á nuashonrú",
"Collect non sensitive system info for bug report" : "Bailigh faisnéis chórais neamhíogair le haghaidh tuairisce ar fhabht",
"Collect system info" : "Bailigh eolas córais",
"System info" : "Eolas córais",
"Copy to clipboard" : "Cóipeáil chuig an ngearrthaisce",
"Copied to clipboard" : "Cóipeáladh chuig an ngearrthaisce",
"Select" : "Roghnaigh",
Expand All @@ -21,6 +31,7 @@
"Delete" : "Scrios",
"Edit" : "Cuir in eagar",
"Delete task" : "Scrios tasc",
"Task successfully deleted" : "D'éirigh leis an tasc a scriosadh"
"Task successfully deleted" : "D'éirigh leis an tasc a scriosadh",
"_Test text_::_Test texts_" : ["Téacs tástála","Téacsanna tástála","Téacsanna tástála","Téacsanna tástála","Téacsanna tástála"]
},"pluralForm" :"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);"
}

0 comments on commit 8956e16

Please sign in to comment.