forked from nodomw/i18n
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathestonian.json
202 lines (185 loc) · 12.5 KB
/
estonian.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
{
"flag": "ee",
"name": "Eesti",
"translation": {
"page-editor": "Editor",
"dialog-ok": "Ok",
"dialog-cancel": "Cancel",
"dialog-yes": "Ja",
"dialog-no": "Ei",
"contextmenu-execute": "Execute",
"contextmenu-mount": "Mount",
"sidebar-files": "Local files",
"sidebar-files-diropen": "Open directory",
"sidebar-gists": "Gists",
"sidebar-gists-delete": "Delete",
"sidebar-gists-copyurl": "Copy URL",
"sidebar-gists-create-title": "Create new gist",
"sidebar-gists-create-text": "Enter a filename for your new gist.",
"sidebar-gists-refresh": "Refresh",
"tab-rename": "Nimeta ümber",
"tab-reset-targets": "Reset targets",
"tab-duplicate": "Dubleeri",
"tab-unlock": "Unlock",
"tab-untitled": "Untitled",
"tab-defaults": "Synapse võidab!",
"warning-erase-title": "Erase unsaved content",
"warning-erase-text": "Are you sure you want to do this? All unsaved code will be erased!",
"warning-instances": "No instances are currently opened.",
"connections-enabled": "Connections are enabled.",
"connections-disabled": "Connections are disabled.",
"button-execute": "Execute",
"button-clear": "Clear",
"button-open-file": "Ava fail",
"button-execute-file": "Execute file",
"button-save-file": "Salvesta fail",
"page-settings": "Seaded",
"settings-category-editor": "Editor",
"settings-category-interface": "Interface & layout",
"settings-category-console": "Console & logging",
"settings-category-explorer": "Explorer",
"settings-category-integrations": "Integrations",
"settings-category-updates": "Updates",
"settings-appcategory": "Application",
"settings-reset": "Reset all settings",
"settings-reset-short": "Reset",
"settings-reset-desc": "Pressing this button will reset all settings and close the application.",
"settings-reset-confirm": "Are you sure you want to erase all settings?",
"settings-reset-feedback": "Settings have been reset. The application will now close.",
"settings-experimentalsettings": "Experimental settings",
"settings-experimentalsettings-desc": "Enable or disable access to experimental, potentially unstable settings.",
"settings-minimap": "Minimap",
"settings-minimap-desc": "Configure the editor minimap.",
"settings-editorstyle": "Editor action bar position",
"settings-editorstyle-desc": "Adjust the vertical position of the editor action bar and tabs.",
"settings-sidebarlayout": "Sidebar position",
"settings-sidebarlayout-desc": "Adjust the horizontal location of the sidebar (file list).",
"settings-actionbar-direction": "Action bar position",
"settings-actionbar-direction-desc": "Adjust the vertical location of the actionbar.",
"settings-ligatures": "Ligatures",
"settings-ligatures-desc": "Enables whether font ligatures will be rendered.",
"settings-wordwrap": "Word wrap",
"settings-wordwrap-desc": "Wraps off-screen lines when enabled.",
"settings-compactbtns": "Compact editor buttons",
"settings-compactbtns-desc": "Reduces the size of the editor buttons.",
"settings-squaretabs": "Compact tabs",
"settings-squaretabs-desc": "Use compare square tabs instead of round padded ones.",
"settings-lualsp": "Lua language server",
"settings-lualsp-desc": "Enables the intelligent autocompletion and intellisense engine. Requires restart to apply.",
"settings-tablength": "Tab Length",
"settings-tablength-desc": "Changes the amount of tabs inserted for indentation.",
"settings-fsize": "Font Size",
"settings-fsize-desc": "Changes the size of the editor font.",
"settings-tablimit": "Tab count limit",
"settings-tablimit-desc": "Limits the amount of tabs available in the editor. 0 = unlimited.",
"settings-newtabcontent": "Default Tab Content",
"settings-newtabcontent-desc": "What will be written to the contents of a new tab.",
"settings-smoothscroll": "Smooth Movement",
"settings-smoothscroll-desc": "Enables smooth scrolling in the editor.",
"settings-animcursor": "Smooth Cursor",
"settings-animcursor-desc": "Enables smooth movement of the cursor.",
"settings-unsavedwarn": "Show unsaved warnings",
"settings-unsavedwarn-desc": "Warnings will be shown when trying to delete unsaved content.",
"settings-scale": "Interface Scale",
"settings-scale-desc": "Sets the zoom level of the UI.",
"settings-navbarstyle": "Navigation bar layout",
"settings-navbarstyle-desc": "Adjust the layout and positioning of the navigation bar.",
"settings-windowtransparency": "Transparent window",
"settings-windowtransparency-desc": "Use a different rendering mode for theme transparency effects. Applies on reboot.",
"settings-topmost": "Always on top",
"settings-topmost-desc": "Forces the interface to render on top of all windows.",
"settings-silentlaunch": "Silent launch",
"settings-silentlaunch-desc": "Drastically reduces the presence of the interface",
"settings-tray": "Use tray icon",
"settings-tray-desc": "Enables the tray icon and hides the window when minimizing.",
"settings-verticalnavcenter": "Dealign vertical navbar items",
"settings-verticalnavcenter-desc": "Moves the vertical navbar items to the top instead of the center.",
"settings-classiclayout": "Classic layout mode",
"settings-classiclayout-desc": "Emulates the classic editor layout from yesteryear.",
"settings-logconsole": "Log console to file (console.log)",
"settings-logconsole-desc": "Save all console outputs to console.log",
"settings-autoconsole": "Show console at launch",
"settings-autoconsole-desc": "Whether the console will show up under the editor at launch.",
"settings-lspconsole": "Log language server errors to output",
"settings-lspconsole-desc": "Mostly for UI developers that are toying with the LSP.",
"settings-preservelogs": "Preserve logs across launches",
"settings-preservelogs-desc": "If enabled, console logs will be preserved and loaded every launch. Could take space very rapidly.",
"settings-preservationcount": "Maximum log count for preservation",
"settings-preservationcount-desc": "Maximum amount of console messages to be preserved. Default: 720",
"settings-gistpat": "Gist Personal Access Token",
"settings-gistpat-desc": "GitHub PAT for Gist integration.",
"settings-enableconnections": "Enable new connections",
"settings-enableconnections-desc": "When disabled, new instances will not connect to the UI.",
"settings-dmsync": "DataModel synchronization",
"settings-dmsync-desc": "Automatically adds instance contents into intellisense.",
"settings-dmmode": "Instance hierarchy walking mode",
"settings-dmmode-desc": "Some modes may be more performant than others. Only touch this if you know what you are doing.",
"settings-autochangelog": "Show changelog after updating",
"settings-autochangelog-desc": "Automatically show the changelog after an update has been installed.",
"settings-filelist": "Directories in sidebar",
"settings-filelist-desc": "You can set extra directories to show up in the sidebar.",
"settings-minimap-opt1": "No minimap",
"settings-minimap-opt2": "Minimap on right",
"settings-minimap-opt3": "Minimap on left",
"settings-actionbar-opt1": "Align to left (Classic style)",
"settings-actionbar-opt2": "Align to right (Modern style)",
"settings-editor-opt1": "Actions on bottom, tabs on top",
"settings-editor-opt2": "Actions on top, tabs on bottom",
"settings-sidebar-opt1": "Align to left",
"settings-sidebar-opt2": "Align to right",
"settings-navbar-opt1": "Align to top",
"settings-navbar-opt2": "Align to left",
"settings-gistpat-dialog-title": "Gist Integration",
"settings-gistpat-dialog-request": "Github Gist integration requires a Github personal access token. Would you like to create one? (will open a browser window)",
"settings-gistpat-dialog-input": "Enter your personal access token below.",
"page-theming": "Customization",
"theme-page-list": "Custom themes and options",
"theme-list": "Available themes",
"theme-directory": "Theme directory",
"theme-directory-caption": "Open",
"theme-directory-desc": "You can place all custom themes in this folder.",
"theme-reset": "Reset layout",
"theme-reset-caption": "Reset",
"theme-reset-desc": "This will reset all layout-related settings to their defaults.",
"theme-page-configuration": "Theme-specific configuration",
"theme-page-layout": "Interface layout",
"login-login": "Logi sisse",
"login-register": "Registreeri",
"login-back": "Tagasi",
"login-form-username": "Kasutajanimi",
"login-form-password": "Parool",
"login-form-confirm-password": "Kinnita Password",
"login-form-email": "Meili aadress",
"login-form-license": "License key",
"login-form-alzheimers": "Unustasite parooli?",
"login-registration-username-fail": "Your username needs to be at least 5 exclusively alphanumeric characters and cannot be exclusively numbers.",
"login-registration-password-fail": "Your password needs to have at least 10 characters and at least 1 special character.",
"login-registration-email-fail": "Your personal email address is invalid.",
"login-2fa-email-not-registered-title": "Email not verified",
"login-2fa-email-not-registered-text": "The email address currently attached to your account isn't verified. An email has been sent with a link to confirm your address.",
"login-2fa-email-not-registered-error": "The email resend has failed.",
"login-2fa-email-not-registered-feedback": "The confirmation email has been resent. Please verify your inboxes.",
"login-2fa-email-change-title": "Email change",
"login-2fa-email-change-text": "Input your new email address below.",
"login-2fa-email-change-error": "Your email change has failed.",
"login-2fa-email-change-feedback": "Your email has been successfully changed, and a new confirmation email has been sent. Please verify your inboxes.",
"login-password-reset": "Reset Password",
"login-password-reset-pre": "Enter your username or email below. You will receive a password change confirmation to your email address.",
"login-password-reset-pre-feedback": "If this account or email exists, you will receive a password reset email very soon. Make sure to check your spam/junk folders.",
"login-password-reset-text": "By resetting your password, files you encrypted with the Synapse user encryption/signing API will not be able to be decrypted. Make sure you truly lost your password before continuing!",
"login-password-reset-confirm": "Confirm your password again to make sure you have properly written it.",
"login-password-illiterate": "Your password confirmation was wrong. Please try again.",
"login-password-success": "Your password has been successfully reset. You will now be logged into your account.",
"login-2fa-otp-email": "A one-time password has been sent to the email address associated with your account.",
"login-2fa-otp-2auth": "Please enter the one-time code generated by your authenticator app.",
"login-2fa-otp-error": "Your one-time code is invalid. Please input it again.",
"login-status-loggingin": "Logging in as ",
"login-status-registering": "Registering new account ",
"login-corner-site": "Visit Synapse website",
"login-corner-twitter": "Visit Synapse twitter",
"login-corner-status-good": "Synapse servers are online.",
"login-corner-status-bad": "Synapse servers are offline.",
"login-soft-blacklist": "Your license has been revoked for infringing our terms of service. You cannot access Synapse X unless you re-purchase a new license.",
"login-hard-blacklist": "Your account is blacklisted for infringing our terms of service. You have been prohibited from using Synapse X."
}
}