fix(l10n): wrong en_GB translation

This commit is contained in:
2026-05-08 11:09:23 +03:00
parent 93fe8d3cdb
commit 79c1b33efc
2 changed files with 254 additions and 231 deletions

View File

@@ -38,7 +38,7 @@ OC.L10N.register(
"Checklist items completed" : "Checklist items completed",
"New category" : "New category",
"Edit category" : "Edit category",
"Name" : "Surname",
"Name" : "Name",
"e.g. Produce, Dairy" : "e.g. Produce, Dairy",
"Icon:" : "Icon:",
"Color:" : "Colour:",

View File

@@ -1,15 +1,31 @@
{ "translations": {
{
"translations": {
"Pantry": "Pantry",
"{user} uploaded a photo in {house}": "{user} uploaded a photo in {house}",
"_{user} uploaded %n photo in {house}_::_{user} uploaded %n photos in {house}_" : ["{user} uploaded %n photo in {house}","{user} uploaded %n photos in {house}"],
"_{user} uploaded %n photo in {house}_::_{user} uploaded %n photos in {house}_": [
"{user} uploaded %n photo in {house}",
"{user} uploaded %n photos in {house}"
],
"{user} added note \"{title}\" in {house}": "{user} added note \"{title}\" in {house}",
"_{user} added %n note in {house}_::_{user} added %n notes in {house}_" : ["{user} added %n note in {house}","{user} added %n notes in {house}"],
"_{user} added %n note in {house}_::_{user} added %n notes in {house}_": [
"{user} added %n note in {house}",
"{user} added %n notes in {house}"
],
"{user} edited note \"{title}\" in {house}": "{user} edited note \"{title}\" in {house}",
"_{user} edited %n note in {house}_::_{user} edited %n notes in {house}_" : ["{user} edited %n note in {house}","{user} edited %n notes in {house}"],
"_{user} edited %n note in {house}_::_{user} edited %n notes in {house}_": [
"{user} edited %n note in {house}",
"{user} edited %n notes in {house}"
],
"{user} added \"{item}\" to {list} in {house}": "{user} added \"{item}\" to {list} in {house}",
"_{user} added %n item to {list} in {house}_::_{user} added %n items to {list} in {house}_" : ["{user} added %n item to {list} in {house}","{user} added %n items to {list} in {house}"],
"_{user} added %n item to {list} in {house}_::_{user} added %n items to {list} in {house}_": [
"{user} added %n item to {list} in {house}",
"{user} added %n items to {list} in {house}"
],
"{user} completed \"{item}\" on {list} in {house}": "{user} completed \"{item}\" on {list} in {house}",
"_{user} completed %n item on {list} in {house}_::_{user} completed %n items on {list} in {house}_" : ["{user} completed %n item on {list} in {house}","{user} completed %n items on {list} in {house}"],
"_{user} completed %n item on {list} in {house}_::_{user} completed %n items on {list} in {house}_": [
"{user} completed %n item on {list} in {house}",
"{user} completed %n items on {list} in {house}"
],
"_%n item_::_%n items_": ["%n item", "%n items"],
"{items} still undone on {list} in {house}": "{items} still undone on {list} in {house}",
"{items} back on {list} in {house}": "{items} back on {list} in {house}",
@@ -36,7 +52,7 @@
"Checklist items completed": "Checklist items completed",
"New category": "New category",
"Edit category": "Edit category",
"Name" : "Surname",
"Name": "Name",
"e.g. Produce, Dairy": "e.g. Produce, Dairy",
"Icon:": "Icon:",
"Color:": "Colour:",
@@ -180,7 +196,10 @@
"Title AZ": "Title AZ",
"Title ZA": "Title ZA",
"_%n item selected_::_%n items selected_": ["%n item selected", "%n items selected"],
"_Are you sure you want to delete %n note?_::_Are you sure you want to delete %n notes?_" : ["Are you sure you want to delete %n note?","Are you sure you want to delete %n notes?"],
"_Are you sure you want to delete %n note?_::_Are you sure you want to delete %n notes?_": [
"Are you sure you want to delete %n note?",
"Are you sure you want to delete %n notes?"
],
"Are you sure you want to delete \"{name}\"?": "Are you sure you want to delete \"{name}\"?",
"Notes wall": "Notes wall",
"New note": "New note",
@@ -192,7 +211,10 @@
"By description ZA": "By description ZA",
"What would you like to do with the folder \"{name}\"?": "What would you like to do with the folder \"{name}\"?",
"_%n photo selected_::_%n photos selected_": ["%n photo selected", "%n photos selected"],
"_Are you sure you want to delete %n photo? The file will also be removed._::_Are you sure you want to delete %n photos? The files will also be removed._" : ["Are you sure you want to delete %n photo? The file will also be removed.","Are you sure you want to delete %n photos? The files will also be removed."],
"_Are you sure you want to delete %n photo? The file will also be removed._::_Are you sure you want to delete %n photos? The files will also be removed._": [
"Are you sure you want to delete %n photo? The file will also be removed.",
"Are you sure you want to delete %n photos? The files will also be removed."
],
"Photo board": "Photo board",
"Upload": "Upload",
"New folder": "New folder",
@@ -226,5 +248,6 @@
"Create a house to start organizing your checklists, photos and notes.": "Create a house to start organising your checklists, photos and notes.",
"Use the house picker at the bottom of the sidebar to create one.": "Use the house picker at the bottom of the sidebar to create one.",
"Starts after completion": "Starts after completion"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
},
"pluralForm": "nplurals=2; plural=(n != 1);"
}