golang.zx2c4.com/wireguard/windows@v0.5.4-0.20230123132234-dcc0eb72a04b/locales/si-LK/messages.gotext.json (about)

     1  {
     2      "language": "si-LK",
     3      "messages": [
     4          {
     5              "id": "Error",
     6              "message": "Error",
     7              "translation": "දෝෂයකි",
     8              "translatorComment": "Copied from source."
     9          },
    10          {
    11              "id": "Usage: {Args0} [\n{String}]",
    12              "message": "Usage: {Args0} [\n{String}]",
    13              "translation": "භාවිතය: {Args0} [\n{String}]",
    14              "translatorComment": "Copied from source.",
    15              "placeholders": [
    16                  {
    17                      "id": "Args0",
    18                      "string": "%[1]s",
    19                      "type": "string",
    20                      "underlyingType": "string",
    21                      "argNum": 1,
    22                      "expr": "os.Args[0]"
    23                  },
    24                  {
    25                      "id": "String",
    26                      "string": "%[2]s",
    27                      "type": "string",
    28                      "underlyingType": "string",
    29                      "argNum": 2,
    30                      "expr": "builder.String()"
    31                  }
    32              ]
    33          },
    34          {
    35              "id": "Now",
    36              "message": "Now",
    37              "translation": "දැන්",
    38              "translatorComment": "Copied from source."
    39          },
    40          {
    41              "id": "{Years} year(s)",
    42              "message": "{Years} year(s)",
    43              "translation": {
    44                  "select": {
    45                      "feature": "plural",
    46                      "arg": "Years",
    47                      "cases": {
    48                          "one": {
    49                              "msg": "අවුරුදු {Years}"
    50                          },
    51                          "other": {
    52                              "msg": "අවුරුදු {Years}"
    53                          }
    54                      }
    55                  }
    56              },
    57              "placeholders": [
    58                  {
    59                      "id": "Years",
    60                      "string": "%[1]d",
    61                      "type": "int64",
    62                      "underlyingType": "int64",
    63                      "argNum": 1,
    64                      "expr": "years"
    65                  }
    66              ]
    67          },
    68          {
    69              "id": "{Days} day(s)",
    70              "message": "{Days} day(s)",
    71              "translation": {
    72                  "select": {
    73                      "feature": "plural",
    74                      "arg": "Days",
    75                      "cases": {
    76                          "one": {
    77                              "msg": "දවස් {Days}"
    78                          },
    79                          "other": {
    80                              "msg": "දවස් {Days}"
    81                          }
    82                      }
    83                  }
    84              },
    85              "placeholders": [
    86                  {
    87                      "id": "Days",
    88                      "string": "%[1]d",
    89                      "type": "int64",
    90                      "underlyingType": "int64",
    91                      "argNum": 1,
    92                      "expr": "days"
    93                  }
    94              ]
    95          },
    96          {
    97              "id": "{Hours} hour(s)",
    98              "message": "{Hours} hour(s)",
    99              "translation": {
   100                  "select": {
   101                      "feature": "plural",
   102                      "arg": "Hours",
   103                      "cases": {
   104                          "one": {
   105                              "msg": "පැය {Hours}"
   106                          },
   107                          "other": {
   108                              "msg": "පැය {Hours}"
   109                          }
   110                      }
   111                  }
   112              },
   113              "placeholders": [
   114                  {
   115                      "id": "Hours",
   116                      "string": "%[1]d",
   117                      "type": "int64",
   118                      "underlyingType": "int64",
   119                      "argNum": 1,
   120                      "expr": "hours"
   121                  }
   122              ]
   123          },
   124          {
   125              "id": "{Minutes} minute(s)",
   126              "message": "{Minutes} minute(s)",
   127              "translation": {
   128                  "select": {
   129                      "feature": "plural",
   130                      "arg": "Minutes",
   131                      "cases": {
   132                          "one": {
   133                              "msg": "විනාඩි {Minutes}"
   134                          },
   135                          "other": {
   136                              "msg": "විනාඩි {Minutes}"
   137                          }
   138                      }
   139                  }
   140              },
   141              "placeholders": [
   142                  {
   143                      "id": "Minutes",
   144                      "string": "%[1]d",
   145                      "type": "int64",
   146                      "underlyingType": "int64",
   147                      "argNum": 1,
   148                      "expr": "minutes"
   149                  }
   150              ]
   151          },
   152          {
   153              "id": "{Seconds} second(s)",
   154              "message": "{Seconds} second(s)",
   155              "translation": {
   156                  "select": {
   157                      "feature": "plural",
   158                      "arg": "Seconds",
   159                      "cases": {
   160                          "one": {
   161                              "msg": "තත්පර {Seconds}"
   162                          },
   163                          "other": {
   164                              "msg": "තත්පර {Seconds}"
   165                          }
   166                      }
   167                  }
   168              },
   169              "placeholders": [
   170                  {
   171                      "id": "Seconds",
   172                      "string": "%[1]d",
   173                      "type": "int64",
   174                      "underlyingType": "int64",
   175                      "argNum": 1,
   176                      "expr": "seconds"
   177                  }
   178              ]
   179          },
   180          {
   181              "id": "{Timestamp} ago",
   182              "message": "{Timestamp} ago",
   183              "translation": "{Timestamp} ට පෙර",
   184              "translatorComment": "Copied from source.",
   185              "placeholders": [
   186                  {
   187                      "id": "Timestamp",
   188                      "string": "%[1]s",
   189                      "type": "string",
   190                      "underlyingType": "string",
   191                      "argNum": 1,
   192                      "expr": "timestamp"
   193                  }
   194              ]
   195          },
   196          {
   197              "id": "{Bytes} B",
   198              "message": "{Bytes} B",
   199              "translation": "බ. {Bytes}",
   200              "translatorComment": "Copied from source.",
   201              "placeholders": [
   202                  {
   203                      "id": "Bytes",
   204                      "string": "%[1]d",
   205                      "type": "golang.zx2c4.com/wireguard/windows/conf.Bytes",
   206                      "underlyingType": "uint64",
   207                      "argNum": 1,
   208                      "expr": "b"
   209                  }
   210              ]
   211          },
   212          {
   213              "id": "{Float64b__1024} KiB",
   214              "message": "{Float64b__1024} KiB",
   215              "translation": "කි.බ. {Float64b__1024}",
   216              "translatorComment": "Copied from source.",
   217              "placeholders": [
   218                  {
   219                      "id": "Float64b__1024",
   220                      "string": "%.2[1]f",
   221                      "type": "float64",
   222                      "underlyingType": "float64",
   223                      "argNum": 1,
   224                      "expr": "float64(b) / 1024"
   225                  }
   226              ]
   227          },
   228          {
   229              "id": "{Float64b__1024__1024} MiB",
   230              "message": "{Float64b__1024__1024} MiB",
   231              "translation": "මෙ.බ. {Float64b__1024__1024}",
   232              "translatorComment": "Copied from source.",
   233              "placeholders": [
   234                  {
   235                      "id": "Float64b__1024__1024",
   236                      "string": "%.2[1]f",
   237                      "type": "float64",
   238                      "underlyingType": "float64",
   239                      "argNum": 1,
   240                      "expr": "float64(b) / (1024 * 1024)"
   241                  }
   242              ]
   243          },
   244          {
   245              "id": "{Float64b__1024__1024__1024} GiB",
   246              "message": "{Float64b__1024__1024__1024} GiB",
   247              "translation": "ගි.බ. {Float64b__1024__1024__1024}",
   248              "translatorComment": "Copied from source.",
   249              "placeholders": [
   250                  {
   251                      "id": "Float64b__1024__1024__1024",
   252                      "string": "%.2[1]f",
   253                      "type": "float64",
   254                      "underlyingType": "float64",
   255                      "argNum": 1,
   256                      "expr": "float64(b) / (1024 * 1024 * 1024)"
   257                  }
   258              ]
   259          },
   260          {
   261              "id": "{Float64b__1024__1024__1024__1024} TiB",
   262              "message": "{Float64b__1024__1024__1024__1024} TiB",
   263              "translation": "ටෙ.බ. {Float64b__1024__1024__1024__1024}",
   264              "translatorComment": "Copied from source.",
   265              "placeholders": [
   266                  {
   267                      "id": "Float64b__1024__1024__1024__1024",
   268                      "string": "%.2[1]f",
   269                      "type": "float64",
   270                      "underlyingType": "float64",
   271                      "argNum": 1,
   272                      "expr": "float64(b) / (1024 * 1024 * 1024) / 1024"
   273                  }
   274              ]
   275          },
   276          {
   277              "id": "{Why}: {Offender}",
   278              "message": "{Why}: {Offender}",
   279              "translation": "{Why}: {Offender}",
   280              "translatorComment": "Copied from source.",
   281              "placeholders": [
   282                  {
   283                      "id": "Why",
   284                      "string": "%[1]s",
   285                      "type": "string",
   286                      "underlyingType": "string",
   287                      "argNum": 1,
   288                      "expr": "e.why"
   289                  },
   290                  {
   291                      "id": "Offender",
   292                      "string": "%[2]q",
   293                      "type": "string",
   294                      "underlyingType": "string",
   295                      "argNum": 2,
   296                      "expr": "e.offender"
   297                  }
   298              ]
   299          },
   300          {
   301              "id": "Invalid IP address",
   302              "message": "Invalid IP address",
   303              "translation": "වලංගු නොවන අ.ජා.කෙ. ලිපිනයකි",
   304              "translatorComment": "Copied from source."
   305          },
   306          {
   307              "id": "Invalid port",
   308              "message": "Invalid port",
   309              "translation": "වලංගු නොවන කෙවෙනියකි",
   310              "translatorComment": "Copied from source."
   311          },
   312          {
   313              "id": "Invalid key: {Err}",
   314              "message": "Invalid key: {Err}",
   315              "translation": "වලංගු නොවන යතුර: {Err}",
   316              "translatorComment": "Copied from source.",
   317              "placeholders": [
   318                  {
   319                      "id": "Err",
   320                      "string": "%[1]v",
   321                      "type": "error",
   322                      "underlyingType": "interface{Error() string}",
   323                      "argNum": 1,
   324                      "expr": "err"
   325                  }
   326              ]
   327          },
   328          {
   329              "id": "Two commas in a row",
   330              "message": "Two commas in a row",
   331              "translation": "පේළියකට අල්පවිරාම දෙකක්",
   332              "translatorComment": "Copied from source."
   333          },
   334          {
   335              "id": "Key must have a value",
   336              "message": "Key must have a value",
   337              "translation": "යතුරට අගයක් තිබිය යුතුය",
   338              "translatorComment": "Copied from source."
   339          },
   340          {
   341              "id": "An interface must have a private key",
   342              "message": "An interface must have a private key",
   343              "translation": "අතුරුමුහුතකට පුද්ගලික යතුරක් තිබිය යුතුය",
   344              "translatorComment": "Copied from source."
   345          },
   346          {
   347              "id": "Protocol version must be 1",
   348              "message": "Protocol version must be 1",
   349              "translation": "කෙටුම්පතෙහි අනුවාදය 1 විය යුතුය",
   350              "translatorComment": "Copied from source."
   351          },
   352          {
   353              "id": "[EnumerationSeparator]",
   354              "message": "[EnumerationSeparator]",
   355              "translation": ", ",
   356              "comment": "Text to insert between items when listing - most western languages will translate ‘[EnumerationSeparator]’ into ‘, ’ to produce lists like ‘apple, orange, strawberry’. Eastern languages might translate into ‘、’ to produce lists like ‘リンゴ、オレンジ、イチゴ’."
   357          },
   358          {
   359              "id": "[UnitSeparator]",
   360              "message": "[UnitSeparator]",
   361              "translation": ", ",
   362              "comment": "Text to insert when combining units of a measure - most languages will translate ‘[UnitSeparator]’ into ‘ ’ (space) to produce lists like ‘2 minuti 30 sekund’, or empty string ‘’ to produce ‘2分30秒’."
   363          },
   364          {
   365              "id": "About WireGuard",
   366              "message": "About WireGuard",
   367              "translation": "වයර්ගාඩ් පිළිබඳව",
   368              "translatorComment": "Copied from source."
   369          },
   370          {
   371              "id": "Close",
   372              "message": "Close",
   373              "translation": "වසන්න",
   374              "translatorComment": "Copied from source."
   375          },
   376          {
   377              "id": "♥ &Donate!",
   378              "message": "♥ &Donate!",
   379              "translation": "♥ &පරිත්‍යාග!",
   380              "translatorComment": "Copied from source."
   381          },
   382          {
   383              "id": "Status:",
   384              "message": "Status:",
   385              "translation": "තත්වය:",
   386              "translatorComment": "Copied from source."
   387          },
   388          {
   389              "id": "Listen port:",
   390              "message": "Listen port:",
   391              "translation": "සවන්දීමේ කෙවෙනිය:",
   392              "translatorComment": "Copied from source."
   393          },
   394          {
   395              "id": "Addresses:",
   396              "message": "Addresses:",
   397              "translation": "ලිපින:",
   398              "translatorComment": "Copied from source."
   399          },
   400          {
   401              "id": "DNS servers:",
   402              "message": "DNS servers:",
   403              "translation": "ව.නා.ප. සේවාදායක:",
   404              "translatorComment": "Copied from source."
   405          },
   406          {
   407              "id": "Allowed IPs:",
   408              "message": "Allowed IPs:",
   409              "translation": "ඉඩදුන් අ.ජා.කෙ.:",
   410              "translatorComment": "Copied from source."
   411          },
   412          {
   413              "id": "enabled",
   414              "message": "enabled",
   415              "translation": "සබල කර ඇත",
   416              "translatorComment": "Copied from source."
   417          },
   418          {
   419              "id": "{String} received, {String_1} sent",
   420              "message": "{String} received, {String_1} sent",
   421              "translation": "{String} ලැබුණී, {String_1} යැවිණි",
   422              "translatorComment": "Copied from source.",
   423              "placeholders": [
   424                  {
   425                      "id": "String",
   426                      "string": "%[1]s",
   427                      "type": "string",
   428                      "underlyingType": "string",
   429                      "argNum": 1,
   430                      "expr": "c.RxBytes.String()"
   431                  },
   432                  {
   433                      "id": "String_1",
   434                      "string": "%[2]s",
   435                      "type": "string",
   436                      "underlyingType": "string",
   437                      "argNum": 2,
   438                      "expr": "c.TxBytes.String()"
   439                  }
   440              ]
   441          },
   442          {
   443              "id": "Interface: {Name}",
   444              "message": "Interface: {Name}",
   445              "translation": "අතුරුමුහුණත: {Name}",
   446              "translatorComment": "Copied from source.",
   447              "placeholders": [
   448                  {
   449                      "id": "Name",
   450                      "string": "%[1]s",
   451                      "type": "string",
   452                      "underlyingType": "string",
   453                      "argNum": 1,
   454                      "expr": "config.Name"
   455                  }
   456              ]
   457          },
   458          {
   459              "id": "&Name:",
   460              "message": "&Name:",
   461              "translation": "&නම:",
   462              "translatorComment": "Copied from source."
   463          },
   464          {
   465              "id": "(unknown)",
   466              "message": "(unknown)",
   467              "translation": "(නොදනී)",
   468              "translatorComment": "Copied from source."
   469          },
   470          {
   471              "id": "&Save",
   472              "message": "&Save",
   473              "translation": "&සුරකින්න",
   474              "translatorComment": "Copied from source."
   475          },
   476          {
   477              "id": "Cancel",
   478              "message": "Cancel",
   479              "translation": "අවලංගු",
   480              "translatorComment": "Copied from source."
   481          },
   482          {
   483              "id": "&Configuration:",
   484              "message": "&Configuration:",
   485              "translation": "&වින්‍යාසය:",
   486              "translatorComment": "Copied from source."
   487          },
   488          {
   489              "id": "Invalid name",
   490              "message": "Invalid name",
   491              "translation": "වලංගු නොවන නමකි",
   492              "translatorComment": "Copied from source."
   493          },
   494          {
   495              "id": "A name is required.",
   496              "message": "A name is required.",
   497              "translation": "නමක් අවශ්‍යයි.",
   498              "translatorComment": "Copied from source."
   499          },
   500          {
   501              "id": "Unable to create new configuration",
   502              "message": "Unable to create new configuration",
   503              "translation": "නව වින්‍යාසය සෑදීමට නොහැකියි",
   504              "translatorComment": "Copied from source."
   505          },
   506          {
   507              "id": "Writing file failed",
   508              "message": "Writing file failed",
   509              "translation": "ගොනුව ලිවීමට අසමත්විය",
   510              "translatorComment": "Copied from source."
   511          },
   512          {
   513              "id": "Activating",
   514              "message": "Activating",
   515              "translation": "ක්‍රියාත්මක වෙමින්",
   516              "translatorComment": "Copied from source."
   517          },
   518          {
   519              "id": "Unknown state",
   520              "message": "Unknown state",
   521              "translation": "නොදන්නා තත්වයකි",
   522              "translatorComment": "Copied from source."
   523          },
   524          {
   525              "id": "&Copy",
   526              "message": "&Copy",
   527              "translation": "&පිටපත්",
   528              "translatorComment": "Copied from source."
   529          },
   530          {
   531              "id": "&Save to file…",
   532              "message": "&Save to file…",
   533              "translation": "&ගොනුවකට සුරකින්න…",
   534              "translatorComment": "Copied from source."
   535          },
   536          {
   537              "id": "Time",
   538              "message": "Time",
   539              "translation": "වේලාව",
   540              "translatorComment": "Copied from source."
   541          },
   542          {
   543              "id": "&About WireGuard…",
   544              "message": "&About WireGuard…",
   545              "translation": "&වයර්ගාඩ් පිළිබඳව…",
   546              "translatorComment": "Copied from source."
   547          },
   548          {
   549              "id": "{Title} (out of date)",
   550              "message": "{Title} (out of date)",
   551              "translation": "{Title} (කල් ඉකුත් වී ඇත)",
   552              "translatorComment": "Copied from source.",
   553              "placeholders": [
   554                  {
   555                      "id": "Title",
   556                      "string": "%[1]s",
   557                      "type": "string",
   558                      "underlyingType": "string",
   559                      "argNum": 1,
   560                      "expr": "mtw.Title()"
   561                  }
   562              ]
   563          },
   564          {
   565              "id": "Unable to wait for WireGuard window to appear: {Err}",
   566              "message": "Unable to wait for WireGuard window to appear: {Err}",
   567              "translation": "වයර්ගාඩ් කවුළුව පෙනෙන තෙක් රැඳීසිටිය නොහැකිය: {Err}",
   568              "translatorComment": "Copied from source.",
   569              "placeholders": [
   570                  {
   571                      "id": "Err",
   572                      "string": "%[1]v",
   573                      "type": "error",
   574                      "underlyingType": "interface{Error() string}",
   575                      "argNum": 1,
   576                      "expr": "err"
   577                  }
   578              ]
   579          },
   580          {
   581              "id": "Status: Unknown",
   582              "message": "Status: Unknown",
   583              "translation": "තත්වය: නොදනී",
   584              "translatorComment": "Copied from source."
   585          },
   586          {
   587              "id": "E&xit",
   588              "message": "E&xit",
   589              "translation": "පි&ටවන්න",
   590              "translatorComment": "Copied from source."
   591          },
   592          {
   593              "id": "WireGuard Activated",
   594              "message": "WireGuard Activated",
   595              "translation": "වයර්ගාඩ් ක්‍රියාත්මකයි",
   596              "translatorComment": "Copied from source."
   597          },
   598          {
   599              "id": "Status: {StateText}",
   600              "message": "Status: {StateText}",
   601              "translation": "තත්වය: {StateText}",
   602              "translatorComment": "Copied from source.",
   603              "placeholders": [
   604                  {
   605                      "id": "StateText",
   606                      "string": "%[1]s",
   607                      "type": "string",
   608                      "underlyingType": "string",
   609                      "argNum": 1,
   610                      "expr": "stateText"
   611                  }
   612              ]
   613          },
   614          {
   615              "id": "Addresses: {EnumerationSeparator}",
   616              "message": "Addresses: {EnumerationSeparator}",
   617              "translation": "ලිපින: {EnumerationSeparator}",
   618              "translatorComment": "Copied from source.",
   619              "placeholders": [
   620                  {
   621                      "id": "EnumerationSeparator",
   622                      "string": "%[1]s",
   623                      "type": "string",
   624                      "underlyingType": "string",
   625                      "argNum": 1,
   626                      "expr": "strings.Join(addrs, l18n.EnumerationSeparator())"
   627                  }
   628              ]
   629          },
   630          {
   631              "id": "&Edit",
   632              "message": "&Edit",
   633              "translation": "&සංස්කරණය",
   634              "translatorComment": "Copied from source."
   635          },
   636          {
   637              "id": "Unable to import configuration: {LastErr}",
   638              "message": "Unable to import configuration: {LastErr}",
   639              "translation": "වින්‍යාසය ආයාත කළ නොහැකිය: {LastErr}",
   640              "translatorComment": "Copied from source.",
   641              "placeholders": [
   642                  {
   643                      "id": "LastErr",
   644                      "string": "%[1]v",
   645                      "type": "error",
   646                      "underlyingType": "interface{Error() string}",
   647                      "argNum": 1,
   648                      "expr": "lastErr"
   649                  }
   650              ]
   651          },
   652          {
   653              "id": "{Question} You cannot undo this action.",
   654              "message": "{Question} You cannot undo this action.",
   655              "translation": "{Question} මෙම ක්‍රියාමාර්ගය ආපසු හැරවිය නොහැකිය.",
   656              "translatorComment": "Copied from source.",
   657              "placeholders": [
   658                  {
   659                      "id": "Question",
   660                      "string": "%[1]s",
   661                      "type": "string",
   662                      "underlyingType": "string",
   663                      "argNum": 1,
   664                      "expr": "question"
   665                  }
   666              ]
   667          },
   668          {
   669              "id": "Error Exiting WireGuard",
   670              "message": "Error Exiting WireGuard",
   671              "translation": "වයර්ගාඩ් පිටවීමේදී දෝෂයකි",
   672              "translatorComment": "Copied from source."
   673          },
   674          {
   675              "id": "Status: Waiting for user",
   676              "message": "Status: Waiting for user",
   677              "translation": "තත්වය: පරිශීලක සඳහා රැඳෙමින්",
   678              "translatorComment": "Copied from source."
   679          },
   680          {
   681              "id": "Update Now",
   682              "message": "Update Now",
   683              "translation": "යාවත්කාල කරන්න",
   684              "translatorComment": "Copied from source."
   685          },
   686          {
   687              "id": "Status: Waiting for updater service",
   688              "message": "Status: Waiting for updater service",
   689              "translation": "තත්වය: යාවත්කාල සේවාව සඳහා රැඳෙමින්",
   690              "translatorComment": "Copied from source."
   691          },
   692          {
   693              "id": "Error: {Err}. Please try again.",
   694              "message": "Error: {Err}. Please try again.",
   695              "translation": "දෝෂය: {Err}. යළි උත්සාහ කරන්න.",
   696              "translatorComment": "Copied from source.",
   697              "placeholders": [
   698                  {
   699                      "id": "Err",
   700                      "string": "%[1]v",
   701                      "type": "error",
   702                      "underlyingType": "interface{Error() string}",
   703                      "argNum": 1,
   704                      "expr": "err"
   705                  }
   706              ]
   707          },
   708          {
   709              "id": "Status: Complete!",
   710              "message": "Status: Complete!",
   711              "translation": "තත්වය: සම්පූර්ණයි!",
   712              "translatorComment": "Copied from source."
   713          }
   714      ]
   715  }