Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update hy.js #920

Merged
merged 2 commits into from
Nov 26, 2024
Merged
Changes from all commits
Commits
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
31 changes: 14 additions & 17 deletions src/gui/src/i18n/translations/hy.js
Original file line number Diff line number Diff line change
Expand Up @@ -346,23 +346,20 @@ const hy = {
login2fa_recovery_back: "Հետ",
login2fa_recovery_placeholder: "XXXXXXXX",

// ***********************************
// Missing translations
// ***********************************
"change": undefined, // In English: "Change"
"clock_visibility": undefined, // In English: "Clock Visibility"
"reading": undefined, // In English: "Reading %strong%"
"writing": undefined, // In English: "Writing %strong%"
"unzipping": undefined, // In English: "Unzipping %strong%"
"sequencing": undefined, // In English: "Sequencing %strong%"
"zipping": undefined, // In English: "Zipping %strong%"
"Editor": undefined, // In English: "Editor"
"Viewer": undefined, // In English: "Viewer"
"People with access": undefined, // In English: "People with access"
"Share With…": undefined, // In English: "Share With…"
"Owner": undefined, // In English: "Owner"
"You can't share with yourself.": undefined, // 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"
"change": "փոփոխել", // In English: "Change"
"clock_visibility": "ժամացույցի տեսանելիություն", // In English: "Clock Visibility"
"reading": "կարդալ", // In English: "Reading %strong%"
"writing": "գրել", // In English: "Writing %strong%"
"unzipping": "Արխիվի բացում", // In English: "Unzipping %strong%"
"sequencing": "հաջորդականացում", // In English: "Sequencing %strong%"
"zipping": "Արխիվացում", // In English: "Zipping %strong%"
"Editor": "Խմբագիր", // In English: "Editor"
"Viewer": "Դիտող", // In English: "Viewer"
"People with access": "Մարդիկ, ովքեր ունեն հասանելիություն", // In English: "People with access"
"Share With…": "Կիսվել …", // In English: "Share With…"
"Owner": "Սեփականատեր", // In English: "Owner"
"You can't share with yourself.": "Դուք չեք կարող կիսվել ինքներդ ձեզ հետ։", // In English: "You can't share with yourself."
"This user already has access to this item": "Այս օգտատերը արդեն ունի հասանելիություն այս տարրին։", // In English: "This user already has access to this item"
}
};

Expand Down