We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22388cb commit b240de6Copy full SHA for b240de6
src/i18n/locales/hi.js
@@ -13,7 +13,7 @@ const hi = {
13
new: "नया",
14
new_window: "नई विंडो",
15
open: "खोलें",
16
- open_recent: "हाल ही वाला खोलें",
+ open_recent: "हाल में खोले गए",
17
save: "सेव",
18
save_as: "के रूप में सेव करें",
19
save_as_template: "टेम्पलेट के रूप में सेव करें",
@@ -217,6 +217,10 @@ const hi = {
217
edit_relationship: "{{extra}} संबंध एडिट करें {{refName}}",
218
delete_relationship: "संबंध हटाएं {{refName}}",
219
not_found: "नहीं मिला",
220
+ no_saved_diagrams: "आपके पास कोई सेव किया गया डायग्राम नहीं है",
221
+ see_all: "सभी देखें",
222
+ versions: "संस्करण",
223
+ didnt_find_diagram: "उफ़! डायग्राम नहीं मिला।",
224
},
225
};
226
0 commit comments