@bigbinary/neeto-slack-frontend 3.1.10 → 3.1.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app/javascript/src/translations/ar.json +39 -0
- package/app/javascript/src/translations/bg.json +39 -0
- package/app/javascript/src/translations/ca.json +39 -0
- package/app/javascript/src/translations/cs.json +39 -0
- package/app/javascript/src/translations/da.json +39 -0
- package/app/javascript/src/translations/en.json +3 -3
- package/app/javascript/src/translations/es-MX.json +39 -0
- package/app/javascript/src/translations/et.json +39 -0
- package/app/javascript/src/translations/fi.json +39 -0
- package/app/javascript/src/translations/fil.json +39 -0
- package/app/javascript/src/translations/hi.json +39 -0
- package/app/javascript/src/translations/hr.json +39 -0
- package/app/javascript/src/translations/id.json +39 -0
- package/app/javascript/src/translations/it.json +39 -0
- package/app/javascript/src/translations/ja.json +39 -0
- package/app/javascript/src/translations/ko.json +39 -0
- package/app/javascript/src/translations/nl.json +39 -0
- package/app/javascript/src/translations/pl.json +39 -0
- package/app/javascript/src/translations/pt-BR.json +39 -0
- package/app/javascript/src/translations/pt.json +39 -0
- package/app/javascript/src/translations/ro.json +39 -0
- package/app/javascript/src/translations/ru.json +39 -0
- package/app/javascript/src/translations/sk.json +39 -0
- package/app/javascript/src/translations/sl.json +39 -0
- package/app/javascript/src/translations/sv.json +39 -0
- package/app/javascript/src/translations/th.json +39 -0
- package/app/javascript/src/translations/tr.json +39 -0
- package/app/javascript/src/translations/uk.json +39 -0
- package/app/javascript/src/translations/vi.json +39 -0
- package/app/javascript/src/translations/zh-CN.json +39 -0
- package/app/javascript/src/translations/zh-TW.json +39 -0
- package/package.json +14 -13
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoSlack": {
|
|
3
|
+
"common": {
|
|
4
|
+
"continue": "استمر",
|
|
5
|
+
"save": "حفظ التغييرات",
|
|
6
|
+
"cancel": "إلغاء",
|
|
7
|
+
"edit": "تعديل",
|
|
8
|
+
"done": "تم",
|
|
9
|
+
"required": "{{entity}} مطلوب"
|
|
10
|
+
},
|
|
11
|
+
"slack": {
|
|
12
|
+
"placeholder": "قناة الإشعارات",
|
|
13
|
+
"channelName": "اسم القناة",
|
|
14
|
+
"editPane": "تعديل تكامل Slack",
|
|
15
|
+
"channelListRefreshToastr": "تم تحديث قائمة قنوات Slack",
|
|
16
|
+
"channelListRefreshButton": "تحديث قائمة القنوات",
|
|
17
|
+
"steps": {
|
|
18
|
+
"finish": "إنهاء"
|
|
19
|
+
},
|
|
20
|
+
"connect": {
|
|
21
|
+
"title": "قم بتوصيل حساب Slack الخاص بك",
|
|
22
|
+
"description": "لا يوجد حساب Slack مرتبط بعد",
|
|
23
|
+
"loginButton": "تسجيل الدخول إلى Slack"
|
|
24
|
+
},
|
|
25
|
+
"configure": {
|
|
26
|
+
"title": "أنت تتصل بمساحة العمل <a>{{teamName}}</a>.",
|
|
27
|
+
"sendTo": "أرسل إلى",
|
|
28
|
+
"sendToDescription": "اختر قناة Slack التي ستستقبل الإشعارات",
|
|
29
|
+
"refreshSlackChannelList": "تحديث قائمة قنوات Slack"
|
|
30
|
+
},
|
|
31
|
+
"finish": {
|
|
32
|
+
"title": "لقد تم الاتصال بنجاح بمساحة العمل {{teamName}}."
|
|
33
|
+
},
|
|
34
|
+
"settings": {
|
|
35
|
+
"title": "أنت متصل بمساحة العمل <a>{{teamName}}</a>"
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoSlack": {
|
|
3
|
+
"common": {
|
|
4
|
+
"continue": "Продължи",
|
|
5
|
+
"save": "Запази промените",
|
|
6
|
+
"cancel": "Отмени",
|
|
7
|
+
"edit": "Редактиране",
|
|
8
|
+
"done": "Готово",
|
|
9
|
+
"required": "{{entity}} е задължително"
|
|
10
|
+
},
|
|
11
|
+
"slack": {
|
|
12
|
+
"placeholder": "Канал за известия",
|
|
13
|
+
"channelName": "Име на канала",
|
|
14
|
+
"editPane": "Редактиране на интеграция с Slack",
|
|
15
|
+
"channelListRefreshToastr": "Списъкът с канали в Slack е актуализиран",
|
|
16
|
+
"channelListRefreshButton": "Актуализиране на списъка с канали",
|
|
17
|
+
"steps": {
|
|
18
|
+
"finish": "Приключи"
|
|
19
|
+
},
|
|
20
|
+
"connect": {
|
|
21
|
+
"title": "Свържете своя Slack акаунт",
|
|
22
|
+
"description": "Все още няма свързан Slack акаунт",
|
|
23
|
+
"loginButton": "Влезте в Slack"
|
|
24
|
+
},
|
|
25
|
+
"configure": {
|
|
26
|
+
"title": "Свързвате се с <a>{{teamName}}</a> работно пространство.",
|
|
27
|
+
"sendTo": "Изпрати до",
|
|
28
|
+
"sendToDescription": "Изберете Slack канал, който ще получава известия",
|
|
29
|
+
"refreshSlackChannelList": "Актуализиране на списъка с канали в Slack"
|
|
30
|
+
},
|
|
31
|
+
"finish": {
|
|
32
|
+
"title": "Успешно свързахте се с работното пространство {{teamName}}."
|
|
33
|
+
},
|
|
34
|
+
"settings": {
|
|
35
|
+
"title": "Свързани сте с <a>{{teamName}}</a> работно пространство"
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoSlack": {
|
|
3
|
+
"common": {
|
|
4
|
+
"continue": "Continuar",
|
|
5
|
+
"save": "Desar canvis",
|
|
6
|
+
"cancel": "Cancel·lar",
|
|
7
|
+
"edit": "Editar",
|
|
8
|
+
"done": "Fet",
|
|
9
|
+
"required": "{{entity}} és obligatori"
|
|
10
|
+
},
|
|
11
|
+
"slack": {
|
|
12
|
+
"placeholder": "Canal de notificació",
|
|
13
|
+
"channelName": "Nom del canal",
|
|
14
|
+
"editPane": "Editar la integració de Slack",
|
|
15
|
+
"channelListRefreshToastr": "La llista de canals de Slack s'ha actualitzat",
|
|
16
|
+
"channelListRefreshButton": "Actualitzar la llista de canals",
|
|
17
|
+
"steps": {
|
|
18
|
+
"finish": "Acabar"
|
|
19
|
+
},
|
|
20
|
+
"connect": {
|
|
21
|
+
"title": "Connecta la teva compta de Slack",
|
|
22
|
+
"description": "Encara no hi ha cap compta de Slack vinculada",
|
|
23
|
+
"loginButton": "Iniciar sessió a Slack"
|
|
24
|
+
},
|
|
25
|
+
"configure": {
|
|
26
|
+
"title": "Estàs connectant-te a <a>{{teamName}}</a> espai de treball.",
|
|
27
|
+
"sendTo": "Enviar a",
|
|
28
|
+
"sendToDescription": "Tria un canal de Slack que rebrà les notificacions",
|
|
29
|
+
"refreshSlackChannelList": "Actualitzar la llista de canals de Slack"
|
|
30
|
+
},
|
|
31
|
+
"finish": {
|
|
32
|
+
"title": "Estàs connectat amb èxit a l'espai de treball {{teamName}}."
|
|
33
|
+
},
|
|
34
|
+
"settings": {
|
|
35
|
+
"title": "Estàs conectat a <a>{{teamName}}</a> espai de treball"
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoSlack": {
|
|
3
|
+
"common": {
|
|
4
|
+
"continue": "Pokračovat",
|
|
5
|
+
"save": "Uložit změny",
|
|
6
|
+
"cancel": "Zrušit",
|
|
7
|
+
"edit": "Upravit",
|
|
8
|
+
"done": "Hotovo",
|
|
9
|
+
"required": "{{entity}} je povinný"
|
|
10
|
+
},
|
|
11
|
+
"slack": {
|
|
12
|
+
"placeholder": "Kanál oznámení",
|
|
13
|
+
"channelName": "Název kanálu",
|
|
14
|
+
"editPane": "Upravit integraci Slack",
|
|
15
|
+
"channelListRefreshToastr": "Seznam kanálů Slack byl aktualizován",
|
|
16
|
+
"channelListRefreshButton": "Obnovit seznam kanálů",
|
|
17
|
+
"steps": {
|
|
18
|
+
"finish": "Dokončit"
|
|
19
|
+
},
|
|
20
|
+
"connect": {
|
|
21
|
+
"title": "Připojte svůj účet Slack",
|
|
22
|
+
"description": "Zatím není propojen žádný účet Slack",
|
|
23
|
+
"loginButton": "Přihlásit se k Slacku"
|
|
24
|
+
},
|
|
25
|
+
"configure": {
|
|
26
|
+
"title": "Připojujete se k <a>{{teamName}}</a> pracovnímu prostoru.",
|
|
27
|
+
"sendTo": "Odeslat do",
|
|
28
|
+
"sendToDescription": "Vyberte kanál Slack, který bude přijímat oznámení",
|
|
29
|
+
"refreshSlackChannelList": "Obnovit seznam kanálů Slack"
|
|
30
|
+
},
|
|
31
|
+
"finish": {
|
|
32
|
+
"title": "Úspěšně jste se připojili k pracovnímu prostoru {{teamName}}."
|
|
33
|
+
},
|
|
34
|
+
"settings": {
|
|
35
|
+
"title": "Jste připojeni k <a>{{teamName}}</a> pracovnímu prostoru"
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoSlack": {
|
|
3
|
+
"common": {
|
|
4
|
+
"continue": "Fortsæt",
|
|
5
|
+
"save": "Gem ændringer",
|
|
6
|
+
"cancel": "Annuller",
|
|
7
|
+
"edit": "Rediger",
|
|
8
|
+
"done": "Udført",
|
|
9
|
+
"required": "{{entity}} er påkrævet"
|
|
10
|
+
},
|
|
11
|
+
"slack": {
|
|
12
|
+
"placeholder": "Notifikationskanal",
|
|
13
|
+
"channelName": "Kanalnavn",
|
|
14
|
+
"editPane": "Rediger Slack-integration",
|
|
15
|
+
"channelListRefreshToastr": "Slack-kanalliste er opdateret",
|
|
16
|
+
"channelListRefreshButton": "Opdater kanalliste",
|
|
17
|
+
"steps": {
|
|
18
|
+
"finish": "Afslut"
|
|
19
|
+
},
|
|
20
|
+
"connect": {
|
|
21
|
+
"title": "Forbind din Slack-konto",
|
|
22
|
+
"description": "Der er endnu ikke nogen sammenknyttet Slack-konto",
|
|
23
|
+
"loginButton": "Log ind på Slack"
|
|
24
|
+
},
|
|
25
|
+
"configure": {
|
|
26
|
+
"title": "Du forbinder til <a>{{teamName}}</a> arbejdsområde.",
|
|
27
|
+
"sendTo": "Send til",
|
|
28
|
+
"sendToDescription": "Vælg en Slack-kanal, der vil modtage notifikationer",
|
|
29
|
+
"refreshSlackChannelList": "Opdater Slack-kanalliste"
|
|
30
|
+
},
|
|
31
|
+
"finish": {
|
|
32
|
+
"title": "Du er successfully connected to {{teamName}} arbejdsområde."
|
|
33
|
+
},
|
|
34
|
+
"settings": {
|
|
35
|
+
"title": "Du er tilsluttet <a>{{teamName}}</a> arbejdsområde"
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
@@ -23,16 +23,16 @@
|
|
|
23
23
|
"loginButton": "Login to Slack"
|
|
24
24
|
},
|
|
25
25
|
"configure": {
|
|
26
|
-
"title": "You are connecting to <a>{{teamName}}</a> workspace.",
|
|
26
|
+
"title": "You are connecting to <a>{{teamName}}</a> Slack workspace.",
|
|
27
27
|
"sendTo": "Send to",
|
|
28
28
|
"sendToDescription": "Choose a Slack channel that will receive notifications",
|
|
29
29
|
"refreshSlackChannelList": "Refresh Slack channel list"
|
|
30
30
|
},
|
|
31
31
|
"finish": {
|
|
32
|
-
"title": "You are successfully connected to the {{teamName}} workspace."
|
|
32
|
+
"title": "You are successfully connected to the {{teamName}} Slack workspace."
|
|
33
33
|
},
|
|
34
34
|
"settings": {
|
|
35
|
-
"title": "You are connected to <a>{{teamName}}</a> workspace"
|
|
35
|
+
"title": "You are connected to <a>{{teamName}}</a> Slack workspace"
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoSlack": {
|
|
3
|
+
"common": {
|
|
4
|
+
"continue": "Continuar",
|
|
5
|
+
"save": "Guardar cambios",
|
|
6
|
+
"cancel": "Cancelar",
|
|
7
|
+
"edit": "Editar",
|
|
8
|
+
"done": "Hecho",
|
|
9
|
+
"required": "{{entity}} es requerido"
|
|
10
|
+
},
|
|
11
|
+
"slack": {
|
|
12
|
+
"placeholder": "Canal de notificaciones",
|
|
13
|
+
"channelName": "Nombre del canal",
|
|
14
|
+
"editPane": "Editar integración de Slack",
|
|
15
|
+
"channelListRefreshToastr": "La lista de canales de Slack ha sido actualizada",
|
|
16
|
+
"channelListRefreshButton": "Actualizar lista de canales",
|
|
17
|
+
"steps": {
|
|
18
|
+
"finish": "Finalizar"
|
|
19
|
+
},
|
|
20
|
+
"connect": {
|
|
21
|
+
"title": "Conecta tu cuenta de Slack",
|
|
22
|
+
"description": "Aún no hay ninguna cuenta de Slack vinculada",
|
|
23
|
+
"loginButton": "Iniciar sesión en Slack"
|
|
24
|
+
},
|
|
25
|
+
"configure": {
|
|
26
|
+
"title": "Te estás conectando al espacio de trabajo <a>{{teamName}}</a>.",
|
|
27
|
+
"sendTo": "Enviar a",
|
|
28
|
+
"sendToDescription": "Elige un canal de Slack que recibirá las notificaciones",
|
|
29
|
+
"refreshSlackChannelList": "Actualizar lista de canales de Slack"
|
|
30
|
+
},
|
|
31
|
+
"finish": {
|
|
32
|
+
"title": "Estás conectado exitosamente al espacio de trabajo {{teamName}}."
|
|
33
|
+
},
|
|
34
|
+
"settings": {
|
|
35
|
+
"title": "Estás conectado al espacio de trabajo <a>{{teamName}}</a>"
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoSlack": {
|
|
3
|
+
"common": {
|
|
4
|
+
"continue": "Jätka",
|
|
5
|
+
"save": "Salvesta muudatused",
|
|
6
|
+
"cancel": "Tühista",
|
|
7
|
+
"edit": "Muuda",
|
|
8
|
+
"done": "Valmis",
|
|
9
|
+
"required": "{{entity}} on kohustuslik"
|
|
10
|
+
},
|
|
11
|
+
"slack": {
|
|
12
|
+
"placeholder": "Teavituste kanal",
|
|
13
|
+
"channelName": "Kanalite nimi",
|
|
14
|
+
"editPane": "Muuda Slacki integratsiooni",
|
|
15
|
+
"channelListRefreshToastr": "Slacki kanalite nimekiri on uuendatud",
|
|
16
|
+
"channelListRefreshButton": "Uuenda kanalite nimekirja",
|
|
17
|
+
"steps": {
|
|
18
|
+
"finish": "Lõpeta"
|
|
19
|
+
},
|
|
20
|
+
"connect": {
|
|
21
|
+
"title": "Ühenda oma Slacki konto",
|
|
22
|
+
"description": "Seotud Slacki kontot ei ole veel",
|
|
23
|
+
"loginButton": "Logi sisse Slacki"
|
|
24
|
+
},
|
|
25
|
+
"configure": {
|
|
26
|
+
"title": "Sa ühendad <a>{{teamName}}</a> tööruumi.",
|
|
27
|
+
"sendTo": "Saada",
|
|
28
|
+
"sendToDescription": "Vali Slacki kanal, mis saab teavitusi",
|
|
29
|
+
"refreshSlackChannelList": "Uuenda Slacki kanalite nimekirja"
|
|
30
|
+
},
|
|
31
|
+
"finish": {
|
|
32
|
+
"title": "Oled edukalt ühendatud {{teamName}} tööruumiga."
|
|
33
|
+
},
|
|
34
|
+
"settings": {
|
|
35
|
+
"title": "Oled ühendatud <a>{{teamName}}</a> tööruumiga"
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoSlack": {
|
|
3
|
+
"common": {
|
|
4
|
+
"continue": "Jatka",
|
|
5
|
+
"save": "Tallenna muutokset",
|
|
6
|
+
"cancel": "Peruuta",
|
|
7
|
+
"edit": "Muokkaa",
|
|
8
|
+
"done": "Valmis",
|
|
9
|
+
"required": "{{entity}} on pakollinen"
|
|
10
|
+
},
|
|
11
|
+
"slack": {
|
|
12
|
+
"placeholder": "Ilmoituskanava",
|
|
13
|
+
"channelName": "Kanavan nimi",
|
|
14
|
+
"editPane": "Muokkaa Slack-integraatiota",
|
|
15
|
+
"channelListRefreshToastr": "Slack-kanavien lista on päivitetty",
|
|
16
|
+
"channelListRefreshButton": "Päivitä kanavien lista",
|
|
17
|
+
"steps": {
|
|
18
|
+
"finish": "Valmis"
|
|
19
|
+
},
|
|
20
|
+
"connect": {
|
|
21
|
+
"title": "Yhdistä Slack-tilisi",
|
|
22
|
+
"description": "Slack-tiliä ei ole vielä linkitetty",
|
|
23
|
+
"loginButton": "Kirjaudu Slackiin"
|
|
24
|
+
},
|
|
25
|
+
"configure": {
|
|
26
|
+
"title": "Olet yhdistämässä <a>{{teamName}}</a> työtilaa.",
|
|
27
|
+
"sendTo": "Lähetä",
|
|
28
|
+
"sendToDescription": "Valitse Slack-kanava, joka vastaanottaa ilmoitukset",
|
|
29
|
+
"refreshSlackChannelList": "Päivitä Slack-kanavien lista"
|
|
30
|
+
},
|
|
31
|
+
"finish": {
|
|
32
|
+
"title": "Olet onnistuneesti yhdistetty {{teamName}} työtilaan."
|
|
33
|
+
},
|
|
34
|
+
"settings": {
|
|
35
|
+
"title": "Olet yhdistetty <a>{{teamName}}</a> työtilaan"
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoSlack": {
|
|
3
|
+
"common": {
|
|
4
|
+
"continue": "Magpatuloy",
|
|
5
|
+
"save": "I-save ang mga pagbabago",
|
|
6
|
+
"cancel": "Kanselahin",
|
|
7
|
+
"edit": "I-edit",
|
|
8
|
+
"done": "Tapos na",
|
|
9
|
+
"required": "Ang {{entity}} ay kinakailangan"
|
|
10
|
+
},
|
|
11
|
+
"slack": {
|
|
12
|
+
"placeholder": "Channel ng Notification",
|
|
13
|
+
"channelName": "Pangalan ng Channel",
|
|
14
|
+
"editPane": "I-edit ang Slack integration",
|
|
15
|
+
"channelListRefreshToastr": "Na-update ang listahan ng mga Slack channel",
|
|
16
|
+
"channelListRefreshButton": "I-refresh ang listahan ng mga channel",
|
|
17
|
+
"steps": {
|
|
18
|
+
"finish": "Tapos na"
|
|
19
|
+
},
|
|
20
|
+
"connect": {
|
|
21
|
+
"title": "Ikonekta ang iyong Slack account",
|
|
22
|
+
"description": "Wala pang nakalinking Slack account",
|
|
23
|
+
"loginButton": "Mag-login sa Slack"
|
|
24
|
+
},
|
|
25
|
+
"configure": {
|
|
26
|
+
"title": "Ikaw ay kumokonekta sa <a>{{teamName}}</a> workspace.",
|
|
27
|
+
"sendTo": "Ipadala sa",
|
|
28
|
+
"sendToDescription": "Pumili ng Slack channel na tatanggap ng mga notification",
|
|
29
|
+
"refreshSlackChannelList": "I-refresh ang listahan ng Slack channel"
|
|
30
|
+
},
|
|
31
|
+
"finish": {
|
|
32
|
+
"title": "Ikaw ay matagumpay na nakakonekta sa {{teamName}} workspace."
|
|
33
|
+
},
|
|
34
|
+
"settings": {
|
|
35
|
+
"title": "Ikaw ay konektado sa <a>{{teamName}}</a> workspace"
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoSlack": {
|
|
3
|
+
"common": {
|
|
4
|
+
"continue": "जारी रखें",
|
|
5
|
+
"save": "परिवर्तन सहेजें",
|
|
6
|
+
"cancel": "रद्द करें",
|
|
7
|
+
"edit": "संपादित करें",
|
|
8
|
+
"done": "पूरा हुआ",
|
|
9
|
+
"required": "{{entity}} आवश्यक है"
|
|
10
|
+
},
|
|
11
|
+
"slack": {
|
|
12
|
+
"placeholder": "सूचना चैनल",
|
|
13
|
+
"channelName": "चैनल नाम",
|
|
14
|
+
"editPane": "Slack एकीकरण संपादित करें",
|
|
15
|
+
"channelListRefreshToastr": "Slack चैनलों की सूची अपडेट हो गई है",
|
|
16
|
+
"channelListRefreshButton": "चैनलों की सूची ताज़ा करें",
|
|
17
|
+
"steps": {
|
|
18
|
+
"finish": "समाप्त करें"
|
|
19
|
+
},
|
|
20
|
+
"connect": {
|
|
21
|
+
"title": "अपना Slack खाता कनेक्ट करें",
|
|
22
|
+
"description": "अभी कोई लिंक किया गया Slack खाता नहीं है",
|
|
23
|
+
"loginButton": "Slack में लॉगिन करें"
|
|
24
|
+
},
|
|
25
|
+
"configure": {
|
|
26
|
+
"title": "आप <a>{{teamName}}</a> कार्यक्षेत्र से कनेक्ट कर रहे हैं।",
|
|
27
|
+
"sendTo": "भेजें",
|
|
28
|
+
"sendToDescription": "एक Slack चैनल चुनें जो सूचनाएँ प्राप्त करेगा",
|
|
29
|
+
"refreshSlackChannelList": "Slack चैनल सूची ताज़ा करें"
|
|
30
|
+
},
|
|
31
|
+
"finish": {
|
|
32
|
+
"title": "आप सफलतापूर्वक {{teamName}} कार्यक्षेत्र से जुड़े हुए हैं।"
|
|
33
|
+
},
|
|
34
|
+
"settings": {
|
|
35
|
+
"title": "आप <a>{{teamName}}</a> कार्यक्षेत्र से जुड़े हुए हैं।"
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoSlack": {
|
|
3
|
+
"common": {
|
|
4
|
+
"continue": "Nastavi",
|
|
5
|
+
"save": "Spremi promjene",
|
|
6
|
+
"cancel": "Otkaži",
|
|
7
|
+
"edit": "Uredi",
|
|
8
|
+
"done": "Gotovo",
|
|
9
|
+
"required": "{{entity}} je obavezno"
|
|
10
|
+
},
|
|
11
|
+
"slack": {
|
|
12
|
+
"placeholder": "Kanal obavijesti",
|
|
13
|
+
"channelName": "Ime kanala",
|
|
14
|
+
"editPane": "Uredi Slack integraciju",
|
|
15
|
+
"channelListRefreshToastr": "Popis Slack kanala je ažuriran",
|
|
16
|
+
"channelListRefreshButton": "Osvježi popis kanala",
|
|
17
|
+
"steps": {
|
|
18
|
+
"finish": "Završi"
|
|
19
|
+
},
|
|
20
|
+
"connect": {
|
|
21
|
+
"title": "Povežite svoj Slack račun",
|
|
22
|
+
"description": "Još uvijek nema povezanog Slack računa",
|
|
23
|
+
"loginButton": "Prijavi se na Slack"
|
|
24
|
+
},
|
|
25
|
+
"configure": {
|
|
26
|
+
"title": "Povezujete se s <a>{{teamName}}</a> radnim prostorom.",
|
|
27
|
+
"sendTo": "Pošaljite na",
|
|
28
|
+
"sendToDescription": "Odaberite Slack kanal koji će primati obavijesti",
|
|
29
|
+
"refreshSlackChannelList": "Osvježi popis Slack kanala"
|
|
30
|
+
},
|
|
31
|
+
"finish": {
|
|
32
|
+
"title": "Uspješno ste se povezali s radnim prostorom {{teamName}}."
|
|
33
|
+
},
|
|
34
|
+
"settings": {
|
|
35
|
+
"title": "Povezani ste s <a>{{teamName}}</a> radnim prostorom"
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoSlack": {
|
|
3
|
+
"common": {
|
|
4
|
+
"continue": "Lanjutkan",
|
|
5
|
+
"save": "Simpan perubahan",
|
|
6
|
+
"cancel": "Batal",
|
|
7
|
+
"edit": "Edit",
|
|
8
|
+
"done": "Selesai",
|
|
9
|
+
"required": "{{entity}} diperlukan"
|
|
10
|
+
},
|
|
11
|
+
"slack": {
|
|
12
|
+
"placeholder": "Saluran Notifikasi",
|
|
13
|
+
"channelName": "Nama Saluran",
|
|
14
|
+
"editPane": "Edit integrasi Slack",
|
|
15
|
+
"channelListRefreshToastr": "Daftar saluran Slack diperbarui",
|
|
16
|
+
"channelListRefreshButton": "Segarkan daftar saluran",
|
|
17
|
+
"steps": {
|
|
18
|
+
"finish": "Selesai"
|
|
19
|
+
},
|
|
20
|
+
"connect": {
|
|
21
|
+
"title": "Hubungkan akun Slack Anda",
|
|
22
|
+
"description": "Belum ada akun Slack yang terhubung",
|
|
23
|
+
"loginButton": "Masuk ke Slack"
|
|
24
|
+
},
|
|
25
|
+
"configure": {
|
|
26
|
+
"title": "Anda sedang menghubungkan ke <a>{{teamName}}</a> ruang kerja.",
|
|
27
|
+
"sendTo": "Kirim ke",
|
|
28
|
+
"sendToDescription": "Pilih saluran Slack yang akan menerima notifikasi",
|
|
29
|
+
"refreshSlackChannelList": "Segarkan daftar saluran Slack"
|
|
30
|
+
},
|
|
31
|
+
"finish": {
|
|
32
|
+
"title": "Anda berhasil terhubung ke ruang kerja {{teamName}}."
|
|
33
|
+
},
|
|
34
|
+
"settings": {
|
|
35
|
+
"title": "Anda terhubung ke <a>{{teamName}}</a> ruang kerja"
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoSlack": {
|
|
3
|
+
"common": {
|
|
4
|
+
"continue": "Continua",
|
|
5
|
+
"save": "Salva modifiche",
|
|
6
|
+
"cancel": "Annulla",
|
|
7
|
+
"edit": "Modifica",
|
|
8
|
+
"done": "Fatto",
|
|
9
|
+
"required": "{{entity}} è obbligatorio"
|
|
10
|
+
},
|
|
11
|
+
"slack": {
|
|
12
|
+
"placeholder": "Canale di notifica",
|
|
13
|
+
"channelName": "Nome canale",
|
|
14
|
+
"editPane": "Modifica integrazione Slack",
|
|
15
|
+
"channelListRefreshToastr": "L'elenco dei canali Slack è stato aggiornato",
|
|
16
|
+
"channelListRefreshButton": "Aggiorna l'elenco dei canali",
|
|
17
|
+
"steps": {
|
|
18
|
+
"finish": "Fine"
|
|
19
|
+
},
|
|
20
|
+
"connect": {
|
|
21
|
+
"title": "Collega il tuo account Slack",
|
|
22
|
+
"description": "Non c'è ancora un account Slack collegato",
|
|
23
|
+
"loginButton": "Accedi a Slack"
|
|
24
|
+
},
|
|
25
|
+
"configure": {
|
|
26
|
+
"title": "Stai collegando al workspace <a>{{teamName}}</a>.",
|
|
27
|
+
"sendTo": "Invia a",
|
|
28
|
+
"sendToDescription": "Scegli un canale Slack che riceverà le notifiche",
|
|
29
|
+
"refreshSlackChannelList": "Aggiorna l'elenco dei canali Slack"
|
|
30
|
+
},
|
|
31
|
+
"finish": {
|
|
32
|
+
"title": "Sei connesso con successo al workspace {{teamName}}."
|
|
33
|
+
},
|
|
34
|
+
"settings": {
|
|
35
|
+
"title": "Sei connesso al workspace <a>{{teamName}}</a>"
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoSlack": {
|
|
3
|
+
"common": {
|
|
4
|
+
"continue": "続行",
|
|
5
|
+
"save": "変更を保存",
|
|
6
|
+
"cancel": "キャンセル",
|
|
7
|
+
"edit": "編集",
|
|
8
|
+
"done": "完了",
|
|
9
|
+
"required": "{{entity}} は必須です"
|
|
10
|
+
},
|
|
11
|
+
"slack": {
|
|
12
|
+
"placeholder": "通知チャンネル",
|
|
13
|
+
"channelName": "チャンネル名",
|
|
14
|
+
"editPane": "Slack統合を編集",
|
|
15
|
+
"channelListRefreshToastr": "Slackチャンネルリストが更新されました",
|
|
16
|
+
"channelListRefreshButton": "チャンネルリストを更新",
|
|
17
|
+
"steps": {
|
|
18
|
+
"finish": "終了"
|
|
19
|
+
},
|
|
20
|
+
"connect": {
|
|
21
|
+
"title": "Slackアカウントを接続",
|
|
22
|
+
"description": "まだリンクされたSlackアカウントはありません",
|
|
23
|
+
"loginButton": "Slackにログイン"
|
|
24
|
+
},
|
|
25
|
+
"configure": {
|
|
26
|
+
"title": "<a>{{teamName}}</a> ワークスペースに接続しています。",
|
|
27
|
+
"sendTo": "送信先",
|
|
28
|
+
"sendToDescription": "通知を受け取るSlackチャンネルを選択",
|
|
29
|
+
"refreshSlackChannelList": "Slackチャンネルリストを更新"
|
|
30
|
+
},
|
|
31
|
+
"finish": {
|
|
32
|
+
"title": "{{teamName}} ワークスペースに正常に接続されました。"
|
|
33
|
+
},
|
|
34
|
+
"settings": {
|
|
35
|
+
"title": "<a>{{teamName}}</a> ワークスペースに接続されています"
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoSlack": {
|
|
3
|
+
"common": {
|
|
4
|
+
"continue": "계속",
|
|
5
|
+
"save": "변경 사항 저장",
|
|
6
|
+
"cancel": "취소",
|
|
7
|
+
"edit": "편집",
|
|
8
|
+
"done": "완료",
|
|
9
|
+
"required": "{{entity}}는 필수입니다"
|
|
10
|
+
},
|
|
11
|
+
"slack": {
|
|
12
|
+
"placeholder": "알림 채널",
|
|
13
|
+
"channelName": "채널 이름",
|
|
14
|
+
"editPane": "Slack 통합 편집",
|
|
15
|
+
"channelListRefreshToastr": "Slack 채널 목록이 업데이트되었습니다",
|
|
16
|
+
"channelListRefreshButton": "채널 목록 새로 고침",
|
|
17
|
+
"steps": {
|
|
18
|
+
"finish": "완료"
|
|
19
|
+
},
|
|
20
|
+
"connect": {
|
|
21
|
+
"title": "Slack 계정 연결",
|
|
22
|
+
"description": "아직 연결된 Slack 계정이 없습니다",
|
|
23
|
+
"loginButton": "Slack에 로그인"
|
|
24
|
+
},
|
|
25
|
+
"configure": {
|
|
26
|
+
"title": "당신은 <a>{{teamName}}</a> 작업 공간에 연결하고 있습니다.",
|
|
27
|
+
"sendTo": "보내기",
|
|
28
|
+
"sendToDescription": "알림을 받을 Slack 채널을 선택하세요",
|
|
29
|
+
"refreshSlackChannelList": "Slack 채널 목록 새로 고침"
|
|
30
|
+
},
|
|
31
|
+
"finish": {
|
|
32
|
+
"title": "당신은 {{teamName}} 작업 공간에 성공적으로 연결되었습니다."
|
|
33
|
+
},
|
|
34
|
+
"settings": {
|
|
35
|
+
"title": "당신은 <a>{{teamName}}</a> 작업 공간에 연결되었습니다"
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoSlack": {
|
|
3
|
+
"common": {
|
|
4
|
+
"continue": "Doorgaan",
|
|
5
|
+
"save": "Wijzigingen opslaan",
|
|
6
|
+
"cancel": "Annuleren",
|
|
7
|
+
"edit": "Bewerken",
|
|
8
|
+
"done": "Klaar",
|
|
9
|
+
"required": "{{entity}} is vereist"
|
|
10
|
+
},
|
|
11
|
+
"slack": {
|
|
12
|
+
"placeholder": "Meldingskanaal",
|
|
13
|
+
"channelName": "Kanaalnaam",
|
|
14
|
+
"editPane": "Bewerk Slack-integratie",
|
|
15
|
+
"channelListRefreshToastr": "Lijst met Slack-kanalen is bijgewerkt",
|
|
16
|
+
"channelListRefreshButton": "Vernieuw kanaallijst",
|
|
17
|
+
"steps": {
|
|
18
|
+
"finish": "Voltooien"
|
|
19
|
+
},
|
|
20
|
+
"connect": {
|
|
21
|
+
"title": "Verbind je Slack-account",
|
|
22
|
+
"description": "Er is nog geen gekoppeld Slack-account",
|
|
23
|
+
"loginButton": "Inloggen bij Slack"
|
|
24
|
+
},
|
|
25
|
+
"configure": {
|
|
26
|
+
"title": "Je verbindt met <a>{{teamName}}</a> werkruimte.",
|
|
27
|
+
"sendTo": "Verzenden naar",
|
|
28
|
+
"sendToDescription": "Kies een Slack-kanaal dat meldingen zal ontvangen",
|
|
29
|
+
"refreshSlackChannelList": "Vernieuw Slack-kanaallijst"
|
|
30
|
+
},
|
|
31
|
+
"finish": {
|
|
32
|
+
"title": "Je bent succesvol verbonden met de {{teamName}} werkruimte."
|
|
33
|
+
},
|
|
34
|
+
"settings": {
|
|
35
|
+
"title": "Je bent verbonden met <a>{{teamName}}</a> werkruimte"
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|