mirror of
https://github.com/HeyPuter/puter.git
synced 2025-02-02 23:28:39 +08:00
Update ig.js
Complete missing Igbo translations in src/gui/src/i18n/translations/ig.js - Translated all missing keys in the Igbo localization file. - Ensured cultural appropriateness and accurate representation of English text. - Carefully handled placeholders like %strong% for proper placement within the translated text.
This commit is contained in:
parent
6204ddd5c6
commit
da3251d2cc
@ -350,20 +350,20 @@ const ig = {
|
|||||||
// ***********************************
|
// ***********************************
|
||||||
// Missing translations
|
// Missing translations
|
||||||
// ***********************************
|
// ***********************************
|
||||||
"change": undefined, // In English: "Change"
|
"change": "gbanwee", // In English: "Change"
|
||||||
"clock_visibility": undefined, // In English: "Clock Visibility"
|
"clock_visibility": "ngosi_clock", // In English: "Clock Visibility"
|
||||||
"reading": undefined, // In English: "Reading %strong%"
|
"reading": "Ọgụgụ %strong%", // In English: "Reading %strong%"
|
||||||
"writing": undefined, // In English: "Writing %strong%"
|
"writing": "Na-ede %strong%", // In English: "Writing %strong%"
|
||||||
"unzipping": undefined, // In English: "Unzipping %strong%"
|
"unzipping": "mkpọpu %strong%", // In English: "Unzipping %strong%"
|
||||||
"sequencing": undefined, // In English: "Sequencing %strong%"
|
"sequencing": "osoro %strong%", // In English: "Sequencing %strong%"
|
||||||
"zipping": undefined, // In English: "Zipping %strong%"
|
"zipping": "zipụ %strong%", // In English: "Zipping %strong%"
|
||||||
"Editor": undefined, // In English: "Editor"
|
"Editor": "Onye dezie", // In English: "Editor"
|
||||||
"Viewer": undefined, // In English: "Viewer"
|
"Viewer": "Onye na-ekiri", // In English: "Viewer"
|
||||||
"People with access": undefined, // In English: "People with access"
|
"People with access": "Ndị nwere ohere", // In English: "People with access"
|
||||||
"Share With…": undefined, // In English: "Share With…"
|
"Share With…": "kerịta ya", // In English: "Share With…"
|
||||||
"Owner": undefined, // In English: "Owner"
|
"Owner": "Onye nwe ya", // In English: "Owner"
|
||||||
"You can't share with yourself.": undefined, // In English: "You can't share with yourself."
|
"You can't share with yourself.": "Ị nweghị ike ịkọrọ onwe gị", // In English: "You can't share with yourself."
|
||||||
"This user already has access to this item": undefined, // In English: "This user already has access to this item"
|
"This user already has access to this item": "Onye a weerị ohere ịnweta ihe a", // In English: "This user already has access to this item"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user