Skip to content

Commit 0c4b994

Browse files
committed
feat(i18n): update Urdu localization with missing translations
1 parent 1363de7 commit 0c4b994

File tree

1 file changed

+32
-32
lines changed
  • src/gui/src/i18n/translations

1 file changed

+32
-32
lines changed

src/gui/src/i18n/translations/ur.js

+32-32
Original file line numberDiff line numberDiff line change
@@ -362,38 +362,38 @@ const ur = {
362362
// ***********************************
363363
// Missing translations
364364
// ***********************************
365-
"allow": undefined, // In English: "Allow"
366-
"associated_websites": undefined, // In English: "Associated Websites"
367-
"change": undefined, // In English: "Change"
368-
"clock_visibility": undefined, // In English: "Clock Visibility"
369-
"confirm": undefined, // In English: "Confirm"
370-
"confirm_your_email_address": undefined, // In English: "Confirm Your Email Address"
371-
"close_all": undefined, // In English: "Close All"
372-
"created": undefined, // In English: "Created"
373-
"dont_allow": undefined, // In English: "Don't Allow"
374-
"error_message_is_missing": undefined, // In English: "Error message is missing."
375-
"folder": undefined, // In English: "Folder"
376-
"modified": undefined, // In English: "Modified"
377-
"original_name": undefined, // In English: "Original Name"
378-
"original_path": undefined, // In English: "Original Path"
379-
"path": undefined, // In English: "Path"
380-
"reading": undefined, // In English: "Reading %strong%"
381-
"writing": undefined, // In English: "Writing %strong%"
382-
"save": undefined, // In English: "Save"
383-
"sessions": undefined, // In English: "Sessions"
384-
"share": undefined, // In English: "Share"
385-
"share_with": undefined, // In English: "Share with:"
386-
"shortcut_to": undefined, // In English: "Shortcut to"
387-
"unzipping": undefined, // In English: "Unzipping %strong%"
388-
"sequencing": undefined, // In English: "Sequencing %strong%"
389-
"zipping": undefined, // In English: "Zipping %strong%"
390-
"Editor": undefined, // In English: "Editor"
391-
"Viewer": undefined, // In English: "Viewer"
392-
"People with access": undefined, // In English: "People with access"
393-
"Share With…": undefined, // In English: "Share With…"
394-
"Owner": undefined, // In English: "Owner"
395-
"You can't share with yourself.": undefined, // In English: "You can't share with yourself."
396-
"This user already has access to this item": undefined, // In English: "This user already has access to this item"
365+
"allow": "اجازت دینا", // In English: "Allow"
366+
"associated_websites": "متعلقہ ویب سائٹس", // In English: "Associated Websites"
367+
"change": "تبدیل کرنا", // In English: "Change"
368+
"clock_visibility": "گھڑی کی نمائش", // In English: "Clock Visibility"
369+
"confirm": "تصدیق", // In English: "Confirm"
370+
"confirm_your_email_address": "اپنے ای میل ایڈریس کی تصدیق کریں", // In English: "Confirm Your Email Address"
371+
"close_all": "سب کو بند کریں", // In English: "Close All"
372+
"created": "بنائی", // In English: "Created"
373+
"dont_allow": "اجازت نہ دیں", // In English: "Don't Allow"
374+
"error_message_is_missing": "غلطی کا پیغام غائب ہے", // In English: "Error message is missing."
375+
"folder": "فولڈر", // In English: "Folder"
376+
"modified": "ترمیم", // In English: "Modified"
377+
"original_name": "اصل نام", // In English: "Original Name"
378+
"original_path": "اصل راستہ", // In English: "Original Path"
379+
"path": "راستہ", // In English: "Path"
380+
"reading": "پڑھنا %strong%", // In English: "Reading %strong%"
381+
"writing": "لکھنا %strong%", // In English: "Writing %strong%"
382+
"save": "محفوظ کریں", // In English: "Save"
383+
"sessions": "سیشنز", // In English: "Sessions"
384+
"share": "شیئر کریں", // In English: "Share"
385+
"share_with": "شیئر کریں:", // In English: "Share with:"
386+
"shortcut_to": "شارٹ کٹ برائے", // In English: "Shortcut to"
387+
"unzipping": "اَن زپ کر رہا ہے %strong%", // In English: "Unzipping %strong%"
388+
"sequencing": "ترتیب دے رہا ہے %strong%", // In English: "Sequencing %strong%"
389+
"zipping": "زپ کر رہا ہے %strong%", // In English: "Zipping %strong%"
390+
"Editor": "ایڈیٹر", // In English: "Editor" - Some words in Urdu are written the same as in English, like "editor," and they don't have a specific Urdu equivalent that conveys the original meaning. These are common words that every native Urdu speaker understands.
391+
"Viewer": "دیکھنے والا", // In English: "Viewer"
392+
"People with access": "لوگ جنہیں رسائی حاصل ہے", // In English: "People with access"
393+
"Share With…": "...کے ساتھ شیئر کریں", // In English: "Share With…"
394+
"Owner": "مالک", // In English: "Owner"
395+
"You can't share with yourself.": "آپ خود کے ساتھ شیئر نہیں کر سکتے۔", // In English: "You can't share with yourself."
396+
"This user already has access to this item": "اس صارف کو پہلے ہی اس آئٹم تک رسائی حاصل ہے۔", // In English: "This user already has access to this item"
397397
},
398398
};
399399

0 commit comments

Comments
 (0)