-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e96341b
commit a23a95b
Showing
1 changed file
with
115 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,115 @@ | ||
cosmic-text-editor = कॉस्मिक टेक्स्ट एडिटर | ||
new-document = नया दस्तावेज़ | ||
open-project = प्रोजेक्ट खोलें | ||
todo = करने के लिए | ||
# Context Pages | ||
|
||
## About | ||
git-description = {$date} को {$hash} पर Git कमिट | ||
## Document statistics | ||
document-statistics = दस्तावेज़ आँकड़े | ||
word-count = शब्दों की संख्या | ||
character-count = अक्षरों की संख्या | ||
character-count-no-spaces = अक्षरों की संख्या (स्पेस के बिना) | ||
line-count = पंक्तियाँ | ||
## Git management | ||
git-management = Git प्रबंधन | ||
git-management-description = Git प्रबंधन एक डेवलपर टूल है जो संस्करण नियंत्रण कार्यों के लिए उपयोग किया जाता है। | ||
git-management-loading = Git प्रबंधन लोड हो रहा है... | ||
stage = स्टेज | ||
staged-changes = स्टेज पर बदली गई चीज़ें | ||
unstage = स्टेज से हटाएँ | ||
unstaged-changes = बिना स्टेज की गई चीज़ें | ||
## Project search | ||
project-search = प्रोजेक्ट खोज | ||
## Prompt save changes | ||
prompt-save-changes-title = बिना सहेजे हुए बदलाव | ||
prompt-unsaved-changes = आपके पास बिना सहेजे हुए बदलाव हैं। सहेजना है? | ||
cancel = रद्द करो | ||
discard = बदलाव को खारिज करें | ||
save-all = सब कुछ सहेजें | ||
## Settings | ||
settings = सेटिंग्स | ||
### Appearance | ||
appearance = दिखावट | ||
theme = थीम | ||
match-desktop = डेस्कटॉप से मेल करें | ||
dark = डार्क | ||
light = लाइट | ||
syntax-dark = सिंटैक्स डार्क | ||
syntax-light = सिंटैक्स लाइट | ||
default-font = डिफ़ॉल्ट फ़ॉन्ट | ||
default-font-size = डिफ़ॉल्ट फ़ॉन्ट आकार | ||
### Keyboard shortcuts | ||
keyboard-shortcuts = कीबोर्ड शॉर्टकट्स | ||
enable-vim-bindings = Vim बाइंडिंग्स सक्षम करें | ||
# Find | ||
find-placeholder = खोजें... | ||
find-previous = पिछला खोजें | ||
find-next = अगला खोजें | ||
replace-placeholder = बदलें... | ||
replace = बदलें | ||
replace-all = सब कुछ बदलें | ||
case-sensitive = केस-सेंसिटिव | ||
use-regex = Regex का उपयोग करें | ||
# Menu | ||
|
||
## File | ||
file = फ़ाइल | ||
new-file = नई फ़ाइल | ||
new-window = नई विंडो | ||
open-file = फ़ाइल खोलें... | ||
open-recent-file = हाल की फ़ाइल खोलें | ||
close-file = फ़ाइल बंद करें | ||
menu-open-project = प्रोजेक्ट खोलें... | ||
open-recent-project = हाल का प्रोजेक्ट खोलें | ||
close-project = प्रोजेक्ट बंद करें | ||
save = सहेजें | ||
save-as = इस रूप में सहेजें... | ||
revert-all-changes = सभी बदलावों को पलटें | ||
menu-document-statistics = दस्तावेज़ आँकड़े... | ||
document-type = दस्तावेज़ प्रकार... | ||
encoding = एन्कोडिंग... | ||
menu-git-management = Git प्रबंधन... | ||
print = प्रिंट करें | ||
quit = बंद करें | ||
## Edit | ||
edit = संपादित करें | ||
undo = पूर्ववत करें | ||
redo = फिर से करें | ||
cut = काटें | ||
copy = कॉपी करें | ||
paste = पेस्ट करें | ||
select-all = सब कुछ चुनें | ||
find = खोजें | ||
find-in-project = प्रोजेक्ट में खोजें... | ||
spell-check = वर्तनी की जांच... | ||
## View | ||
view = दृश्य | ||
indentation = इंडेंटेशन | ||
### Indentation | ||
automatic-indentation = स्वचालित इंडेंटेशन | ||
tab-width = टैब चौड़ाई: {$tab_width} | ||
convert-indentation-to-spaces = इंडेंटेशन को स्पेस में बदलें | ||
convert-indentation-to-tabs = इंडेंटेशन को टैब्स में बदलें | ||
word-wrap = वर्ड रैप | ||
show-line-numbers = पंक्ति संख्या दिखाएँ | ||
highlight-current-line = वर्तमान पंक्ति को हाइलाइट करें | ||
syntax-highlighting = सिंटैक्स हाइलाइटिंग... | ||
menu-settings = सेटिंग्स... | ||
menu-keyboard-shortcuts = कीबोर्ड शॉर्टकट्स... | ||
menu-about = कॉस्मिक टेक्स्ट एडिटर के बारे में... |