Skip to content

Commit

Permalink
Add Hacktoberfest featurse urdu translations.
Browse files Browse the repository at this point in the history
  • Loading branch information
Toprun123 committed Oct 31, 2024
1 parent 453374f commit 3bd7a5f
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions src/_locales/ur/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@
"message": "افلائن کیو آر کوڈ",
"description": "The title for the button, which opens the popup."
},
"buttonRequestPermission": {
"message": "اجازت دیں",
"description": "The button label, used for requesting a permission that is missing."
},
"permissionRequiredClipboardRead": {
"message": "اس خصوصیت کے لیے کلپ بورڈ سے ڈیٹا کاپی کرنے کی اجازت چاہیے۔",
"description": "The message shown, when the user wants to use the clipboard to read from"
},
"commandOpenQrPopup": {
"message": "افلائن کیو آر کوڈ کھلو",
"description": "Description of the hot key command to open the QR Code popup (by default with Ctrl+Shift+F10)."
Expand All @@ -34,6 +42,10 @@
"message": "سٹںگ کو محفوظ نہیں کیا جا سکا۔",
"description": "When a setting could not be saved."
},
"couldNotRequestPermission": {
"message": "اجازت طلب کرنا ناکام ہوگیا۔",
"description": "When the permission request fails."
},
"messageUndoButton": {
"message": "واپس",
"description": "The text of a button that undoes the last action."
Expand Down Expand Up @@ -170,6 +182,14 @@
},

// context menu
"contextMenuItemConvertPageURL": {
"message": "اس صفحے کے لیے کیو آر کوڈ بنائیں",
"description": "Context menu item title for generating a QR code for the current page URL."
},
"contextMenuItemConvertPageURLAccessKey": {
"message": "&Generate QR code for this page",
"description": "Context menu item title for generating a QR code for the current page URL with an access key."
},
"contextMenuItemConvertSelection": {
"message": "انتخاب سے کیو آر کوڈ بنائیں۔",
"description": "The context menu entry shown for generating QR codes from a selection."
Expand Down Expand Up @@ -344,10 +364,22 @@
"description": "The 'Learn more' link in the description of the error correction option."
},

"optionAutoGetClipboardContent": {
"message": "پاپ اپ کھولتے وقت کلپ بورڈ کا مواد استعمال کریں",
"description": "This is an option shown in the add-on settings."
},
"optionAutoGetSelectedText": {
"message": "خود بخود سائٹ مے سے الفاز استمال کرو۔",
"description": "This is an option shown in the add-on settings."
},
"optionContextMenuEnabled": {
"message": "عمومی کیو آر کوڈ جنریشن کے کنٹکسٹ کے مینو آئٹم کو دکھائیں",
"description": "This label refers to an option in the add-on settings. It allows users to toggle the visibility of the context menu item for generating a QR code from the current page."
},
"optionContextMenuEnabledDescr": {
"message": "موجودہ صفحے کے لیے کیو آر کوڈ بنانے کے لیے ایک کنٹکسٹ کے مینو آئٹم کو دکھاتا ہے، لنکس اور متن کے انتخاب کے علاوہ۔",
"description": "This is the helper text for the context menu toggle option. It explains that enabling this option will show the QR code generation context menu for the current page."
},
"optionUseMonospaceFont": {
"message": "منوسپیس فنت کا یستمال کرو۔",
"description": "This is an option shown in the add-on settings."
Expand Down

0 comments on commit 3bd7a5f

Please sign in to comment.