We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 635f333 commit e0353a8Copy full SHA for e0353a8
src/i18n/resources/si.json
@@ -1 +1,21 @@
1
-{}
+{
2
+ "common": {
3
+ "console": {
4
+ "plugins": {
5
+ "execute-failed": "ප්ලගිනය ක්රියාත්මක කිරීමට අසමත් විය {{pluginName}}::{{contextName}}",
6
+ "executed-at-ms": "ප්ලගිනය {{pluginName}}::{{contextName}} {{ms}}ms හිදී ක්රියාත්මක කරන ලදී",
7
+ "initialize-failed": "\"{{pluginName}}\" ප්ලගිනය ආරම්භ කිරීමට අසමත් විය",
8
+ "load-all": "සියලුම ප්ලගින පූරණය කරමින්",
9
+ "load-failed": "\"{{pluginName}}\" ප්ලගිනය පූරණය කිරීමට අසමත් විය",
10
+ "loaded": "ප්ලගිනය \"{{pluginName}}\" පූරණය කරන ලදී"
11
+ }
12
13
+ },
14
+ "main": {
15
+ "dialog": {
16
+ "need-to-restart": {
17
+ "title": "නැවත ආරම්භ කිරීම අවශ්යයි"
18
19
20
21
+}
0 commit comments