@bigbinary/neeto-slack-frontend 3.1.9 → 3.1.11
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/de.json +39 -0
- package/app/javascript/src/translations/es-MX.json +39 -0
- package/app/javascript/src/translations/es.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/fr.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 +13 -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
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoSlack": {
|
|
3
|
+
"common": {
|
|
4
|
+
"continue": "Fortfahren",
|
|
5
|
+
"save": "Änderungen speichern",
|
|
6
|
+
"cancel": "Abbrechen",
|
|
7
|
+
"edit": "Bearbeiten",
|
|
8
|
+
"done": "Fertig",
|
|
9
|
+
"required": "{{entity}} ist erforderlich"
|
|
10
|
+
},
|
|
11
|
+
"slack": {
|
|
12
|
+
"placeholder": "Benachrichtigungskanal",
|
|
13
|
+
"channelName": "Kanalname",
|
|
14
|
+
"editPane": "Slack-Integration bearbeiten",
|
|
15
|
+
"channelListRefreshToastr": "Die Liste der Slack-Kanäle wurde aktualisiert",
|
|
16
|
+
"channelListRefreshButton": "KanalListe aktualisieren",
|
|
17
|
+
"steps": {
|
|
18
|
+
"finish": "Fertigstellen"
|
|
19
|
+
},
|
|
20
|
+
"connect": {
|
|
21
|
+
"title": "Verknüpfen Sie Ihr Slack-Konto",
|
|
22
|
+
"description": "Es gibt noch kein verknüpftes Slack-Konto",
|
|
23
|
+
"loginButton": "Bei Slack anmelden"
|
|
24
|
+
},
|
|
25
|
+
"configure": {
|
|
26
|
+
"title": "Sie verbinden sich mit dem <a>{{teamName}}</a> Arbeitsbereich.",
|
|
27
|
+
"sendTo": "Senden an",
|
|
28
|
+
"sendToDescription": "Wählen Sie einen Slack-Kanal aus, der Benachrichtigungen erhalten soll",
|
|
29
|
+
"refreshSlackChannelList": "Slack-Kanalliste aktualisieren"
|
|
30
|
+
},
|
|
31
|
+
"finish": {
|
|
32
|
+
"title": "Sie sind erfolgreich mit dem {{teamName}} Arbeitsbereich verbunden."
|
|
33
|
+
},
|
|
34
|
+
"settings": {
|
|
35
|
+
"title": "Sie sind mit dem <a>{{teamName}}</a> Arbeitsbereich verbunden"
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
@@ -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": "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 notificación",
|
|
13
|
+
"channelName": "Nombre del canal",
|
|
14
|
+
"editPane": "Editar integración de Slack",
|
|
15
|
+
"channelListRefreshToastr": "La lista de canales de Slack está actualizada",
|
|
16
|
+
"channelListRefreshButton": "Actualizar lista de canales",
|
|
17
|
+
"steps": {
|
|
18
|
+
"finish": "Terminar"
|
|
19
|
+
},
|
|
20
|
+
"connect": {
|
|
21
|
+
"title": "Conecta tu cuenta de Slack",
|
|
22
|
+
"description": "Aún no hay una 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": "Continuer",
|
|
5
|
+
"save": "Sauvegarder les modifications",
|
|
6
|
+
"cancel": "Annuler",
|
|
7
|
+
"edit": "Éditer",
|
|
8
|
+
"done": "Terminé",
|
|
9
|
+
"required": "{{entity}} est requis"
|
|
10
|
+
},
|
|
11
|
+
"slack": {
|
|
12
|
+
"placeholder": "Canal de notification",
|
|
13
|
+
"channelName": "Nom du canal",
|
|
14
|
+
"editPane": "Modifier l'intégration Slack",
|
|
15
|
+
"channelListRefreshToastr": "La liste des canaux Slack est mise à jour",
|
|
16
|
+
"channelListRefreshButton": "Rafraîchir la liste des canaux",
|
|
17
|
+
"steps": {
|
|
18
|
+
"finish": "Terminer"
|
|
19
|
+
},
|
|
20
|
+
"connect": {
|
|
21
|
+
"title": "Connectez votre compte Slack",
|
|
22
|
+
"description": "Aucun compte Slack lié pour le moment",
|
|
23
|
+
"loginButton": "Se connecter à Slack"
|
|
24
|
+
},
|
|
25
|
+
"configure": {
|
|
26
|
+
"title": "Vous vous connectez à l'espace de travail <a>{{teamName}}</a>.",
|
|
27
|
+
"sendTo": "Envoyer à",
|
|
28
|
+
"sendToDescription": "Choisissez un canal Slack qui recevra les notifications",
|
|
29
|
+
"refreshSlackChannelList": "Rafraîchir la liste des canaux Slack"
|
|
30
|
+
},
|
|
31
|
+
"finish": {
|
|
32
|
+
"title": "Vous êtes connecté avec succès à l'espace de travail {{teamName}}."
|
|
33
|
+
},
|
|
34
|
+
"settings": {
|
|
35
|
+
"title": "Vous êtes connecté à l'espace de travail <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": "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
|
+
}
|