mirror of
https://github.com/wekan/wekan.git
synced 2025-12-21 01:40:13 +01:00
Updated translations.
This commit is contained in:
parent
f049a44280
commit
2ae344e685
126 changed files with 139521 additions and 148066 deletions
51
.tx/config
51
.tx/config
|
|
@ -1,10 +1,55 @@
|
||||||
|
# This is the configuration of the Transifex tool that we use to manage the
|
||||||
|
# translations on Wekan. Documentation at: http://docs.transifex.com/client.
|
||||||
|
#
|
||||||
|
# Push
|
||||||
|
# ====
|
||||||
|
#
|
||||||
|
# It is recommended that contributors use the Transifex web UI to create and
|
||||||
|
# edit translated strings. However in case a contributor has directly jumped
|
||||||
|
# into the code and made its translations in the corresponding i18n.json file
|
||||||
|
# we can push it using
|
||||||
|
#
|
||||||
|
# > tx push -t -l ar
|
||||||
|
#
|
||||||
|
# Where `ar` is the language identifier. In addition, the project maintainer
|
||||||
|
# should push the English source file to Transifex at least before each release
|
||||||
|
# candidate using:
|
||||||
|
#
|
||||||
|
# > tx push -s
|
||||||
|
#
|
||||||
|
# Pull
|
||||||
|
# ====
|
||||||
|
#
|
||||||
|
# The set of accepted language is directly managed in Transifex, the only
|
||||||
|
# restriction we define to bundle a new language in the application, is that its
|
||||||
|
# completion is at least at 75%.
|
||||||
|
#
|
||||||
|
# We use:
|
||||||
|
#
|
||||||
|
# > tx pull
|
||||||
|
#
|
||||||
|
# to download new versions of existing translations, and
|
||||||
|
#
|
||||||
|
# > tx pull -a --minimum-perc=75
|
||||||
|
#
|
||||||
|
# to download new sufficiently advanced translations.
|
||||||
|
|
||||||
[main]
|
[main]
|
||||||
host = https://www.transifex.com
|
host = https://www.transifex.com
|
||||||
lang_map = az@latin: az-LA, ja-Hira: ja-HI, fi_FI: fi, zh_Hans: zh-Hans, ar_DZ: ar-DZ, en_MY: en-MY, ms_MY: ms-MY, ru_UA: ru-UA, vep: ve-PP, hu_HU: hu, war: wa-RR, es_TX: es-TX, gu_IN: gu-IN, mn_MN: mn, ko_KR: ko-KR, uz@Arab: uz-AR, es_CL: es-CL, es_PY: es-PY, uk_UA: uk-UA, vec: ve-CC, gl_ES: gl-ES, hi_IN: hi-IN, ro_RO: ro-RO, vls: vl-SS, el_GR: el-GR, sl_SI: sl, uz_UZ: uz-UZ, en_BR: en-BR, pt_BR: pt-BR, de_AT: de-AT, en_DE: en-DE, en_IT: en-IT, et_EE: et-EE, ast_ES: ast-ES, es_MX: es-MX, zh_HK: zh-HK, az_AZ: az-AZ, ja_JP: ja, he_IL: he-IL, id_ID: id, nl_NL: nl-NL, cs_CZ: cs-CZ, en_GB: en-GB, ar_EG: ar-EG, bg_BG: bg, en@ysv: en-YS, es_PE: es-PE, zh_TW: zh-TW, de_CH: de-CH, zu_ZA: zu-ZA, fr_FR: fr-FR, lv_LV: lv, pl_PL: pl-PL, uz@Latn: uz-LA, vi_VN: vi-VN, zh_CN: zh-CN, es_AR: es-AR, fr_CH: fr-CH, fy_NL: fy-NL, cy_GB: cy-GB, es_419: es-LA, fa_IR: fa-IR
|
# tap:i18n requires us to use `-` separator in the language identifiers whereas
|
||||||
|
# Transifex uses a `_` separator, without an option to customize it on one side
|
||||||
|
# or the other, so we need to do a Manual mapping.
|
||||||
|
lang_map = ar_DZ:ar-DZ, ar_EG:ar-EG, az_AZ:az-AZ, az@latin:az-LA, bg_BG:bg, cs_CZ:cs-CZ, cy_GB:cy-GB, de_AT:de-AT, de_CH:de-CH, en_BR:en-BR, en_DE:en-DE, en_IT:en-IT, en_GB:en-GB, en_MY:en-MY, et_EE:et-EE, ast_ES:ast-ES, es_AR:es-AR, en@ysv:en-YS, es_CL:es-CL, es_419:es-LA, es_PE:es-PE, es_MX:es-MX, es_TX:es-TX, es_PY:es-PY, el_GR:el-GR, fa_IR:fa-IR, ja-Hira:ja-HI, ja_JP:ja, fi_FI:fi, fr_FR:fr-FR, fr_CH:fr-CH, fy_NL:fy-NL, gl_ES:gl-ES, gu_IN:gu-IN, he_IL:he-IL, hi_IN:hi-IN, hu_HU:hu, id_ID:id, mn_MN:mn, ms_MY:ms-MY, nl_NL:nl-NL, ko_KR:ko-KR, lv_LV:lv, pl_PL:pl-PL, pt_BR:pt-BR, ro_RO:ro-RO, ru_UA:ru-UA, sl_SI:sl, uk_UA:uk-UA, uz@Arab:uz-AR, uz@Latn:uz-LA, uz_UZ:uz-UZ, vec:ve-CC, vep:ve-PP, vls:vl-SS, war:wa-RR, vi_VN:vi-VN, zh_CN:zh-CN, zh_TW:zh-TW, zh_Hans:zh-Hans, zh_HK:zh-HK, zu_ZA:zu-ZA
|
||||||
|
|
||||||
[o:wekan:p:wekan:r:application]
|
[wekan.application]
|
||||||
file_filter = imports/i18n/data/<lang>.i18n.json
|
file_filter = imports/i18n/data/<lang>.i18n.json
|
||||||
source_file = imports/i18n/data/en.i18n.json
|
|
||||||
source_lang = en
|
source_lang = en
|
||||||
type = KEYVALUEJSON
|
type = KEYVALUEJSON
|
||||||
|
|
||||||
|
# We might have a dedicated second resource later to translate the “Welcome
|
||||||
|
# Board” data.
|
||||||
|
#
|
||||||
|
# [wekan.welcomeBoard]
|
||||||
|
# file_filter = private/welcomeBoard/<lang>.json
|
||||||
|
# source_lang = en
|
||||||
|
# type = KEYVALUEJSON
|
||||||
|
|
|
||||||
|
|
@ -1,55 +0,0 @@
|
||||||
# This is the configuration of the Transifex tool that we use to manage the
|
|
||||||
# translations on Wekan. Documentation at: http://docs.transifex.com/client.
|
|
||||||
#
|
|
||||||
# Push
|
|
||||||
# ====
|
|
||||||
#
|
|
||||||
# It is recommended that contributors use the Transifex web UI to create and
|
|
||||||
# edit translated strings. However in case a contributor has directly jumped
|
|
||||||
# into the code and made its translations in the corresponding i18n.json file
|
|
||||||
# we can push it using
|
|
||||||
#
|
|
||||||
# > tx push -t -l ar
|
|
||||||
#
|
|
||||||
# Where `ar` is the language identifier. In addition, the project maintainer
|
|
||||||
# should push the English source file to Transifex at least before each release
|
|
||||||
# candidate using:
|
|
||||||
#
|
|
||||||
# > tx push -s
|
|
||||||
#
|
|
||||||
# Pull
|
|
||||||
# ====
|
|
||||||
#
|
|
||||||
# The set of accepted language is directly managed in Transifex, the only
|
|
||||||
# restriction we define to bundle a new language in the application, is that its
|
|
||||||
# completion is at least at 75%.
|
|
||||||
#
|
|
||||||
# We use:
|
|
||||||
#
|
|
||||||
# > tx pull
|
|
||||||
#
|
|
||||||
# to download new versions of existing translations, and
|
|
||||||
#
|
|
||||||
# > tx pull -a --minimum-perc=75
|
|
||||||
#
|
|
||||||
# to download new sufficiently advanced translations.
|
|
||||||
|
|
||||||
[main]
|
|
||||||
host = https://www.transifex.com
|
|
||||||
# tap:i18n requires us to use `-` separator in the language identifiers whereas
|
|
||||||
# Transifex uses a `_` separator, without an option to customize it on one side
|
|
||||||
# or the other, so we need to do a Manual mapping.
|
|
||||||
lang_map = ar_DZ:ar-DZ, ar_EG:ar-EG, az_AZ:az-AZ, az@latin:az-LA, bg_BG:bg, cs_CZ:cs-CZ, cy_GB:cy-GB, de_AT:de-AT, de_CH:de-CH, en_BR:en-BR, en_DE:en-DE, en_IT:en-IT, en_GB:en-GB, en_MY:en-MY, et_EE:et-EE, ast_ES:ast-ES, es_AR:es-AR, en@ysv:en-YS, es_CL:es-CL, es_419:es-LA, es_PE:es-PE, es_MX:es-MX, es_TX:es-TX, es_PY:es-PY, el_GR:el-GR, fa_IR:fa-IR, ja-Hira:ja-HI, ja_JP:ja, fi_FI:fi, fr_FR:fr-FR, fr_CH:fr-CH, fy_NL:fy-NL, gl_ES:gl-ES, gu_IN:gu-IN, he_IL:he-IL, hi_IN:hi-IN, hu_HU:hu, id_ID:id, mn_MN:mn, ms_MY:ms-MY, nl_NL:nl-NL, ko_KR:ko-KR, lv_LV:lv, pl_PL:pl-PL, pt_BR:pt-BR, ro_RO:ro-RO, ru_UA:ru-UA, sl_SI:sl, uk_UA:uk-UA, uz@Arab:uz-AR, uz@Latn:uz-LA, uz_UZ:uz-UZ, vec:ve-CC, vep:ve-PP, vls:vl-SS, war:wa-RR, vi_VN:vi-VN, zh_CN:zh-CN, zh_TW:zh-TW, zh_Hans:zh-Hans, zh_HK:zh-HK, zu_ZA:zu-ZA
|
|
||||||
|
|
||||||
[wekan.application]
|
|
||||||
file_filter = imports/i18n/data/<lang>.i18n.json
|
|
||||||
source_lang = en
|
|
||||||
type = KEYVALUEJSON
|
|
||||||
|
|
||||||
# We might have a dedicated second resource later to translate the “Welcome
|
|
||||||
# Board” data.
|
|
||||||
#
|
|
||||||
# [wekan.welcomeBoard]
|
|
||||||
# file_filter = private/welcomeBoard/<lang>.json
|
|
||||||
# source_lang = en
|
|
||||||
# type = KEYVALUEJSON
|
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Full Name",
|
"fullname": "Full Name",
|
||||||
"header-logo-title": "Go back to your boards page.",
|
"header-logo-title": "Go back to your boards page.",
|
||||||
"hide-system-messages": "Hide system messages",
|
"hide-system-messages": "Hide system messages",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Card",
|
"card": "Card",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Full Name",
|
"fullname": "Full Name",
|
||||||
"header-logo-title": "Go back to your boards page.",
|
"header-logo-title": "Go back to your boards page.",
|
||||||
"hide-system-messages": "Hide system messages",
|
"hide-system-messages": "Hide system messages",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Card",
|
"card": "Card",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -71,7 +71,7 @@
|
||||||
"add": "أضف",
|
"add": "أضف",
|
||||||
"activity-checked-item-card": "checked %s in checklist %s",
|
"activity-checked-item-card": "checked %s in checklist %s",
|
||||||
"activity-unchecked-item-card": "unchecked %s in checklist %s",
|
"activity-unchecked-item-card": "unchecked %s in checklist %s",
|
||||||
"activity-checklist-completed-card": "قائمة تأكد مكتملة__عنصر قائمة التأكد__لقائمة التأكد__قائمة التأكد__ لكرت__الكرت__في قائمة__القائمة__في المنطقة العائمة__المنطقة العائمة__في اللوح__اللوح__",
|
"activity-checklist-completed-card": "قائمة تأكد مكتماة__عنصر قائمة التأكد__لقائمة التأكد__قائمة التأكد__ لكرت__الكرت__في قائمة__القائمة__في المنطقة العائمة__المنطقة العائمة__في اللوح__اللوح__",
|
||||||
"activity-checklist-uncompleted-card": "uncompleted the checklist %s",
|
"activity-checklist-uncompleted-card": "uncompleted the checklist %s",
|
||||||
"activity-editComment": "edited comment %s",
|
"activity-editComment": "edited comment %s",
|
||||||
"activity-deleteComment": "تعليق محذوف %s",
|
"activity-deleteComment": "تعليق محذوف %s",
|
||||||
|
|
@ -97,7 +97,7 @@
|
||||||
"add-list": "إضافة قائمة",
|
"add-list": "إضافة قائمة",
|
||||||
"add-members": "إضافة أعضاء",
|
"add-members": "إضافة أعضاء",
|
||||||
"added": "أُضيف",
|
"added": "أُضيف",
|
||||||
"addMemberPopup-title": "أعضاء",
|
"addMemberPopup-title": "الأعضاء",
|
||||||
"memberPopup-title": "أفضليات الأعضاء",
|
"memberPopup-title": "أفضليات الأعضاء",
|
||||||
"admin": "المدير",
|
"admin": "المدير",
|
||||||
"admin-desc": "إمكانية مشاهدة و تعديل و حذف أعضاء ، و تعديل إعدادات اللوحة أيضا.",
|
"admin-desc": "إمكانية مشاهدة و تعديل و حذف أعضاء ، و تعديل إعدادات اللوحة أيضا.",
|
||||||
|
|
@ -352,7 +352,7 @@
|
||||||
"email-fail-text": "Error trying to send email",
|
"email-fail-text": "Error trying to send email",
|
||||||
"email-invalid": "Invalid email",
|
"email-invalid": "Invalid email",
|
||||||
"email-invite": "Invite via Email",
|
"email-invite": "Invite via Email",
|
||||||
"email-invite-subject": "__inviter__ أرسل دعوة لك",
|
"email-invite-subject": "__inviter__ sent you an invitation",
|
||||||
"email-invite-text": "Dear __user__,\n\n__inviter__ invites you to join board \"__board__\" for collaborations.\n\nPlease follow the link below:\n\n__url__\n\nThanks.",
|
"email-invite-text": "Dear __user__,\n\n__inviter__ invites you to join board \"__board__\" for collaborations.\n\nPlease follow the link below:\n\n__url__\n\nThanks.",
|
||||||
"email-resetPassword-subject": "Reset your password on __siteName__",
|
"email-resetPassword-subject": "Reset your password on __siteName__",
|
||||||
"email-resetPassword-text": "Hello __user__,\n\nTo reset your password, simply click the link below.\n\n__url__\n\nThanks.",
|
"email-resetPassword-text": "Hello __user__,\n\nTo reset your password, simply click the link below.\n\n__url__\n\nThanks.",
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "تصفية بالتحديد",
|
"filter-to-selection": "تصفية بالتحديد",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "الإسم الكامل",
|
"fullname": "الإسم الكامل",
|
||||||
"header-logo-title": "الرجوع إلى صفحة اللوحات",
|
"header-logo-title": "الرجوع إلى صفحة اللوحات",
|
||||||
"hide-system-messages": "إخفاء رسائل النظام",
|
"hide-system-messages": "إخفاء رسائل النظام",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "قائمة",
|
"r-list": "قائمة",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "شخص",
|
"person": "شخص",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "بطاقة",
|
"card": "بطاقة",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Full Name",
|
"fullname": "Full Name",
|
||||||
"header-logo-title": "Go back to your boards page.",
|
"header-logo-title": "Go back to your boards page.",
|
||||||
"hide-system-messages": "Hide system messages",
|
"hide-system-messages": "Hide system messages",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Card",
|
"card": "Card",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Full Name",
|
"fullname": "Full Name",
|
||||||
"header-logo-title": "Go back to your boards page.",
|
"header-logo-title": "Go back to your boards page.",
|
||||||
"hide-system-messages": "Hide system messages",
|
"hide-system-messages": "Hide system messages",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Card",
|
"card": "Card",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Full Name",
|
"fullname": "Full Name",
|
||||||
"header-logo-title": "Go back to your boards page.",
|
"header-logo-title": "Go back to your boards page.",
|
||||||
"hide-system-messages": "Hide system messages",
|
"hide-system-messages": "Hide system messages",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Card",
|
"card": "Card",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Full Name",
|
"fullname": "Full Name",
|
||||||
"header-logo-title": "Go back to your boards page.",
|
"header-logo-title": "Go back to your boards page.",
|
||||||
"hide-system-messages": "Hide system messages",
|
"hide-system-messages": "Hide system messages",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Card",
|
"card": "Card",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Full Name",
|
"fullname": "Full Name",
|
||||||
"header-logo-title": "Go back to your boards page.",
|
"header-logo-title": "Go back to your boards page.",
|
||||||
"hide-system-messages": "Hide system messages",
|
"hide-system-messages": "Hide system messages",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Card",
|
"card": "Card",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -236,7 +236,7 @@
|
||||||
"change-avatar": "Промени аватара",
|
"change-avatar": "Промени аватара",
|
||||||
"change-password": "Промени паролата",
|
"change-password": "Промени паролата",
|
||||||
"change-permissions": "Промени правата",
|
"change-permissions": "Промени правата",
|
||||||
"change-settings": "Промяна на настройките",
|
"change-settings": "Промени настройките",
|
||||||
"changeAvatarPopup-title": "Промени аватара",
|
"changeAvatarPopup-title": "Промени аватара",
|
||||||
"changeLanguagePopup-title": "Промени езика",
|
"changeLanguagePopup-title": "Промени езика",
|
||||||
"changePasswordPopup-title": "Промени паролата",
|
"changePasswordPopup-title": "Промени паролата",
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Филтрирай избраните",
|
"filter-to-selection": "Филтрирай избраните",
|
||||||
"other-filters-label": "Други филтри",
|
"other-filters-label": "Други филтри",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Име",
|
"fullname": "Име",
|
||||||
"header-logo-title": "Назад към страницата с Вашите табла.",
|
"header-logo-title": "Назад към страницата с Вашите табла.",
|
||||||
"hide-system-messages": "Скриване на системните съобщения",
|
"hide-system-messages": "Скриване на системните съобщения",
|
||||||
|
|
@ -459,7 +459,7 @@
|
||||||
"joined": "присъедини ",
|
"joined": "присъедини ",
|
||||||
"just-invited": "Бяхте поканени в това табло",
|
"just-invited": "Бяхте поканени в това табло",
|
||||||
"keyboard-shortcuts": "Преки пътища с клавиатурата",
|
"keyboard-shortcuts": "Преки пътища с клавиатурата",
|
||||||
"label-create": "Създай Табло",
|
"label-create": "Създай етикет",
|
||||||
"label-default": "%s етикет (по подразбиране)",
|
"label-default": "%s етикет (по подразбиране)",
|
||||||
"label-delete-pop": "There is no undo. This will remove this label from all cards and destroy its history.",
|
"label-delete-pop": "There is no undo. This will remove this label from all cards and destroy its history.",
|
||||||
"labels": "Етикети",
|
"labels": "Етикети",
|
||||||
|
|
@ -577,7 +577,7 @@
|
||||||
"this-board": "това табло",
|
"this-board": "това табло",
|
||||||
"this-card": "картата",
|
"this-card": "картата",
|
||||||
"spent-time-hours": "Изработено време (часа)",
|
"spent-time-hours": "Изработено време (часа)",
|
||||||
"overtime-hours": "Overtime (hours)",
|
"overtime-hours": "Оувъртайм (часа)",
|
||||||
"overtime": "Оувъртайм",
|
"overtime": "Оувъртайм",
|
||||||
"has-overtime-cards": "Има карти с оувъртайм",
|
"has-overtime-cards": "Има карти с оувъртайм",
|
||||||
"has-spenttime-cards": "Има карти с изработено време",
|
"has-spenttime-cards": "Има карти с изработено време",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "премахната от",
|
"r-removed-from": "премахната от",
|
||||||
"r-the-board": "таблото",
|
"r-the-board": "таблото",
|
||||||
"r-list": "списък",
|
"r-list": "списък",
|
||||||
|
"list": "Списък",
|
||||||
"set-filter": "Задай филтър",
|
"set-filter": "Задай филтър",
|
||||||
"r-moved-to": "Преместено в",
|
"r-moved-to": "Преместено в",
|
||||||
"r-moved-from": "Преместено от",
|
"r-moved-from": "Преместено от",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Карта",
|
"card": "Карта",
|
||||||
"list": "Списък",
|
|
||||||
"board": "Табло",
|
"board": "Табло",
|
||||||
"context-separator": " / ",
|
"context-separator": " / ",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Full Name",
|
"fullname": "Full Name",
|
||||||
"header-logo-title": "Go back to your boards page.",
|
"header-logo-title": "Go back to your boards page.",
|
||||||
"hide-system-messages": "Hide system messages",
|
"hide-system-messages": "Hide system messages",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Card",
|
"card": "Card",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -149,7 +149,7 @@
|
||||||
"board-public-info": "Aquest tauler serà <strong> públic.",
|
"board-public-info": "Aquest tauler serà <strong> públic.",
|
||||||
"board-drag-drop-reorder-or-click-open": "Drag and drop to reorder board icons. Click board icon to open board.",
|
"board-drag-drop-reorder-or-click-open": "Drag and drop to reorder board icons. Click board icon to open board.",
|
||||||
"boardChangeColorPopup-title": "Canvia fons del tauler",
|
"boardChangeColorPopup-title": "Canvia fons del tauler",
|
||||||
"boardChangeTitlePopup-title": "Canvia el nom del tauler",
|
"boardChangeTitlePopup-title": "Canvia el nom tauler",
|
||||||
"boardChangeVisibilityPopup-title": "Canvia visibilitat",
|
"boardChangeVisibilityPopup-title": "Canvia visibilitat",
|
||||||
"boardChangeWatchPopup-title": "Canvia seguiment",
|
"boardChangeWatchPopup-title": "Canvia seguiment",
|
||||||
"boardMenuPopup-title": "Configuració del tauler",
|
"boardMenuPopup-title": "Configuració del tauler",
|
||||||
|
|
@ -234,7 +234,7 @@
|
||||||
"cardType-linkedBoard": "Linked Board",
|
"cardType-linkedBoard": "Linked Board",
|
||||||
"change": "Canvia",
|
"change": "Canvia",
|
||||||
"change-avatar": "Canvia Avatar",
|
"change-avatar": "Canvia Avatar",
|
||||||
"change-password": "Canvia la contrasenya",
|
"change-password": "Canvia la clau",
|
||||||
"change-permissions": "Canvia permisos",
|
"change-permissions": "Canvia permisos",
|
||||||
"change-settings": "Canvia configuració",
|
"change-settings": "Canvia configuració",
|
||||||
"changeAvatarPopup-title": "Canvia Avatar",
|
"changeAvatarPopup-title": "Canvia Avatar",
|
||||||
|
|
@ -302,7 +302,7 @@
|
||||||
"copyManyCardsPopup-format": "[ {\"title\": \"Títol de la primera fitxa\", \"description\":\"Descripció de la primera fitxa\"}, {\"title\":\"Títol de la segona fitxa\",\"description\":\"Descripció de la segona fitxa\"},{\"title\":\"Títol de l'última fitxa\",\"description\":\"Descripció de l'última fitxa\"} ]",
|
"copyManyCardsPopup-format": "[ {\"title\": \"Títol de la primera fitxa\", \"description\":\"Descripció de la primera fitxa\"}, {\"title\":\"Títol de la segona fitxa\",\"description\":\"Descripció de la segona fitxa\"},{\"title\":\"Títol de l'última fitxa\",\"description\":\"Descripció de l'última fitxa\"} ]",
|
||||||
"create": "Crea",
|
"create": "Crea",
|
||||||
"createBoardPopup-title": "Crea tauler",
|
"createBoardPopup-title": "Crea tauler",
|
||||||
"chooseBoardSourcePopup-title": "Importa tauler",
|
"chooseBoardSourcePopup-title": "Importa Tauler",
|
||||||
"createLabelPopup-title": "Crea etiqueta",
|
"createLabelPopup-title": "Crea etiqueta",
|
||||||
"createCustomField": "Crear camp",
|
"createCustomField": "Crear camp",
|
||||||
"createCustomFieldPopup-title": "Crear camp",
|
"createCustomFieldPopup-title": "Crear camp",
|
||||||
|
|
@ -334,7 +334,7 @@
|
||||||
"download": "Descarrega",
|
"download": "Descarrega",
|
||||||
"edit": "Edita",
|
"edit": "Edita",
|
||||||
"edit-avatar": "Canvia Avatar",
|
"edit-avatar": "Canvia Avatar",
|
||||||
"edit-profile": "Edita teu Perfil",
|
"edit-profile": "Edita el teu Perfil",
|
||||||
"edit-wip-limit": "Edita el Límit de Treball en Progrès",
|
"edit-wip-limit": "Edita el Límit de Treball en Progrès",
|
||||||
"soft-wip-limit": "Soft WIP Limit",
|
"soft-wip-limit": "Soft WIP Limit",
|
||||||
"editCardStartDatePopup-title": "Canvia data d'inici",
|
"editCardStartDatePopup-title": "Canvia data d'inici",
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filtra selecció",
|
"filter-to-selection": "Filtra selecció",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Filtre avançat",
|
"advanced-filter-label": "Filtre avançat",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Nom complet",
|
"fullname": "Nom complet",
|
||||||
"header-logo-title": "Torna a la teva pàgina de taulers",
|
"header-logo-title": "Torna a la teva pàgina de taulers",
|
||||||
"hide-system-messages": "Oculta missatges del sistema",
|
"hide-system-messages": "Oculta missatges del sistema",
|
||||||
|
|
@ -489,7 +489,7 @@
|
||||||
"lists": "Llistes",
|
"lists": "Llistes",
|
||||||
"swimlanes": "Carrils de Natació",
|
"swimlanes": "Carrils de Natació",
|
||||||
"log-out": "Finalitza la sessió",
|
"log-out": "Finalitza la sessió",
|
||||||
"log-in": "Inicia sessió",
|
"log-in": "Ingresa",
|
||||||
"loginPopup-title": "Inicia sessió",
|
"loginPopup-title": "Inicia sessió",
|
||||||
"memberMenuPopup-title": "Configura membres",
|
"memberMenuPopup-title": "Configura membres",
|
||||||
"members": "Membres",
|
"members": "Membres",
|
||||||
|
|
@ -602,7 +602,7 @@
|
||||||
"custom-help-link-url": "Custom Help Link URL",
|
"custom-help-link-url": "Custom Help Link URL",
|
||||||
"text-below-custom-login-logo": "Text below Custom Login Logo",
|
"text-below-custom-login-logo": "Text below Custom Login Logo",
|
||||||
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
|
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
|
||||||
"username": "Nom d'usuari",
|
"username": "Nom d'Usuari",
|
||||||
"import-usernames": "Import Usernames",
|
"import-usernames": "Import Usernames",
|
||||||
"view-it": "Vist",
|
"view-it": "Vist",
|
||||||
"warn-list-archived": "warning: this card is in an list at Archive",
|
"warn-list-archived": "warning: this card is in an list at Archive",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Fitxa",
|
"card": "Fitxa",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
|
|
@ -365,7 +365,7 @@
|
||||||
"error-board-notAMember": "K provedení změny musíš být členem tohoto tabla",
|
"error-board-notAMember": "K provedení změny musíš být členem tohoto tabla",
|
||||||
"error-json-malformed": "Tvůj text není validní JSON",
|
"error-json-malformed": "Tvůj text není validní JSON",
|
||||||
"error-json-schema": "Tato JSON data neobsahují správné informace v platném formátu",
|
"error-json-schema": "Tato JSON data neobsahují správné informace v platném formátu",
|
||||||
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format ",
|
"error-csv-schema": "Vaše CSV (hodnoty oddělené čárkami) / TSV (hodnoty oddělené tabulátory) neobsahují ssprávné informace ve správném formátu",
|
||||||
"error-list-doesNotExist": "Tento sloupec ;neexistuje",
|
"error-list-doesNotExist": "Tento sloupec ;neexistuje",
|
||||||
"error-user-doesNotExist": "Tento uživatel neexistuje",
|
"error-user-doesNotExist": "Tento uživatel neexistuje",
|
||||||
"error-user-notAllowSelf": "Nemůžeš pozvat sám sebe",
|
"error-user-notAllowSelf": "Nemůžeš pozvat sám sebe",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Odstraněno z",
|
"r-removed-from": "Odstraněno z",
|
||||||
"r-the-board": "tablo",
|
"r-the-board": "tablo",
|
||||||
"r-list": "sloupce",
|
"r-list": "sloupce",
|
||||||
|
"list": "Seznam",
|
||||||
"set-filter": "Nastavit filtr",
|
"set-filter": "Nastavit filtr",
|
||||||
"r-moved-to": "Přesunuto do",
|
"r-moved-to": "Přesunuto do",
|
||||||
"r-moved-from": "Přesunuto z",
|
"r-moved-from": "Přesunuto z",
|
||||||
|
|
@ -863,8 +864,8 @@
|
||||||
"oidc-button-text": "Customize the OIDC button text",
|
"oidc-button-text": "Customize the OIDC button text",
|
||||||
"default-authentication-method": "Zobraz způsob ověřování",
|
"default-authentication-method": "Zobraz způsob ověřování",
|
||||||
"duplicate-board": "Duplikovat tablo",
|
"duplicate-board": "Duplikovat tablo",
|
||||||
"org-number": "The number of organizations is: ",
|
"org-number": "Počet organizací je:",
|
||||||
"team-number": "The number of teams is: ",
|
"team-number": "Počet týmů je:",
|
||||||
"people-number": "The number of people is:",
|
"people-number": "The number of people is:",
|
||||||
"swimlaneDeletePopup-title": "Smazat Swimlane ?",
|
"swimlaneDeletePopup-title": "Smazat Swimlane ?",
|
||||||
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
|
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Osoba",
|
"person": "Osoba",
|
||||||
"my-cards": "Moje karty",
|
"my-cards": "Moje karty",
|
||||||
"card": "Karta",
|
"card": "Karta",
|
||||||
"list": "Seznam",
|
|
||||||
"board": "Tablo",
|
"board": "Tablo",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -365,7 +365,7 @@
|
||||||
"error-board-notAMember": "K provedení změny musíš být členem tohoto tabla",
|
"error-board-notAMember": "K provedení změny musíš být členem tohoto tabla",
|
||||||
"error-json-malformed": "Tvůj text není validní JSON",
|
"error-json-malformed": "Tvůj text není validní JSON",
|
||||||
"error-json-schema": "Tato JSON data neobsahují správné informace v platném formátu",
|
"error-json-schema": "Tato JSON data neobsahují správné informace v platném formátu",
|
||||||
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format ",
|
"error-csv-schema": "Vaše CSV (hodnoty oddělené čárkami) / TSV (hodnoty oddělené tabulátory) neobsahují ssprávné informace ve správném formátu",
|
||||||
"error-list-doesNotExist": "Tento sloupec ;neexistuje",
|
"error-list-doesNotExist": "Tento sloupec ;neexistuje",
|
||||||
"error-user-doesNotExist": "Tento uživatel neexistuje",
|
"error-user-doesNotExist": "Tento uživatel neexistuje",
|
||||||
"error-user-notAllowSelf": "Nemůžeš pozvat sám sebe",
|
"error-user-notAllowSelf": "Nemůžeš pozvat sám sebe",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Odstraněno z",
|
"r-removed-from": "Odstraněno z",
|
||||||
"r-the-board": "tablo",
|
"r-the-board": "tablo",
|
||||||
"r-list": "sloupce",
|
"r-list": "sloupce",
|
||||||
|
"list": "Seznam",
|
||||||
"set-filter": "Nastavit filtr",
|
"set-filter": "Nastavit filtr",
|
||||||
"r-moved-to": "Přesunuto do",
|
"r-moved-to": "Přesunuto do",
|
||||||
"r-moved-from": "Přesunuto z",
|
"r-moved-from": "Přesunuto z",
|
||||||
|
|
@ -863,8 +864,8 @@
|
||||||
"oidc-button-text": "Customize the OIDC button text",
|
"oidc-button-text": "Customize the OIDC button text",
|
||||||
"default-authentication-method": "Zobraz způsob ověřování",
|
"default-authentication-method": "Zobraz způsob ověřování",
|
||||||
"duplicate-board": "Duplikovat tablo",
|
"duplicate-board": "Duplikovat tablo",
|
||||||
"org-number": "The number of organizations is: ",
|
"org-number": "Počet organizací je:",
|
||||||
"team-number": "The number of teams is: ",
|
"team-number": "Počet týmů je:",
|
||||||
"people-number": "The number of people is:",
|
"people-number": "The number of people is:",
|
||||||
"swimlaneDeletePopup-title": "Smazat Swimlane ?",
|
"swimlaneDeletePopup-title": "Smazat Swimlane ?",
|
||||||
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
|
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Osoba",
|
"person": "Osoba",
|
||||||
"my-cards": "Moje karty",
|
"my-cards": "Moje karty",
|
||||||
"card": "Karta",
|
"card": "Karta",
|
||||||
"list": "Seznam",
|
|
||||||
"board": "Tablo",
|
"board": "Tablo",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Full Name",
|
"fullname": "Full Name",
|
||||||
"header-logo-title": "Go back to your boards page.",
|
"header-logo-title": "Go back to your boards page.",
|
||||||
"hide-system-messages": "Hide system messages",
|
"hide-system-messages": "Hide system messages",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Card",
|
"card": "Card",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Full Name",
|
"fullname": "Full Name",
|
||||||
"header-logo-title": "Go back to your boards page.",
|
"header-logo-title": "Go back to your boards page.",
|
||||||
"hide-system-messages": "Hide system messages",
|
"hide-system-messages": "Hide system messages",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Card",
|
"card": "Card",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -71,7 +71,7 @@
|
||||||
"add": "Tilføj",
|
"add": "Tilføj",
|
||||||
"activity-checked-item-card": "markerede %s i tjeklisten %s",
|
"activity-checked-item-card": "markerede %s i tjeklisten %s",
|
||||||
"activity-unchecked-item-card": "afmarkerede %s i tjeklisten %s",
|
"activity-unchecked-item-card": "afmarkerede %s i tjeklisten %s",
|
||||||
"activity-checklist-completed-card": "afsluttet tjekliste __checklist__ i kortet __card__ på listen __list__ i svømmebanen __swimlane__ på tavlen __board__",
|
"activity-checklist-completed-card": "udført tjekliste __checklist__ i kortet __card__ på listen __list__ i svømmebanen __swimlane__ på tavlen __board__",
|
||||||
"activity-checklist-uncompleted-card": "gjorde tjeklisten ukomplet %s",
|
"activity-checklist-uncompleted-card": "gjorde tjeklisten ukomplet %s",
|
||||||
"activity-editComment": "redigerede kommentar %s",
|
"activity-editComment": "redigerede kommentar %s",
|
||||||
"activity-deleteComment": "slettede kommentar %s",
|
"activity-deleteComment": "slettede kommentar %s",
|
||||||
|
|
@ -365,7 +365,7 @@
|
||||||
"error-board-notAMember": "Du skal være medlem af denne tavle for at gøre dette",
|
"error-board-notAMember": "Du skal være medlem af denne tavle for at gøre dette",
|
||||||
"error-json-malformed": "Din tekst er ikke gyldig JSON",
|
"error-json-malformed": "Din tekst er ikke gyldig JSON",
|
||||||
"error-json-schema": "Dine JSON-data indeholder ikke den rette information i det rette format",
|
"error-json-schema": "Dine JSON-data indeholder ikke den rette information i det rette format",
|
||||||
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format ",
|
"error-csv-schema": "Din CSV (kommaseparerede værdier)/TSV (Tabulatorseparerede værdier) indeholder ikke den rette information i det korrekte format",
|
||||||
"error-list-doesNotExist": "Listen findes ikke",
|
"error-list-doesNotExist": "Listen findes ikke",
|
||||||
"error-user-doesNotExist": "Brugeren findes ikke",
|
"error-user-doesNotExist": "Brugeren findes ikke",
|
||||||
"error-user-notAllowSelf": "Du kan ikke invitere dig selv",
|
"error-user-notAllowSelf": "Du kan ikke invitere dig selv",
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filtrér til valgte",
|
"filter-to-selection": "Filtrér til valgte",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Avanceret filter",
|
"advanced-filter-label": "Avanceret filter",
|
||||||
"advanced-filter-description": "Avanceret filter gør det muligt at skrive en tekststreng indeholdende følgende operatører: == != <= >= && || ( ) Mellemrum anvendes som adskillelsestegn mellem operatørerne. Du kan filtrere alle Brugerdefinerede felter ved at taste deres navne og værdier. Som eksempel: Felt1 == Værdi1. Bemærk: Hvis felter eller værdier indeholder mellemrum, så skal du indkapsle dem i enkeltcitationstegn. Som eksempel: 'Felt 1' == 'Værdi1'. For at springe over enkelte kontroltegn (' \/), så kan \ benyttes. Som eksempel: Felt1 == Så\'n. Du kan også kombinere flere betingelser. Som eksempel: F1 == V1 || F1 == V2. Normalt vil alle operatører blive fortolket fra venstre mod højre. Du kan ændre rækkefølgen ved brug af parenteser. Som eksempel: F1 == V1 && (F2 == V2 || F2 == V3). Du kan også søge i tekstfelter med brug af regulære udtryk: F1 == /Tes.*/i",
|
"advanced-filter-description": "Avanceret filter gør det muligt at skrive en tekststreng indeholdende følgende operatører: == != <= >= && || ( ) Mellemrum anvendes som adskillelsestegn mellem operatørerne. Du kan filtrere alle Brugerdefinerede felter ved at taste deres navne og værdier. Som eksempel: Felt1 == Værdi1. Bemærk: Hvis felter eller værdier indeholder mellemrum, så skal du indkapsle dem i enkeltcitationstegn. Som eksempel: 'Felt 1' == 'Værdi1'. For at springe over enkelte kontroltegn (' \\/), så kan \\ benyttes. Som eksempel: Felt1 == Så\\'n. Du kan også kombinere flere betingelser. Som eksempel: F1 == V1 || F1 == V2. Normalt vil alle operatører blive fortolket fra venstre mod højre. Du kan ændre rækkefølgen ved brug af parenteser. Som eksempel: F1 == V1 && (F2 == V2 || F2 == V3). Du kan også søge i tekstfelter med brug af regulære udtryk: F1 == /Tes.*/i",
|
||||||
"fullname": "Fuldt navn",
|
"fullname": "Fuldt navn",
|
||||||
"header-logo-title": "Gå tilbage til siden med dine tavler",
|
"header-logo-title": "Gå tilbage til siden med dine tavler",
|
||||||
"hide-system-messages": "Skjul systembeskeder",
|
"hide-system-messages": "Skjul systembeskeder",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Fjernes fra",
|
"r-removed-from": "Fjernes fra",
|
||||||
"r-the-board": "tavlen",
|
"r-the-board": "tavlen",
|
||||||
"r-list": "liste",
|
"r-list": "liste",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Angiv filter",
|
"set-filter": "Angiv filter",
|
||||||
"r-moved-to": "Flyttet til",
|
"r-moved-to": "Flyttet til",
|
||||||
"r-moved-from": "Flyttet fra",
|
"r-moved-from": "Flyttet fra",
|
||||||
|
|
@ -797,7 +798,7 @@
|
||||||
"r-item": "element",
|
"r-item": "element",
|
||||||
"r-of-checklist": "fra tjekliste",
|
"r-of-checklist": "fra tjekliste",
|
||||||
"r-send-email": "Send en e-mail",
|
"r-send-email": "Send en e-mail",
|
||||||
"r-to": "to",
|
"r-to": "til",
|
||||||
"r-of": "af",
|
"r-of": "af",
|
||||||
"r-subject": "emne",
|
"r-subject": "emne",
|
||||||
"r-rule-details": "Detaljer for regel",
|
"r-rule-details": "Detaljer for regel",
|
||||||
|
|
@ -806,7 +807,7 @@
|
||||||
"r-d-move-to-bottom-gen": "Flyt kortet til bunden af dens liste",
|
"r-d-move-to-bottom-gen": "Flyt kortet til bunden af dens liste",
|
||||||
"r-d-move-to-bottom-spec": "Flyt kortet til bunden af listen",
|
"r-d-move-to-bottom-spec": "Flyt kortet til bunden af listen",
|
||||||
"r-d-send-email": "Send e-mail",
|
"r-d-send-email": "Send e-mail",
|
||||||
"r-d-send-email-to": "to",
|
"r-d-send-email-to": "til",
|
||||||
"r-d-send-email-subject": "emne",
|
"r-d-send-email-subject": "emne",
|
||||||
"r-d-send-email-message": "besked",
|
"r-d-send-email-message": "besked",
|
||||||
"r-d-archive": "Flyt kortet til arkiv",
|
"r-d-archive": "Flyt kortet til arkiv",
|
||||||
|
|
@ -832,7 +833,7 @@
|
||||||
"r-items-list": "element1,element2,element3",
|
"r-items-list": "element1,element2,element3",
|
||||||
"r-add-swimlane": "Tilføj svømmebane",
|
"r-add-swimlane": "Tilføj svømmebane",
|
||||||
"r-swimlane-name": "navn på svømmebane",
|
"r-swimlane-name": "navn på svømmebane",
|
||||||
"r-board-note": "Note: leave a field empty to match every possible value. ",
|
"r-board-note": "Bemærk: lad et felt stå tomt for at matche alle værdier.",
|
||||||
"r-checklist-note": "Bemærk: tjeklistens elementer skal skrives som en kommaadskilte værdier.",
|
"r-checklist-note": "Bemærk: tjeklistens elementer skal skrives som en kommaadskilte værdier.",
|
||||||
"r-when-a-card-is-moved": "Når et kort flyttes til en anden liste.",
|
"r-when-a-card-is-moved": "Når et kort flyttes til en anden liste.",
|
||||||
"r-set": "Angiv",
|
"r-set": "Angiv",
|
||||||
|
|
@ -865,7 +866,7 @@
|
||||||
"duplicate-board": "Duplikér tavle",
|
"duplicate-board": "Duplikér tavle",
|
||||||
"org-number": "The number of organizations is:",
|
"org-number": "The number of organizations is:",
|
||||||
"team-number": "The number of teams is:",
|
"team-number": "The number of teams is:",
|
||||||
"people-number": "The number of people is: ",
|
"people-number": "Antallet af personer er:",
|
||||||
"swimlaneDeletePopup-title": "Slet svømmebane?",
|
"swimlaneDeletePopup-title": "Slet svømmebane?",
|
||||||
"swimlane-delete-pop": "Alle handlinger vil blive fjernet fra aktivitetsfeedet, og du vil ikke kunne genskabe svømmebanen. Dette kan ikke fortrydes.",
|
"swimlane-delete-pop": "Alle handlinger vil blive fjernet fra aktivitetsfeedet, og du vil ikke kunne genskabe svømmebanen. Dette kan ikke fortrydes.",
|
||||||
"restore-all": "Genskab alle",
|
"restore-all": "Genskab alle",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Kort",
|
"card": "Kort",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -365,7 +365,7 @@
|
||||||
"error-board-notAMember": "Um das zu tun, müssen Sie Mitglied dieses Boards sein",
|
"error-board-notAMember": "Um das zu tun, müssen Sie Mitglied dieses Boards sein",
|
||||||
"error-json-malformed": "Ihre Eingabe ist kein gültiges JSON",
|
"error-json-malformed": "Ihre Eingabe ist kein gültiges JSON",
|
||||||
"error-json-schema": "Ihre JSON-Daten enthalten nicht die gewünschten Informationen im richtigen Format",
|
"error-json-schema": "Ihre JSON-Daten enthalten nicht die gewünschten Informationen im richtigen Format",
|
||||||
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format ",
|
"error-csv-schema": "hre CSV (Comma Separated Values)/TSV (Tab Separated Values) enthalten nicht die gewünschten Informationen im richtigen Format",
|
||||||
"error-list-doesNotExist": "Diese Liste existiert nicht",
|
"error-list-doesNotExist": "Diese Liste existiert nicht",
|
||||||
"error-user-doesNotExist": "Dieser Nutzer existiert nicht",
|
"error-user-doesNotExist": "Dieser Nutzer existiert nicht",
|
||||||
"error-user-notAllowSelf": "Sie können sich nicht selbst einladen.",
|
"error-user-notAllowSelf": "Sie können sich nicht selbst einladen.",
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Ergebnisse auswählen",
|
"filter-to-selection": "Ergebnisse auswählen",
|
||||||
"other-filters-label": "Andere Filter",
|
"other-filters-label": "Andere Filter",
|
||||||
"advanced-filter-label": "Erweiterter Filter",
|
"advanced-filter-label": "Erweiterter Filter",
|
||||||
"advanced-filter-description": "Der erweiterte Filter erlaubt die Eingabe von Zeichenfolgen, die folgende Operatoren enthalten: == != <= >= && || ( ). Ein Leerzeichen wird als Trennzeichen zwischen den Operatoren verwendet. Sie können nach allen benutzerdefinierten Feldern filtern, indem Sie deren Namen und Werte eingeben. Zum Beispiel: Feld1 == Wert1. Hinweis: Wenn Felder oder Werte Leerzeichen enthalten, müssen Sie sie in einfache Anführungszeichen setzen. Zum Beispiel: 'Feld 1' == 'Wert 1'. Um einzelne Steuerzeichen (' \/) zu überspringen, können Sie \ verwenden. Zum Beispiel: Feld1 == Ich bin\'s. Sie können außerdem mehrere Bedingungen kombinieren. Zum Beispiel: F1 == W1 || F1 == W2. Normalerweise werden alle Operatoren von links nach rechts interpretiert. Sie können die Reihenfolge ändern, indem Sie Klammern setzen. Zum Beispiel: F1 == W1 && ( F2 == W2 || F2 == W3 ). Sie können Textfelder auch mithilfe regulärer Ausdrücke durchsuchen: F1 == /Tes.*/i",
|
"advanced-filter-description": "Der erweiterte Filter erlaubt die Eingabe von Zeichenfolgen, die folgende Operatoren enthalten: == != <= >= && || ( ). Ein Leerzeichen wird als Trennzeichen zwischen den Operatoren verwendet. Sie können nach allen benutzerdefinierten Feldern filtern, indem Sie deren Namen und Werte eingeben. Zum Beispiel: Feld1 == Wert1. Hinweis: Wenn Felder oder Werte Leerzeichen enthalten, müssen Sie sie in einfache Anführungszeichen setzen. Zum Beispiel: 'Feld 1' == 'Wert 1'. Um einzelne Steuerzeichen (' \\/) zu überspringen, können Sie \\ verwenden. Zum Beispiel: Feld1 == Ich bin\\'s. Sie können außerdem mehrere Bedingungen kombinieren. Zum Beispiel: F1 == W1 || F1 == W2. Normalerweise werden alle Operatoren von links nach rechts interpretiert. Sie können die Reihenfolge ändern, indem Sie Klammern setzen. Zum Beispiel: F1 == W1 && ( F2 == W2 || F2 == W3 ). Sie können Textfelder auch mithilfe regulärer Ausdrücke durchsuchen: F1 == /Tes.*/i",
|
||||||
"fullname": "Vollständiger Name",
|
"fullname": "Vollständiger Name",
|
||||||
"header-logo-title": "Zurück zur Board Seite.",
|
"header-logo-title": "Zurück zur Board Seite.",
|
||||||
"hide-system-messages": "Systemmeldungen ausblenden",
|
"hide-system-messages": "Systemmeldungen ausblenden",
|
||||||
|
|
@ -547,7 +547,7 @@
|
||||||
"rescue-card-description-dialogue": "Overwrite current card description with your changes?",
|
"rescue-card-description-dialogue": "Overwrite current card description with your changes?",
|
||||||
"card-settings": "Karten-Einstellungen",
|
"card-settings": "Karten-Einstellungen",
|
||||||
"save": "Speichern",
|
"save": "Speichern",
|
||||||
"search": "Suche",
|
"search": "Suchen",
|
||||||
"rules": "Regeln",
|
"rules": "Regeln",
|
||||||
"search-cards": "Suche nach Karten-/Listentiteln, Beschreibungen und personalisierten Feldern auf diesem Brett",
|
"search-cards": "Suche nach Karten-/Listentiteln, Beschreibungen und personalisierten Feldern auf diesem Brett",
|
||||||
"search-example": "Suchtext eingeben und Enter drücken",
|
"search-example": "Suchtext eingeben und Enter drücken",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "entfernt von",
|
"r-removed-from": "entfernt von",
|
||||||
"r-the-board": "das Board",
|
"r-the-board": "das Board",
|
||||||
"r-list": "Liste",
|
"r-list": "Liste",
|
||||||
|
"list": "Liste",
|
||||||
"set-filter": "Setze Filter",
|
"set-filter": "Setze Filter",
|
||||||
"r-moved-to": "verschoben nach",
|
"r-moved-to": "verschoben nach",
|
||||||
"r-moved-from": "verschoben von",
|
"r-moved-from": "verschoben von",
|
||||||
|
|
@ -832,7 +833,7 @@
|
||||||
"r-items-list": "Element1,Element2,Element3",
|
"r-items-list": "Element1,Element2,Element3",
|
||||||
"r-add-swimlane": "Füge Swimlane hinzu",
|
"r-add-swimlane": "Füge Swimlane hinzu",
|
||||||
"r-swimlane-name": "Swimlanename",
|
"r-swimlane-name": "Swimlanename",
|
||||||
"r-board-note": "Note: leave a field empty to match every possible value. ",
|
"r-board-note": "Hinweis: Lassen Sie ein Feld leer, um alle möglichen Werte zu finden.",
|
||||||
"r-checklist-note": "Hinweis: Die Elemente der Checkliste müssen als kommagetrennte Werte geschrieben werden.",
|
"r-checklist-note": "Hinweis: Die Elemente der Checkliste müssen als kommagetrennte Werte geschrieben werden.",
|
||||||
"r-when-a-card-is-moved": "Wenn eine Karte in eine andere Liste verschoben wird",
|
"r-when-a-card-is-moved": "Wenn eine Karte in eine andere Liste verschoben wird",
|
||||||
"r-set": "Setze",
|
"r-set": "Setze",
|
||||||
|
|
@ -863,9 +864,9 @@
|
||||||
"oidc-button-text": "Benutzerdefinierter Text der OIDC-Schaltfläche",
|
"oidc-button-text": "Benutzerdefinierter Text der OIDC-Schaltfläche",
|
||||||
"default-authentication-method": "Standardauthentifizierungsverfahren",
|
"default-authentication-method": "Standardauthentifizierungsverfahren",
|
||||||
"duplicate-board": "Board duplizieren",
|
"duplicate-board": "Board duplizieren",
|
||||||
"org-number": "The number of organizations is: ",
|
"org-number": "Die Anzahl an Organisationen ist:",
|
||||||
"team-number": "The number of teams is: ",
|
"team-number": "Die Anzahl an Teams ist:",
|
||||||
"people-number": "The number of people is: ",
|
"people-number": "Anzahl der Personen:",
|
||||||
"swimlaneDeletePopup-title": "Swimlane löschen?",
|
"swimlaneDeletePopup-title": "Swimlane löschen?",
|
||||||
"swimlane-delete-pop": "Alle Aktionen werden aus dem Aktivitätenfeed entfernt und die Swimlane kann nicht wiederhergestellt werden. Die Aktion kann nicht rückgängig gemacht werden.",
|
"swimlane-delete-pop": "Alle Aktionen werden aus dem Aktivitätenfeed entfernt und die Swimlane kann nicht wiederhergestellt werden. Die Aktion kann nicht rückgängig gemacht werden.",
|
||||||
"restore-all": "Alles wiederherstellen",
|
"restore-all": "Alles wiederherstellen",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "Meine Karten",
|
"my-cards": "Meine Karten",
|
||||||
"card": "Karte",
|
"card": "Karte",
|
||||||
"list": "Liste",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
@ -1098,7 +1098,7 @@
|
||||||
"rulesReportTitle": "Regeln-Bericht",
|
"rulesReportTitle": "Regeln-Bericht",
|
||||||
"boardsReportTitle": "Board-Bericht",
|
"boardsReportTitle": "Board-Bericht",
|
||||||
"cardsReportTitle": "Karten-Bericht",
|
"cardsReportTitle": "Karten-Bericht",
|
||||||
"copy-swimlane": "Swimlane kopieren",
|
"copy-swimlane": "Kopiere Swimlane",
|
||||||
"copySwimlanePopup-title": "Swimlane kopieren",
|
"copySwimlanePopup-title": "Swimlane kopieren",
|
||||||
"display-card-creator": "Karten-Ersteller anzeigen",
|
"display-card-creator": "Karten-Ersteller anzeigen",
|
||||||
"wait-spinner": "Warte-Symbol",
|
"wait-spinner": "Warte-Symbol",
|
||||||
|
|
|
||||||
|
|
@ -365,7 +365,7 @@
|
||||||
"error-board-notAMember": "Um das zu tun, müssen Sie Mitglied dieses Boards sein",
|
"error-board-notAMember": "Um das zu tun, müssen Sie Mitglied dieses Boards sein",
|
||||||
"error-json-malformed": "Ihre Eingabe ist kein gültiges JSON",
|
"error-json-malformed": "Ihre Eingabe ist kein gültiges JSON",
|
||||||
"error-json-schema": "Ihre JSON-Daten enthalten nicht die gewünschten Informationen im richtigen Format",
|
"error-json-schema": "Ihre JSON-Daten enthalten nicht die gewünschten Informationen im richtigen Format",
|
||||||
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format ",
|
"error-csv-schema": "hre CSV (Comma Separated Values)/TSV (Tab Separated Values) enthalten nicht die gewünschten Informationen im richtigen Format",
|
||||||
"error-list-doesNotExist": "Diese Liste existiert nicht",
|
"error-list-doesNotExist": "Diese Liste existiert nicht",
|
||||||
"error-user-doesNotExist": "Dieser Nutzer existiert nicht",
|
"error-user-doesNotExist": "Dieser Nutzer existiert nicht",
|
||||||
"error-user-notAllowSelf": "Sie können sich nicht selbst einladen.",
|
"error-user-notAllowSelf": "Sie können sich nicht selbst einladen.",
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Ergebnisse auswählen",
|
"filter-to-selection": "Ergebnisse auswählen",
|
||||||
"other-filters-label": "Andere Filter",
|
"other-filters-label": "Andere Filter",
|
||||||
"advanced-filter-label": "Erweiterter Filter",
|
"advanced-filter-label": "Erweiterter Filter",
|
||||||
"advanced-filter-description": "Der erweiterte Filter erlaubt die Eingabe von Zeichenfolgen, die folgende Operatoren enthalten: == != <= >= && || ( ). Ein Leerzeichen wird als Trennzeichen zwischen den Operatoren verwendet. Sie können nach allen benutzerdefinierten Feldern filtern, indem Sie deren Namen und Werte eingeben. Zum Beispiel: Feld1 == Wert1. Hinweis: Wenn Felder oder Werte Leerzeichen enthalten, müssen Sie sie in einfache Anführungszeichen setzen. Zum Beispiel: 'Feld 1' == 'Wert 1'. Um einzelne Steuerzeichen (' \/) zu überspringen, können Sie \ verwenden. Zum Beispiel: Feld1 == Ich bin\'s. Sie können ausserdem mehrere Bedingungen kombinieren. Zum Beispiel: F1 == W1 || F1 == W2. Normalerweise werden alle Operatoren von links nach rechts interpretiert. Sie können die Reihenfolge ändern, indem Sie Klammern setzen. Zum Beispiel: F1 == W1 && ( F2 == W2 || F2 == W3 ). Sie können Textfelder auch mithilfe regulärer Ausdrücke durchsuchen: F1 == /Tes.*/i",
|
"advanced-filter-description": "Der erweiterte Filter erlaubt die Eingabe von Zeichenfolgen, die folgende Operatoren enthalten: == != <= >= && || ( ). Ein Leerzeichen wird als Trennzeichen zwischen den Operatoren verwendet. Sie können nach allen benutzerdefinierten Feldern filtern, indem Sie deren Namen und Werte eingeben. Zum Beispiel: Feld1 == Wert1. Hinweis: Wenn Felder oder Werte Leerzeichen enthalten, müssen Sie sie in einfache Anführungszeichen setzen. Zum Beispiel: 'Feld 1' == 'Wert 1'. Um einzelne Steuerzeichen (' \\/) zu überspringen, können Sie \\ verwenden. Zum Beispiel: Feld1 == Ich bin\\'s. Sie können ausserdem mehrere Bedingungen kombinieren. Zum Beispiel: F1 == W1 || F1 == W2. Normalerweise werden alle Operatoren von links nach rechts interpretiert. Sie können die Reihenfolge ändern, indem Sie Klammern setzen. Zum Beispiel: F1 == W1 && ( F2 == W2 || F2 == W3 ). Sie können Textfelder auch mithilfe regulärer Ausdrücke durchsuchen: F1 == /Tes.*/i",
|
||||||
"fullname": "Vollständiger Name",
|
"fullname": "Vollständiger Name",
|
||||||
"header-logo-title": "Zurück zur Board Seite.",
|
"header-logo-title": "Zurück zur Board Seite.",
|
||||||
"hide-system-messages": "Systemmeldungen ausblenden",
|
"hide-system-messages": "Systemmeldungen ausblenden",
|
||||||
|
|
@ -547,7 +547,7 @@
|
||||||
"rescue-card-description-dialogue": "Overwrite current card description with your changes?",
|
"rescue-card-description-dialogue": "Overwrite current card description with your changes?",
|
||||||
"card-settings": "Karten-Einstellungen",
|
"card-settings": "Karten-Einstellungen",
|
||||||
"save": "Speichern",
|
"save": "Speichern",
|
||||||
"search": "Suche",
|
"search": "Suchen",
|
||||||
"rules": "Regeln",
|
"rules": "Regeln",
|
||||||
"search-cards": "Suche nach Karten-/Listentiteln, Beschreibungen und personalisierten Feldern auf diesem Brett",
|
"search-cards": "Suche nach Karten-/Listentiteln, Beschreibungen und personalisierten Feldern auf diesem Brett",
|
||||||
"search-example": "Suchtext eingeben und Enter drücken",
|
"search-example": "Suchtext eingeben und Enter drücken",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "entfernt von",
|
"r-removed-from": "entfernt von",
|
||||||
"r-the-board": "das Board",
|
"r-the-board": "das Board",
|
||||||
"r-list": "Liste",
|
"r-list": "Liste",
|
||||||
|
"list": "Liste",
|
||||||
"set-filter": "Setze Filter",
|
"set-filter": "Setze Filter",
|
||||||
"r-moved-to": "verschoben nach",
|
"r-moved-to": "verschoben nach",
|
||||||
"r-moved-from": "verschoben von",
|
"r-moved-from": "verschoben von",
|
||||||
|
|
@ -832,7 +833,7 @@
|
||||||
"r-items-list": "Element1,Element2,Element3",
|
"r-items-list": "Element1,Element2,Element3",
|
||||||
"r-add-swimlane": "Füge Swimlane hinzu",
|
"r-add-swimlane": "Füge Swimlane hinzu",
|
||||||
"r-swimlane-name": "Swimlanename",
|
"r-swimlane-name": "Swimlanename",
|
||||||
"r-board-note": "Note: leave a field empty to match every possible value. ",
|
"r-board-note": "Hinweis: Lassen Sie ein Feld leer, um alle möglichen Werte zu finden.",
|
||||||
"r-checklist-note": "Hinweis: Die Elemente der Checkliste müssen als kommagetrennte Werte geschrieben werden.",
|
"r-checklist-note": "Hinweis: Die Elemente der Checkliste müssen als kommagetrennte Werte geschrieben werden.",
|
||||||
"r-when-a-card-is-moved": "Wenn eine Karte in eine andere Liste verschoben wird",
|
"r-when-a-card-is-moved": "Wenn eine Karte in eine andere Liste verschoben wird",
|
||||||
"r-set": "Setze",
|
"r-set": "Setze",
|
||||||
|
|
@ -863,9 +864,9 @@
|
||||||
"oidc-button-text": "Benutzerdefinierter Text der OIDC-Schaltfläche",
|
"oidc-button-text": "Benutzerdefinierter Text der OIDC-Schaltfläche",
|
||||||
"default-authentication-method": "Standardauthentifizierungsverfahren",
|
"default-authentication-method": "Standardauthentifizierungsverfahren",
|
||||||
"duplicate-board": "Board duplizieren",
|
"duplicate-board": "Board duplizieren",
|
||||||
"org-number": "The number of organizations is: ",
|
"org-number": "Die Anzahl an Organisationen ist:",
|
||||||
"team-number": "The number of teams is: ",
|
"team-number": "Die Anzahl an Teams ist:",
|
||||||
"people-number": "The number of people is: ",
|
"people-number": "Anzahl der Personen:",
|
||||||
"swimlaneDeletePopup-title": "Swimlane löschen?",
|
"swimlaneDeletePopup-title": "Swimlane löschen?",
|
||||||
"swimlane-delete-pop": "Alle Aktionen werden aus dem Aktivitätenfeed entfernt und die Swimlane kann nicht wiederhergestellt werden. Die Aktion kann nicht rückgängig gemacht werden.",
|
"swimlane-delete-pop": "Alle Aktionen werden aus dem Aktivitätenfeed entfernt und die Swimlane kann nicht wiederhergestellt werden. Die Aktion kann nicht rückgängig gemacht werden.",
|
||||||
"restore-all": "Alles wiederherstellen",
|
"restore-all": "Alles wiederherstellen",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "Meine Karten",
|
"my-cards": "Meine Karten",
|
||||||
"card": "Karte",
|
"card": "Karte",
|
||||||
"list": "Liste",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "Meine Kartenansicht",
|
"myCardsViewChange-title": "Meine Kartenansicht",
|
||||||
|
|
|
||||||
|
|
@ -138,7 +138,7 @@
|
||||||
"back": "Zurück",
|
"back": "Zurück",
|
||||||
"board-change-color": "Farbe ändern",
|
"board-change-color": "Farbe ändern",
|
||||||
"show-at-all-boards-page": "Zeige auf \"Alle Boards\" Seite",
|
"show-at-all-boards-page": "Zeige auf \"Alle Boards\" Seite",
|
||||||
"board-info-on-my-boards" : "Einstellungen für Alle Boards",
|
"board-info-on-my-boards": "\"Alle Boards\" Einstellungen",
|
||||||
"boardInfoOnMyBoardsPopup-title": "Einstellungen für Alle Boards",
|
"boardInfoOnMyBoardsPopup-title": "Einstellungen für Alle Boards",
|
||||||
"boardInfoOnMyBoards-title": "Einstellungen für Alle Boards",
|
"boardInfoOnMyBoards-title": "Einstellungen für Alle Boards",
|
||||||
"show-card-counter-per-list": "Zeige Kartenanzahl pro Liste",
|
"show-card-counter-per-list": "Zeige Kartenanzahl pro Liste",
|
||||||
|
|
@ -178,7 +178,7 @@
|
||||||
"card-edit-custom-fields": "Benutzerdefinierte Felder editieren",
|
"card-edit-custom-fields": "Benutzerdefinierte Felder editieren",
|
||||||
"card-edit-labels": "Labels ändern",
|
"card-edit-labels": "Labels ändern",
|
||||||
"card-edit-members": "Mitglieder ändern",
|
"card-edit-members": "Mitglieder ändern",
|
||||||
"card-labels-title": "Change the labels for the card.",
|
"card-labels-title": "Labels für diese Karte ändern.",
|
||||||
"card-members-title": "Der Karte Board-Mitglieder hinzufügen oder entfernen.",
|
"card-members-title": "Der Karte Board-Mitglieder hinzufügen oder entfernen.",
|
||||||
"card-start": "Start",
|
"card-start": "Start",
|
||||||
"card-start-on": "Start am",
|
"card-start-on": "Start am",
|
||||||
|
|
@ -365,7 +365,7 @@
|
||||||
"error-board-notAMember": "Um das zu tun, müssen Sie Mitglied dieses Boards sein",
|
"error-board-notAMember": "Um das zu tun, müssen Sie Mitglied dieses Boards sein",
|
||||||
"error-json-malformed": "Ihre Eingabe ist kein gültiges JSON",
|
"error-json-malformed": "Ihre Eingabe ist kein gültiges JSON",
|
||||||
"error-json-schema": "Ihre JSON-Daten enthalten nicht die gewünschten Informationen im richtigen Format",
|
"error-json-schema": "Ihre JSON-Daten enthalten nicht die gewünschten Informationen im richtigen Format",
|
||||||
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format ",
|
"error-csv-schema": "hre CSV (Comma Separated Values)/TSV (Tab Separated Values) enthalten nicht die gewünschten Informationen im richtigen Format",
|
||||||
"error-list-doesNotExist": "Diese Liste existiert nicht",
|
"error-list-doesNotExist": "Diese Liste existiert nicht",
|
||||||
"error-user-doesNotExist": "Dieser Nutzer existiert nicht",
|
"error-user-doesNotExist": "Dieser Nutzer existiert nicht",
|
||||||
"error-user-notAllowSelf": "Sie können sich nicht selbst einladen.",
|
"error-user-notAllowSelf": "Sie können sich nicht selbst einladen.",
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Ergebnisse auswählen",
|
"filter-to-selection": "Ergebnisse auswählen",
|
||||||
"other-filters-label": "Andere Filter",
|
"other-filters-label": "Andere Filter",
|
||||||
"advanced-filter-label": "Erweiterter Filter",
|
"advanced-filter-label": "Erweiterter Filter",
|
||||||
"advanced-filter-description": "Der erweiterte Filter erlaubt die Eingabe von Zeichenfolgen, die folgende Operatoren enthalten: == != <= >= && || ( ). Ein Leerzeichen wird als Trennzeichen zwischen den Operatoren verwendet. Sie können nach allen benutzerdefinierten Feldern filtern, indem Sie deren Namen und Werte eingeben. Zum Beispiel: Feld1 == Wert1. Hinweis: Wenn Felder oder Werte Leerzeichen enthalten, müssen Sie sie in einfache Anführungszeichen setzen. Zum Beispiel: 'Feld 1' == 'Wert 1'. Um einzelne Steuerzeichen (' \/) zu überspringen, können Sie \ verwenden. Zum Beispiel: Feld1 == Ich bin\'s. Sie können außerdem mehrere Bedingungen kombinieren. Zum Beispiel: F1 == W1 || F1 == W2. Normalerweise werden alle Operatoren von links nach rechts interpretiert. Sie können die Reihenfolge ändern, indem Sie Klammern setzen. Zum Beispiel: F1 == W1 && ( F2 == W2 || F2 == W3 ). Sie können Textfelder auch mithilfe regulärer Ausdrücke durchsuchen: F1 == /Tes.*/i",
|
"advanced-filter-description": "Der erweiterte Filter erlaubt die Eingabe von Zeichenfolgen, die folgende Operatoren enthalten: == != <= >= && || ( ). Ein Leerzeichen wird als Trennzeichen zwischen den Operatoren verwendet. Sie können nach allen benutzerdefinierten Feldern filtern, indem Sie deren Namen und Werte eingeben. Zum Beispiel: Feld1 == Wert1. Hinweis: Wenn Felder oder Werte Leerzeichen enthalten, müssen Sie sie in einfache Anführungszeichen setzen. Zum Beispiel: 'Feld 1' == 'Wert 1'. Um einzelne Steuerzeichen (' \\/) zu überspringen, können Sie \\ verwenden. Zum Beispiel: Feld1 == Ich bin\\'s. Sie können außerdem mehrere Bedingungen kombinieren. Zum Beispiel: F1 == W1 || F1 == W2. Normalerweise werden alle Operatoren von links nach rechts interpretiert. Sie können die Reihenfolge ändern, indem Sie Klammern setzen. Zum Beispiel: F1 == W1 && ( F2 == W2 || F2 == W3 ). Sie können Textfelder auch mithilfe regulärer Ausdrücke durchsuchen: F1 == /Tes.*/i",
|
||||||
"fullname": "Vollständiger Name",
|
"fullname": "Vollständiger Name",
|
||||||
"header-logo-title": "Zurück zur Board Seite.",
|
"header-logo-title": "Zurück zur Board Seite.",
|
||||||
"hide-system-messages": "Systemmeldungen ausblenden",
|
"hide-system-messages": "Systemmeldungen ausblenden",
|
||||||
|
|
@ -489,8 +489,8 @@
|
||||||
"lists": "Listen",
|
"lists": "Listen",
|
||||||
"swimlanes": "Swimlanes",
|
"swimlanes": "Swimlanes",
|
||||||
"log-out": "Ausloggen",
|
"log-out": "Ausloggen",
|
||||||
"log-in": "Log In",
|
"log-in": "Einloggen",
|
||||||
"loginPopup-title": "Log In",
|
"loginPopup-title": "Einloggen",
|
||||||
"memberMenuPopup-title": "Nutzereinstellungen",
|
"memberMenuPopup-title": "Nutzereinstellungen",
|
||||||
"members": "Mitglieder",
|
"members": "Mitglieder",
|
||||||
"menu": "Menü",
|
"menu": "Menü",
|
||||||
|
|
@ -547,7 +547,7 @@
|
||||||
"rescue-card-description-dialogue": "Soll die aktuelle Kartenbeschreibung mit deinen Änderungen überschrieben werden?",
|
"rescue-card-description-dialogue": "Soll die aktuelle Kartenbeschreibung mit deinen Änderungen überschrieben werden?",
|
||||||
"card-settings": "Karten-Einstellungen",
|
"card-settings": "Karten-Einstellungen",
|
||||||
"save": "Speichern",
|
"save": "Speichern",
|
||||||
"search": "Suche",
|
"search": "Suchen",
|
||||||
"rules": "Regeln",
|
"rules": "Regeln",
|
||||||
"search-cards": "Suche nach Karten-/Listentiteln, Beschreibungen und personalisierten Feldern auf diesem Board",
|
"search-cards": "Suche nach Karten-/Listentiteln, Beschreibungen und personalisierten Feldern auf diesem Board",
|
||||||
"search-example": "Suchtext eingeben und Enter drücken",
|
"search-example": "Suchtext eingeben und Enter drücken",
|
||||||
|
|
@ -678,7 +678,7 @@
|
||||||
"show-field-on-card": "Zeige dieses Feld auf der Karte",
|
"show-field-on-card": "Zeige dieses Feld auf der Karte",
|
||||||
"automatically-field-on-card": "Füge Feld neuen Karten hinzu",
|
"automatically-field-on-card": "Füge Feld neuen Karten hinzu",
|
||||||
"always-field-on-card": "Füge Feld allen Karten hinzu",
|
"always-field-on-card": "Füge Feld allen Karten hinzu",
|
||||||
"showLabel-field-on-card": "Show field label on minicard",
|
"showLabel-field-on-card": "Feldbezeichnung auf Minikarte anzeigen",
|
||||||
"showSum-field-on-list": "Zeige Summe der Felder oben in der Liste",
|
"showSum-field-on-list": "Zeige Summe der Felder oben in der Liste",
|
||||||
"yes": "Ja",
|
"yes": "Ja",
|
||||||
"no": "Nein",
|
"no": "Nein",
|
||||||
|
|
@ -739,7 +739,7 @@
|
||||||
"r-rule": "Regel",
|
"r-rule": "Regel",
|
||||||
"r-add-trigger": "Auslöser hinzufügen",
|
"r-add-trigger": "Auslöser hinzufügen",
|
||||||
"r-add-action": "Aktion hinzufügen",
|
"r-add-action": "Aktion hinzufügen",
|
||||||
"r-board-rules": "Board rules",
|
"r-board-rules": "Boardregeln",
|
||||||
"r-add-rule": "Regel hinzufügen",
|
"r-add-rule": "Regel hinzufügen",
|
||||||
"r-view-rule": "Regel anzeigen",
|
"r-view-rule": "Regel anzeigen",
|
||||||
"r-delete-rule": "Regel löschen",
|
"r-delete-rule": "Regel löschen",
|
||||||
|
|
@ -749,11 +749,12 @@
|
||||||
"r-action": "Aktion",
|
"r-action": "Aktion",
|
||||||
"r-when-a-card": "Wenn Karte",
|
"r-when-a-card": "Wenn Karte",
|
||||||
"r-is": "wird",
|
"r-is": "wird",
|
||||||
"r-is-moved": "is moved",
|
"r-is-moved": "verschoben wird",
|
||||||
"r-added-to": "Hinzugefügt zu",
|
"r-added-to": "Hinzugefügt zu",
|
||||||
"r-removed-from": "entfernt von",
|
"r-removed-from": "entfernt von",
|
||||||
"r-the-board": "das Board",
|
"r-the-board": "das Board",
|
||||||
"r-list": "Liste",
|
"r-list": "Liste",
|
||||||
|
"list": "Liste",
|
||||||
"set-filter": "Setze Filter",
|
"set-filter": "Setze Filter",
|
||||||
"r-moved-to": "verschoben nach",
|
"r-moved-to": "verschoben nach",
|
||||||
"r-moved-from": "verschoben von",
|
"r-moved-from": "verschoben von",
|
||||||
|
|
@ -772,7 +773,7 @@
|
||||||
"r-completed": "abgeschlossen",
|
"r-completed": "abgeschlossen",
|
||||||
"r-made-incomplete": "unvollständig gemacht",
|
"r-made-incomplete": "unvollständig gemacht",
|
||||||
"r-when-a-item": "Wenn eine Checklistenposition",
|
"r-when-a-item": "Wenn eine Checklistenposition",
|
||||||
"r-when-the-item": "When the checklist item",
|
"r-when-the-item": "Wenn die Checklistenposition",
|
||||||
"r-checked": "markiert wird",
|
"r-checked": "markiert wird",
|
||||||
"r-unchecked": "abgewählt wird",
|
"r-unchecked": "abgewählt wird",
|
||||||
"r-move-card-to": "Verschiebe Karte an",
|
"r-move-card-to": "Verschiebe Karte an",
|
||||||
|
|
@ -832,7 +833,7 @@
|
||||||
"r-items-list": "Element1,Element2,Element3",
|
"r-items-list": "Element1,Element2,Element3",
|
||||||
"r-add-swimlane": "Füge Swimlane hinzu",
|
"r-add-swimlane": "Füge Swimlane hinzu",
|
||||||
"r-swimlane-name": "Swimlanename",
|
"r-swimlane-name": "Swimlanename",
|
||||||
"r-board-note": "Note: leave a field empty to match every possible value. ",
|
"r-board-note": "Hinweis: Lassen Sie ein Feld leer, um alle möglichen Werte zu finden.",
|
||||||
"r-checklist-note": "Hinweis: Die Elemente der Checkliste müssen als kommagetrennte Werte geschrieben werden.",
|
"r-checklist-note": "Hinweis: Die Elemente der Checkliste müssen als kommagetrennte Werte geschrieben werden.",
|
||||||
"r-when-a-card-is-moved": "Wenn eine Karte in eine andere Liste verschoben wird",
|
"r-when-a-card-is-moved": "Wenn eine Karte in eine andere Liste verschoben wird",
|
||||||
"r-set": "Setze",
|
"r-set": "Setze",
|
||||||
|
|
@ -863,9 +864,9 @@
|
||||||
"oidc-button-text": "Benutzerdefinierter Text der OIDC-Schaltfläche",
|
"oidc-button-text": "Benutzerdefinierter Text der OIDC-Schaltfläche",
|
||||||
"default-authentication-method": "Standardauthentifizierungsverfahren",
|
"default-authentication-method": "Standardauthentifizierungsverfahren",
|
||||||
"duplicate-board": "Board duplizieren",
|
"duplicate-board": "Board duplizieren",
|
||||||
"org-number": "The number of organizations is: ",
|
"org-number": "Die Anzahl an Organisationen ist:",
|
||||||
"team-number": "The number of teams is: ",
|
"team-number": "Die Anzahl an Teams ist:",
|
||||||
"people-number": "The number of people is: ",
|
"people-number": "Anzahl der Personen:",
|
||||||
"swimlaneDeletePopup-title": "Swimlane löschen?",
|
"swimlaneDeletePopup-title": "Swimlane löschen?",
|
||||||
"swimlane-delete-pop": "Alle Aktionen werden aus dem Aktivitätenfeed entfernt und die Swimlane kann nicht wiederhergestellt werden. Die Aktion kann nicht rückgängig gemacht werden.",
|
"swimlane-delete-pop": "Alle Aktionen werden aus dem Aktivitätenfeed entfernt und die Swimlane kann nicht wiederhergestellt werden. Die Aktion kann nicht rückgängig gemacht werden.",
|
||||||
"restore-all": "Alles wiederherstellen",
|
"restore-all": "Alles wiederherstellen",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "Meine Karten",
|
"my-cards": "Meine Karten",
|
||||||
"card": "Karte",
|
"card": "Karte",
|
||||||
"list": "Liste",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "Meine Karten Ansicht",
|
"myCardsViewChange-title": "Meine Karten Ansicht",
|
||||||
|
|
@ -1098,7 +1098,7 @@
|
||||||
"rulesReportTitle": "Regeln-Bericht",
|
"rulesReportTitle": "Regeln-Bericht",
|
||||||
"boardsReportTitle": "Boardbericht",
|
"boardsReportTitle": "Boardbericht",
|
||||||
"cardsReportTitle": "Kartenbericht",
|
"cardsReportTitle": "Kartenbericht",
|
||||||
"copy-swimlane": "Swimlane kopieren",
|
"copy-swimlane": "Kopiere Swimlane",
|
||||||
"copySwimlanePopup-title": "Swimlane kopieren",
|
"copySwimlanePopup-title": "Swimlane kopieren",
|
||||||
"display-card-creator": "Karten-Ersteller anzeigen",
|
"display-card-creator": "Karten-Ersteller anzeigen",
|
||||||
"wait-spinner": "Warte-Symbol",
|
"wait-spinner": "Warte-Symbol",
|
||||||
|
|
|
||||||
|
|
@ -222,7 +222,7 @@
|
||||||
"cardArchivePopup-title": "Archive Card?",
|
"cardArchivePopup-title": "Archive Card?",
|
||||||
"cardDetailsActionsPopup-title": "Ενέργειες κάρτας",
|
"cardDetailsActionsPopup-title": "Ενέργειες κάρτας",
|
||||||
"cardLabelsPopup-title": "Ετικέτες",
|
"cardLabelsPopup-title": "Ετικέτες",
|
||||||
"cardMembersPopup-title": "Μέλη",
|
"cardMembersPopup-title": "Μέλοι",
|
||||||
"cardMorePopup-title": "Περισσότερα",
|
"cardMorePopup-title": "Περισσότερα",
|
||||||
"cardTemplatePopup-title": "Δημιουργία προτύπου",
|
"cardTemplatePopup-title": "Δημιουργία προτύπου",
|
||||||
"cards": "Κάρτες",
|
"cards": "Κάρτες",
|
||||||
|
|
@ -365,7 +365,7 @@
|
||||||
"error-board-notAMember": "Πρέπει να είστε μέλος του πίνακα αυτού για να προβείτε σε αυτό",
|
"error-board-notAMember": "Πρέπει να είστε μέλος του πίνακα αυτού για να προβείτε σε αυτό",
|
||||||
"error-json-malformed": "Το κείμενο δεν είναι έγκυρο JSON",
|
"error-json-malformed": "Το κείμενο δεν είναι έγκυρο JSON",
|
||||||
"error-json-schema": "Τα JSON δεδομένα σας δεν περιλαμβάνουν την ορθή πληροφορία στην ορθή μορφοποίηση",
|
"error-json-schema": "Τα JSON δεδομένα σας δεν περιλαμβάνουν την ορθή πληροφορία στην ορθή μορφοποίηση",
|
||||||
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format ",
|
"error-csv-schema": "Το CSV(Comma Separated Values)/TSV (Tab Separated Values) σας δεν περιλαμβάνει την ορθή πληροφορία σε ορθή μορφοποίηση",
|
||||||
"error-list-doesNotExist": "Η λίστα δεν υπάρχει",
|
"error-list-doesNotExist": "Η λίστα δεν υπάρχει",
|
||||||
"error-user-doesNotExist": "Ο χρήστης δεν υπάρχει",
|
"error-user-doesNotExist": "Ο χρήστης δεν υπάρχει",
|
||||||
"error-user-notAllowSelf": "Δε μπορείτε να αυτοπροσκληθείτε",
|
"error-user-notAllowSelf": "Δε μπορείτε να αυτοπροσκληθείτε",
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
"other-filters-label": "Άλλα φίλτρα",
|
"other-filters-label": "Άλλα φίλτρα",
|
||||||
"advanced-filter-label": "Φιλτράρισμα για Προχωρημένους",
|
"advanced-filter-label": "Φιλτράρισμα για Προχωρημένους",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Πλήρες Όνομα",
|
"fullname": "Πλήρες Όνομα",
|
||||||
"header-logo-title": "Επιστροφή στη σελίδα των πινάκων σας.",
|
"header-logo-title": "Επιστροφή στη σελίδα των πινάκων σας.",
|
||||||
"hide-system-messages": "Απόκρυψη μηνυμάτων συστήματος",
|
"hide-system-messages": "Απόκρυψη μηνυμάτων συστήματος",
|
||||||
|
|
@ -492,7 +492,7 @@
|
||||||
"log-in": "Σύνδεση",
|
"log-in": "Σύνδεση",
|
||||||
"loginPopup-title": "Σύνδεση",
|
"loginPopup-title": "Σύνδεση",
|
||||||
"memberMenuPopup-title": "Ρυθμίσεις Μελών",
|
"memberMenuPopup-title": "Ρυθμίσεις Μελών",
|
||||||
"members": "Μέλη",
|
"members": "Μέλοι",
|
||||||
"menu": "Μενού",
|
"menu": "Μενού",
|
||||||
"move-selection": "Μετακίνηση επιλογής",
|
"move-selection": "Μετακίνηση επιλογής",
|
||||||
"moveCardPopup-title": "Μετακίνηση Κάρτας",
|
"moveCardPopup-title": "Μετακίνηση Κάρτας",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Διεγράφη από",
|
"r-removed-from": "Διεγράφη από",
|
||||||
"r-the-board": "ο πίνακας",
|
"r-the-board": "ο πίνακας",
|
||||||
"r-list": "λίστα",
|
"r-list": "λίστα",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Καθορισμός Φίλτρου",
|
"set-filter": "Καθορισμός Φίλτρου",
|
||||||
"r-moved-to": "Μετακινήθηκε σε",
|
"r-moved-to": "Μετακινήθηκε σε",
|
||||||
"r-moved-from": "Μετακινήθηκε από",
|
"r-moved-from": "Μετακινήθηκε από",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Κάρτα",
|
"card": "Κάρτα",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -89,8 +89,6 @@
|
||||||
"add-subtask": "Προσθήκη Υποεργασίας",
|
"add-subtask": "Προσθήκη Υποεργασίας",
|
||||||
"add-checklist": "Προσθήκη Λίστας ελέγχου",
|
"add-checklist": "Προσθήκη Λίστας ελέγχου",
|
||||||
"add-checklist-item": "Προσθήκη ενός στοιχείου στη λίστα ελέγχου - checklist",
|
"add-checklist-item": "Προσθήκη ενός στοιχείου στη λίστα ελέγχου - checklist",
|
||||||
"close-add-checklist-item": "Close add an item to checklist form",
|
|
||||||
"close-edit-checklist-item": "Close edit an item to checklist form",
|
|
||||||
"convertChecklistItemToCardPopup-title": "Convert to Card",
|
"convertChecklistItemToCardPopup-title": "Convert to Card",
|
||||||
"add-cover": "Add Cover",
|
"add-cover": "Add Cover",
|
||||||
"add-label": "Προσθήκη Ετικέτας",
|
"add-label": "Προσθήκη Ετικέτας",
|
||||||
|
|
@ -137,12 +135,6 @@
|
||||||
"avatar-too-big": "Το avatar είναι πολύ μεγάλο (μέγιστο 520KB)",
|
"avatar-too-big": "Το avatar είναι πολύ μεγάλο (μέγιστο 520KB)",
|
||||||
"back": "Πίσω",
|
"back": "Πίσω",
|
||||||
"board-change-color": "Αλλαγή χρώματος",
|
"board-change-color": "Αλλαγή χρώματος",
|
||||||
"show-at-all-boards-page" : "Show at All Boards page",
|
|
||||||
"board-info-on-my-boards" : "All Boards Settings",
|
|
||||||
"boardInfoOnMyBoardsPopup-title" : "All Boards Settings",
|
|
||||||
"boardInfoOnMyBoards-title": "All Boards Settings",
|
|
||||||
"show-card-counter-per-list": "Show card count per list",
|
|
||||||
"show-board_members-avatar": "Show Board members avatars",
|
|
||||||
"board-nb-stars": "%s αστέρια",
|
"board-nb-stars": "%s αστέρια",
|
||||||
"board-not-found": "Ο πίνακας δε βρέθηκε",
|
"board-not-found": "Ο πίνακας δε βρέθηκε",
|
||||||
"board-private-info": "Αυτός ο πίνακας θα είναι <strong>κρυφός</strong>.",
|
"board-private-info": "Αυτός ο πίνακας θα είναι <strong>κρυφός</strong>.",
|
||||||
|
|
@ -222,7 +214,7 @@
|
||||||
"cardArchivePopup-title": "Archive Card?",
|
"cardArchivePopup-title": "Archive Card?",
|
||||||
"cardDetailsActionsPopup-title": "Ενέργειες κάρτας",
|
"cardDetailsActionsPopup-title": "Ενέργειες κάρτας",
|
||||||
"cardLabelsPopup-title": "Ετικέτες",
|
"cardLabelsPopup-title": "Ετικέτες",
|
||||||
"cardMembersPopup-title": "Μέλη",
|
"cardMembersPopup-title": "Μέλοι",
|
||||||
"cardMorePopup-title": "Περισσότερα",
|
"cardMorePopup-title": "Περισσότερα",
|
||||||
"cardTemplatePopup-title": "Δημιουργία προτύπου",
|
"cardTemplatePopup-title": "Δημιουργία προτύπου",
|
||||||
"cards": "Κάρτες",
|
"cards": "Κάρτες",
|
||||||
|
|
@ -288,9 +280,8 @@
|
||||||
"worker": "Worker",
|
"worker": "Worker",
|
||||||
"worker-desc": "Μπορεί μόνο να μετακινεί κάρτες, να αναθέτει μια κάρτα στον εαυτό του και να σχολιάζει.",
|
"worker-desc": "Μπορεί μόνο να μετακινεί κάρτες, να αναθέτει μια κάρτα στον εαυτό του και να σχολιάζει.",
|
||||||
"computer": "Υπολογιστής",
|
"computer": "Υπολογιστής",
|
||||||
"confirm-subtask-delete-popup": "Are you sure you want to delete subtask?",
|
"confirm-subtask-delete-dialog": "Είστε σίγουροι ότι θέλετε να σβήσετε την υποεργασία;",
|
||||||
"confirm-checklist-delete-popup": "Are you sure you want to delete the checklist?",
|
"confirm-checklist-delete-popup": "Are you sure you want to delete the checklist?",
|
||||||
"subtaskDeletePopup-title": "Delete Subtask?",
|
|
||||||
"checklistDeletePopup-title": "Delete Checklist?",
|
"checklistDeletePopup-title": "Delete Checklist?",
|
||||||
"copy-card-link-to-clipboard": "Αντιγραφή του συνδέσμου της κάρτας στο clipboard",
|
"copy-card-link-to-clipboard": "Αντιγραφή του συνδέσμου της κάρτας στο clipboard",
|
||||||
"copy-text-to-clipboard": "Copy text to clipboard",
|
"copy-text-to-clipboard": "Copy text to clipboard",
|
||||||
|
|
@ -365,7 +356,7 @@
|
||||||
"error-board-notAMember": "Πρέπει να είστε μέλος του πίνακα αυτού για να προβείτε σε αυτό",
|
"error-board-notAMember": "Πρέπει να είστε μέλος του πίνακα αυτού για να προβείτε σε αυτό",
|
||||||
"error-json-malformed": "Το κείμενο δεν είναι έγκυρο JSON",
|
"error-json-malformed": "Το κείμενο δεν είναι έγκυρο JSON",
|
||||||
"error-json-schema": "Τα JSON δεδομένα σας δεν περιλαμβάνουν την ορθή πληροφορία στην ορθή μορφοποίηση",
|
"error-json-schema": "Τα JSON δεδομένα σας δεν περιλαμβάνουν την ορθή πληροφορία στην ορθή μορφοποίηση",
|
||||||
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format ",
|
"error-csv-schema": "Το CSV(Comma Separated Values)/TSV (Tab Separated Values) σας δεν περιλαμβάνει την ορθή πληροφορία σε ορθή μορφοποίηση",
|
||||||
"error-list-doesNotExist": "Η λίστα δεν υπάρχει",
|
"error-list-doesNotExist": "Η λίστα δεν υπάρχει",
|
||||||
"error-user-doesNotExist": "Ο χρήστης δεν υπάρχει",
|
"error-user-doesNotExist": "Ο χρήστης δεν υπάρχει",
|
||||||
"error-user-notAllowSelf": "Δε μπορείτε να αυτοπροσκληθείτε",
|
"error-user-notAllowSelf": "Δε μπορείτε να αυτοπροσκληθείτε",
|
||||||
|
|
@ -422,7 +413,7 @@
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
"other-filters-label": "Άλλα φίλτρα",
|
"other-filters-label": "Άλλα φίλτρα",
|
||||||
"advanced-filter-label": "Φιλτράρισμα για Προχωρημένους",
|
"advanced-filter-label": "Φιλτράρισμα για Προχωρημένους",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Πλήρες Όνομα",
|
"fullname": "Πλήρες Όνομα",
|
||||||
"header-logo-title": "Επιστροφή στη σελίδα των πινάκων σας.",
|
"header-logo-title": "Επιστροφή στη σελίδα των πινάκων σας.",
|
||||||
"hide-system-messages": "Απόκρυψη μηνυμάτων συστήματος",
|
"hide-system-messages": "Απόκρυψη μηνυμάτων συστήματος",
|
||||||
|
|
@ -492,7 +483,7 @@
|
||||||
"log-in": "Σύνδεση",
|
"log-in": "Σύνδεση",
|
||||||
"loginPopup-title": "Σύνδεση",
|
"loginPopup-title": "Σύνδεση",
|
||||||
"memberMenuPopup-title": "Ρυθμίσεις Μελών",
|
"memberMenuPopup-title": "Ρυθμίσεις Μελών",
|
||||||
"members": "Μέλη",
|
"members": "Μέλοι",
|
||||||
"menu": "Μενού",
|
"menu": "Μενού",
|
||||||
"move-selection": "Μετακίνηση επιλογής",
|
"move-selection": "Μετακίνηση επιλογής",
|
||||||
"moveCardPopup-title": "Μετακίνηση Κάρτας",
|
"moveCardPopup-title": "Μετακίνηση Κάρτας",
|
||||||
|
|
@ -543,9 +534,6 @@
|
||||||
"rename": "Μετανομασία",
|
"rename": "Μετανομασία",
|
||||||
"rename-board": "Μετονομασία Πίνακα",
|
"rename-board": "Μετονομασία Πίνακα",
|
||||||
"restore": "Επαναφορά",
|
"restore": "Επαναφορά",
|
||||||
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
|
|
||||||
"rescue-card-description-dialogue": "Overwrite current card description with your changes?",
|
|
||||||
"card-settings":"Ρυθμίσεις Κάρτας",
|
|
||||||
"save": "Αποθήκευση",
|
"save": "Αποθήκευση",
|
||||||
"search": "Αναζήτηση",
|
"search": "Αναζήτηση",
|
||||||
"rules": "Κανόνες",
|
"rules": "Κανόνες",
|
||||||
|
|
@ -583,8 +571,6 @@
|
||||||
"has-spenttime-cards": "Έχει κάρτες με δαπανηθέντα χρόνο",
|
"has-spenttime-cards": "Έχει κάρτες με δαπανηθέντα χρόνο",
|
||||||
"time": "Ώρα",
|
"time": "Ώρα",
|
||||||
"title": "Τίτλος",
|
"title": "Τίτλος",
|
||||||
"toggle-labels": "Toggle labels 1-9 for card. Multi-Selection adds labels 1-9",
|
|
||||||
"remove-labels-multiselect": "Multi-Selection removes labels 1-9",
|
|
||||||
"tracking": "Καταγραφή",
|
"tracking": "Καταγραφή",
|
||||||
"tracking-info": "You will be notified of any changes to those cards you are involved as creator or member.",
|
"tracking-info": "You will be notified of any changes to those cards you are involved as creator or member.",
|
||||||
"type": "Τύπος",
|
"type": "Τύπος",
|
||||||
|
|
@ -599,7 +585,6 @@
|
||||||
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
|
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
|
||||||
"custom-login-logo-image-url": "Custom Login Logo Image URL",
|
"custom-login-logo-image-url": "Custom Login Logo Image URL",
|
||||||
"custom-login-logo-link-url": "Custom Login Logo Link URL",
|
"custom-login-logo-link-url": "Custom Login Logo Link URL",
|
||||||
"custom-help-link-url": "Custom Help Link URL",
|
|
||||||
"text-below-custom-login-logo": "Text below Custom Login Logo",
|
"text-below-custom-login-logo": "Text below Custom Login Logo",
|
||||||
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
|
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
|
||||||
"username": "Όνομα Χρήστη",
|
"username": "Όνομα Χρήστη",
|
||||||
|
|
@ -625,7 +610,6 @@
|
||||||
"people": "Άνθρωποι",
|
"people": "Άνθρωποι",
|
||||||
"registration": "Εγγραφή",
|
"registration": "Εγγραφή",
|
||||||
"disable-self-registration": "Απενεργοποίηση Αυτό-Εγγραφής",
|
"disable-self-registration": "Απενεργοποίηση Αυτό-Εγγραφής",
|
||||||
"disable-forgot-password": "Disable Forgot Password",
|
|
||||||
"invite": "Πρόσκληση",
|
"invite": "Πρόσκληση",
|
||||||
"invite-people": "Πρόσκάλεσε Ανθρώπους",
|
"invite-people": "Πρόσκάλεσε Ανθρώπους",
|
||||||
"to-boards": "Στον πίνακα(ες)",
|
"to-boards": "Στον πίνακα(ες)",
|
||||||
|
|
@ -712,14 +696,12 @@
|
||||||
"default": "Προεπιλογή",
|
"default": "Προεπιλογή",
|
||||||
"queue": "Ουρά αναμονής",
|
"queue": "Ουρά αναμονής",
|
||||||
"subtask-settings": "Ρυθμίσεις υποεργασιών (subtasks)",
|
"subtask-settings": "Ρυθμίσεις υποεργασιών (subtasks)",
|
||||||
"minicard-settings": "Minicard Settings",
|
"card-settings": "Ρυθμίσεις Κάρτας",
|
||||||
"boardSubtaskSettingsPopup-title": "Board Subtasks Settings",
|
"boardSubtaskSettingsPopup-title": "Board Subtasks Settings",
|
||||||
"boardCardSettingsPopup-title": "Ρυθμίσεις Κάρτας",
|
"boardCardSettingsPopup-title": "Ρυθμίσεις Κάρτας",
|
||||||
"boardMinicardSettingsPopup-title": "Minicard Settings",
|
|
||||||
"deposit-subtasks-board": "Deposit subtasks to this board:",
|
"deposit-subtasks-board": "Deposit subtasks to this board:",
|
||||||
"deposit-subtasks-list": "Landing list for subtasks deposited here:",
|
"deposit-subtasks-list": "Landing list for subtasks deposited here:",
|
||||||
"show-parent-in-minicard": "Show parent in minicard:",
|
"show-parent-in-minicard": "Show parent in minicard:",
|
||||||
"description-on-minicard": "Description on minicard",
|
|
||||||
"prefix-with-full-path": "Prefix with full path",
|
"prefix-with-full-path": "Prefix with full path",
|
||||||
"prefix-with-parent": "Prefix with parent",
|
"prefix-with-parent": "Prefix with parent",
|
||||||
"subtext-with-full-path": "Subtext with full path",
|
"subtext-with-full-path": "Subtext with full path",
|
||||||
|
|
@ -754,6 +736,7 @@
|
||||||
"r-removed-from": "Διεγράφη από",
|
"r-removed-from": "Διεγράφη από",
|
||||||
"r-the-board": "ο πίνακας",
|
"r-the-board": "ο πίνακας",
|
||||||
"r-list": "λίστα",
|
"r-list": "λίστα",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Καθορισμός Φίλτρου",
|
"set-filter": "Καθορισμός Φίλτρου",
|
||||||
"r-moved-to": "Μετακινήθηκε σε",
|
"r-moved-to": "Μετακινήθηκε σε",
|
||||||
"r-moved-from": "Μετακινήθηκε από",
|
"r-moved-from": "Μετακινήθηκε από",
|
||||||
|
|
@ -844,7 +827,6 @@
|
||||||
"r-df-received-at": "received",
|
"r-df-received-at": "received",
|
||||||
"r-to-current-datetime": "to current date/time",
|
"r-to-current-datetime": "to current date/time",
|
||||||
"r-remove-value-from": "Remove value from",
|
"r-remove-value-from": "Remove value from",
|
||||||
"r-link-card": "Link card to",
|
|
||||||
"ldap": "LDAP",
|
"ldap": "LDAP",
|
||||||
"oauth2": "OAuth2",
|
"oauth2": "OAuth2",
|
||||||
"cas": "CAS",
|
"cas": "CAS",
|
||||||
|
|
@ -853,8 +835,6 @@
|
||||||
"custom-product-name": "Custom Product Name",
|
"custom-product-name": "Custom Product Name",
|
||||||
"layout": "Layout",
|
"layout": "Layout",
|
||||||
"hide-logo": "Hide Logo",
|
"hide-logo": "Hide Logo",
|
||||||
"hide-card-counter-list": "Hide card counter list on All Boards",
|
|
||||||
"hide-board-member-list": "Hide board member list on All Boards",
|
|
||||||
"add-custom-html-after-body-start": "Add Custom HTML after <body> start",
|
"add-custom-html-after-body-start": "Add Custom HTML after <body> start",
|
||||||
"add-custom-html-before-body-end": "Add Custom HTML before </body> end",
|
"add-custom-html-before-body-end": "Add Custom HTML before </body> end",
|
||||||
"error-undefined": "Something went wrong",
|
"error-undefined": "Something went wrong",
|
||||||
|
|
@ -899,7 +879,6 @@
|
||||||
"cardAssigneesPopup-title": "Assignee",
|
"cardAssigneesPopup-title": "Assignee",
|
||||||
"addmore-detail": "Add a more detailed description",
|
"addmore-detail": "Add a more detailed description",
|
||||||
"show-on-card": "Show on Card",
|
"show-on-card": "Show on Card",
|
||||||
"show-on-minicard": "Show on Minicard",
|
|
||||||
"new": "New",
|
"new": "New",
|
||||||
"editOrgPopup-title": "Edit Organization",
|
"editOrgPopup-title": "Edit Organization",
|
||||||
"newOrgPopup-title": "New Organization",
|
"newOrgPopup-title": "New Organization",
|
||||||
|
|
@ -908,7 +887,6 @@
|
||||||
"editUserPopup-title": "Edit User",
|
"editUserPopup-title": "Edit User",
|
||||||
"newUserPopup-title": "New User",
|
"newUserPopup-title": "New User",
|
||||||
"notifications": "Notifications",
|
"notifications": "Notifications",
|
||||||
"help": "Help",
|
|
||||||
"view-all": "View All",
|
"view-all": "View All",
|
||||||
"filter-by-unread": "Filter by Unread",
|
"filter-by-unread": "Filter by Unread",
|
||||||
"mark-all-as-read": "Mark all as read",
|
"mark-all-as-read": "Mark all as read",
|
||||||
|
|
@ -944,13 +922,8 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Κάρτα",
|
"card": "Κάρτα",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
|
||||||
"myCardsViewChangePopup-title": "My Cards View",
|
|
||||||
"myCardsViewChange-choice-boards": "Πίνακες",
|
|
||||||
"myCardsViewChange-choice-table": "Table",
|
|
||||||
"myCardsSortChange-title": "My Cards Sort",
|
"myCardsSortChange-title": "My Cards Sort",
|
||||||
"myCardsSortChangePopup-title": "My Cards Sort",
|
"myCardsSortChangePopup-title": "My Cards Sort",
|
||||||
"myCardsSortChange-choice-board": "By Board",
|
"myCardsSortChange-choice-board": "By Board",
|
||||||
|
|
@ -1094,6 +1067,7 @@
|
||||||
"custom-field-stringtemplate-item-placeholder": "Press enter to add more items",
|
"custom-field-stringtemplate-item-placeholder": "Press enter to add more items",
|
||||||
"creator": "Creator",
|
"creator": "Creator",
|
||||||
"filesReportTitle": "Files Report",
|
"filesReportTitle": "Files Report",
|
||||||
|
"orphanedFilesReportTitle": "Orphaned Files Report",
|
||||||
"reports": "Reports",
|
"reports": "Reports",
|
||||||
"rulesReportTitle": "Rules Report",
|
"rulesReportTitle": "Rules Report",
|
||||||
"boardsReportTitle": "Boards Report",
|
"boardsReportTitle": "Boards Report",
|
||||||
|
|
@ -1170,35 +1144,5 @@
|
||||||
"newlineBecomesNewChecklistItem": "Newline becomes new checklist item",
|
"newlineBecomesNewChecklistItem": "Newline becomes new checklist item",
|
||||||
"copyChecklist": "Copy Checklist",
|
"copyChecklist": "Copy Checklist",
|
||||||
"copyChecklistPopup-title": "Copy Checklist",
|
"copyChecklistPopup-title": "Copy Checklist",
|
||||||
"card-show-lists": "Card Show Lists",
|
"card-show-lists": "Card Show Lists"
|
||||||
"subtaskActionsPopup-title": "Subtask Actions",
|
|
||||||
"attachmentActionsPopup-title": "Attachment Actions",
|
|
||||||
"attachment-move-storage-fs": "Move attachment to filesystem",
|
|
||||||
"attachment-move-storage-gridfs": "Move attachment to GridFS",
|
|
||||||
"attachment-move-storage-s3": "Move attachment to S3",
|
|
||||||
"attachment-move": "Move Attachment",
|
|
||||||
"move-all-attachments-to-fs": "Move all attachments to filesystem",
|
|
||||||
"move-all-attachments-to-gridfs": "Move all attachments to GridFS",
|
|
||||||
"move-all-attachments-to-s3": "Move all attachments to S3",
|
|
||||||
"move-all-attachments-of-board-to-fs": "Move all attachments of board to filesystem",
|
|
||||||
"move-all-attachments-of-board-to-gridfs": "Move all attachments of board to GridFS",
|
|
||||||
"move-all-attachments-of-board-to-s3": "Move all attachments of board to S3",
|
|
||||||
"path": "Path",
|
|
||||||
"version-name": "Version-Name",
|
|
||||||
"size": "Size",
|
|
||||||
"storage": "Storage",
|
|
||||||
"action": "Ενέργεια",
|
|
||||||
"board-title": "Board Title",
|
|
||||||
"attachmentRenamePopup-title": "Μετανομασία",
|
|
||||||
"uploading": "Uploading",
|
|
||||||
"remaining_time": "Remaining time",
|
|
||||||
"speed": "Speed",
|
|
||||||
"progress": "Progress",
|
|
||||||
"password-again": "Password (again)",
|
|
||||||
"if-you-already-have-an-account": "If you already have an account",
|
|
||||||
"register": "Register",
|
|
||||||
"forgot-password": "Forgot password",
|
|
||||||
"minicardDetailsActionsPopup-title": "Card Details",
|
|
||||||
"Mongo_sessions_count": "Mongo sessions count",
|
|
||||||
"change-visibility": "Αλλαγή Ορατότητας"
|
|
||||||
}
|
}
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Full Name",
|
"fullname": "Full Name",
|
||||||
"header-logo-title": "Go back to your boards page.",
|
"header-logo-title": "Go back to your boards page.",
|
||||||
"hide-system-messages": "Hide system messages",
|
"hide-system-messages": "Hide system messages",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Card",
|
"card": "Card",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Full Name",
|
"fullname": "Full Name",
|
||||||
"header-logo-title": "Go back to your boards page.",
|
"header-logo-title": "Go back to your boards page.",
|
||||||
"hide-system-messages": "Hide system messages",
|
"hide-system-messages": "Hide system messages",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Card",
|
"card": "Card",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Full Name",
|
"fullname": "Full Name",
|
||||||
"header-logo-title": "Go back to your boards page.",
|
"header-logo-title": "Go back to your boards page.",
|
||||||
"hide-system-messages": "Hide system messages",
|
"hide-system-messages": "Hide system messages",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Card",
|
"card": "Card",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Full Name",
|
"fullname": "Full Name",
|
||||||
"header-logo-title": "Go back to your boards page.",
|
"header-logo-title": "Go back to your boards page.",
|
||||||
"hide-system-messages": "Hide system messages",
|
"hide-system-messages": "Hide system messages",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Card",
|
"card": "Card",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Full Name",
|
"fullname": "Full Name",
|
||||||
"header-logo-title": "Go back to your boards page.",
|
"header-logo-title": "Go back to your boards page.",
|
||||||
"hide-system-messages": "Hide system messages",
|
"hide-system-messages": "Hide system messages",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Card",
|
"card": "Card",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Full Name",
|
"fullname": "Full Name",
|
||||||
"header-logo-title": "Go back to your boards page.",
|
"header-logo-title": "Go back to your boards page.",
|
||||||
"hide-system-messages": "Hide system messages",
|
"hide-system-messages": "Hide system messages",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Card",
|
"card": "Card",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -712,6 +712,7 @@
|
||||||
"default": "Default",
|
"default": "Default",
|
||||||
"queue": "Queue",
|
"queue": "Queue",
|
||||||
"subtask-settings": "Subtasks Settings",
|
"subtask-settings": "Subtasks Settings",
|
||||||
|
"card-settings": "Card Settings",
|
||||||
"minicard-settings": "Minicard Settings",
|
"minicard-settings": "Minicard Settings",
|
||||||
"boardSubtaskSettingsPopup-title": "Board Subtasks Settings",
|
"boardSubtaskSettingsPopup-title": "Board Subtasks Settings",
|
||||||
"boardCardSettingsPopup-title": "Card Settings",
|
"boardCardSettingsPopup-title": "Card Settings",
|
||||||
|
|
@ -754,6 +755,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "list",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Plena nomo",
|
"fullname": "Plena nomo",
|
||||||
"header-logo-title": "Go back to your boards page.",
|
"header-logo-title": "Go back to your boards page.",
|
||||||
"hide-system-messages": "Hide system messages",
|
"hide-system-messages": "Hide system messages",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "listo",
|
"r-list": "listo",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Card",
|
"card": "Card",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,7 @@
|
||||||
"act-restoredCard": "restored card __card__ to list __list__ at swimlane __swimlane__ at board __board__",
|
"act-restoredCard": "restored card __card__ to list __list__ at swimlane __swimlane__ at board __board__",
|
||||||
"act-unjoinMember": "removed member __member__ from card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
|
"act-unjoinMember": "removed member __member__ from card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
|
||||||
"act-withBoardTitle": "__board__",
|
"act-withBoardTitle": "__board__",
|
||||||
"act-withCardTitle": "__card__ [__board__]",
|
"act-withCardTitle": "__card__ [__board__] ",
|
||||||
"actions": "Acciones",
|
"actions": "Acciones",
|
||||||
"activities": "Actividades",
|
"activities": "Actividades",
|
||||||
"activity": "Actividad",
|
"activity": "Actividad",
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filtrar en la selección",
|
"filter-to-selection": "Filtrar en la selección",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Nombre Completo",
|
"fullname": "Nombre Completo",
|
||||||
"header-logo-title": "Retroceder a tu página de tableros.",
|
"header-logo-title": "Retroceder a tu página de tableros.",
|
||||||
"hide-system-messages": "Esconder mensajes del sistema",
|
"hide-system-messages": "Esconder mensajes del sistema",
|
||||||
|
|
@ -635,7 +635,7 @@
|
||||||
"smtp-tls-description": "Activar soporte TLS para el servidor SMTP",
|
"smtp-tls-description": "Activar soporte TLS para el servidor SMTP",
|
||||||
"smtp-host": "Servidor SMTP",
|
"smtp-host": "Servidor SMTP",
|
||||||
"smtp-port": "Puerto SMTP",
|
"smtp-port": "Puerto SMTP",
|
||||||
"smtp-username": "Nombre de usuario",
|
"smtp-username": "Usuario",
|
||||||
"smtp-password": "Contraseña",
|
"smtp-password": "Contraseña",
|
||||||
"smtp-tls": "Soporte TLS",
|
"smtp-tls": "Soporte TLS",
|
||||||
"send-from": "De",
|
"send-from": "De",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Tarjeta",
|
"card": "Tarjeta",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -303,7 +303,7 @@
|
||||||
"create": "Crear",
|
"create": "Crear",
|
||||||
"createBoardPopup-title": "Crear tablero",
|
"createBoardPopup-title": "Crear tablero",
|
||||||
"chooseBoardSourcePopup-title": "Importar un tablero",
|
"chooseBoardSourcePopup-title": "Importar un tablero",
|
||||||
"createLabelPopup-title": "Crear una etiqueta",
|
"createLabelPopup-title": "Crear etiqueta",
|
||||||
"createCustomField": "Crear un campo",
|
"createCustomField": "Crear un campo",
|
||||||
"createCustomFieldPopup-title": "Crear un campo",
|
"createCustomFieldPopup-title": "Crear un campo",
|
||||||
"current": "actual",
|
"current": "actual",
|
||||||
|
|
@ -352,7 +352,7 @@
|
||||||
"email-fail-text": "Error al intentar enviar el correo",
|
"email-fail-text": "Error al intentar enviar el correo",
|
||||||
"email-invalid": "Correo no válido",
|
"email-invalid": "Correo no válido",
|
||||||
"email-invite": "Invitar vía correo electrónico",
|
"email-invite": "Invitar vía correo electrónico",
|
||||||
"email-invite-subject": "__inviter__ te ha enviado una invitación",
|
"email-invite-subject": "__inviter__ ha enviado una invitación",
|
||||||
"email-invite-text": "Estimado __user__,\n\n__inviter__ te invita a unirte al tablero '__board__' para colaborar.\n\nPor favor, haz clic en el siguiente enlace:\n\n__url__\n\nGracias.",
|
"email-invite-text": "Estimado __user__,\n\n__inviter__ te invita a unirte al tablero '__board__' para colaborar.\n\nPor favor, haz clic en el siguiente enlace:\n\n__url__\n\nGracias.",
|
||||||
"email-resetPassword-subject": "Restablecer tu contraseña en __siteName__",
|
"email-resetPassword-subject": "Restablecer tu contraseña en __siteName__",
|
||||||
"email-resetPassword-text": "Hola __user__,\n\nPara restablecer tu contraseña, haz clic en el siguiente enlace.\n\n__url__\n\nGracias.",
|
"email-resetPassword-text": "Hola __user__,\n\nPara restablecer tu contraseña, haz clic en el siguiente enlace.\n\n__url__\n\nGracias.",
|
||||||
|
|
@ -365,7 +365,7 @@
|
||||||
"error-board-notAMember": "Es necesario ser miembro de este tablero para hacer eso",
|
"error-board-notAMember": "Es necesario ser miembro de este tablero para hacer eso",
|
||||||
"error-json-malformed": "El texto no es un JSON válido",
|
"error-json-malformed": "El texto no es un JSON válido",
|
||||||
"error-json-schema": "Sus datos JSON no incluyen la información apropiada en el formato correcto",
|
"error-json-schema": "Sus datos JSON no incluyen la información apropiada en el formato correcto",
|
||||||
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format ",
|
"error-csv-schema": "Su CSV(Valores separados por coma)/TSV(Valores separados por tab) no incluyen la información apropiada en el formato correcto",
|
||||||
"error-list-doesNotExist": "La lista no existe",
|
"error-list-doesNotExist": "La lista no existe",
|
||||||
"error-user-doesNotExist": "El usuario no existe",
|
"error-user-doesNotExist": "El usuario no existe",
|
||||||
"error-user-notAllowSelf": "No puedes invitarte a ti mismo",
|
"error-user-notAllowSelf": "No puedes invitarte a ti mismo",
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filtrar la selección",
|
"filter-to-selection": "Filtrar la selección",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Filtrado avanzado",
|
"advanced-filter-label": "Filtrado avanzado",
|
||||||
"advanced-filter-description": "El filtrado avanzado permite escribir una cadena que contiene los siguientes operadores: == != <= >= && || ( ) Se utiliza un espacio como separador entre los operadores. Se pueden filtrar todos los campos personalizados escribiendo sus nombres y valores. Por ejemplo: Campo1 == Valor1. Nota: Si los campos o valores contienen espacios, deben encapsularse entre comillas simples. Por ejemplo: 'Campo 1' == 'Valor 1'. Para omitir los caracteres de control único (' \/), se usa \. Por ejemplo: Campo1 = I\'m. También se pueden combinar múltiples condiciones. Por ejemplo: C1 == V1 || C1 == V2. Normalmente todos los operadores se interpretan de izquierda a derecha. Se puede cambiar el orden colocando paréntesis. Por ejemplo: C1 == V1 && ( C2 == V2 || C2 == V3 ). También se puede buscar en campos de texto usando expresiones regulares: C1 == /Tes.*/i",
|
"advanced-filter-description": "El filtrado avanzado permite escribir una cadena que contiene los siguientes operadores: == != <= >= && || ( ) Se utiliza un espacio como separador entre los operadores. Se pueden filtrar todos los campos personalizados escribiendo sus nombres y valores. Por ejemplo: Campo1 == Valor1. Nota: Si los campos o valores contienen espacios, deben encapsularse entre comillas simples. Por ejemplo: 'Campo 1' == 'Valor 1'. Para omitir los caracteres de control único (' \\/), se usa \\. Por ejemplo: Campo1 = I\\'m. También se pueden combinar múltiples condiciones. Por ejemplo: C1 == V1 || C1 == V2. Normalmente todos los operadores se interpretan de izquierda a derecha. Se puede cambiar el orden colocando paréntesis. Por ejemplo: C1 == V1 && ( C2 == V2 || C2 == V3 ). También se puede buscar en campos de texto usando expresiones regulares: C1 == /Tes.*/i",
|
||||||
"fullname": "Nombre completo",
|
"fullname": "Nombre completo",
|
||||||
"header-logo-title": "Volver a tu página de tableros",
|
"header-logo-title": "Volver a tu página de tableros",
|
||||||
"hide-system-messages": "Ocultar las notificaciones de actividad",
|
"hide-system-messages": "Ocultar las notificaciones de actividad",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "eliminado de",
|
"r-removed-from": "eliminado de",
|
||||||
"r-the-board": "el tablero",
|
"r-the-board": "el tablero",
|
||||||
"r-list": "la lista",
|
"r-list": "la lista",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Filtrar",
|
"set-filter": "Filtrar",
|
||||||
"r-moved-to": "Movido a",
|
"r-moved-to": "Movido a",
|
||||||
"r-moved-from": "Movido desde",
|
"r-moved-from": "Movido desde",
|
||||||
|
|
@ -832,7 +833,7 @@
|
||||||
"r-items-list": "item1,item2,item3",
|
"r-items-list": "item1,item2,item3",
|
||||||
"r-add-swimlane": "Agregar el carril",
|
"r-add-swimlane": "Agregar el carril",
|
||||||
"r-swimlane-name": "nombre del carril",
|
"r-swimlane-name": "nombre del carril",
|
||||||
"r-board-note": "Note: leave a field empty to match every possible value. ",
|
"r-board-note": "Nota: deje un campo vacío para que coincida con todos los valores posibles",
|
||||||
"r-checklist-note": "Nota: los ítems de la lista tienen que escribirse como valores separados por coma.",
|
"r-checklist-note": "Nota: los ítems de la lista tienen que escribirse como valores separados por coma.",
|
||||||
"r-when-a-card-is-moved": "Cuando una tarjeta es movida a otra lista",
|
"r-when-a-card-is-moved": "Cuando una tarjeta es movida a otra lista",
|
||||||
"r-set": "Cambiar",
|
"r-set": "Cambiar",
|
||||||
|
|
@ -865,7 +866,7 @@
|
||||||
"duplicate-board": "Duplicar tablero",
|
"duplicate-board": "Duplicar tablero",
|
||||||
"org-number": "The number of organizations is:",
|
"org-number": "The number of organizations is:",
|
||||||
"team-number": "The number of teams is:",
|
"team-number": "The number of teams is:",
|
||||||
"people-number": "The number of people is: ",
|
"people-number": "El número de personas es:",
|
||||||
"swimlaneDeletePopup-title": "¿Eliminar el carril de flujo?",
|
"swimlaneDeletePopup-title": "¿Eliminar el carril de flujo?",
|
||||||
"swimlane-delete-pop": "Todas las acciones serán eliminadas del historial de actividades y no se podrá recuperar el carril de flujo. Esta acción no puede deshacerse.",
|
"swimlane-delete-pop": "Todas las acciones serán eliminadas del historial de actividades y no se podrá recuperar el carril de flujo. Esta acción no puede deshacerse.",
|
||||||
"restore-all": "Restaurar todas",
|
"restore-all": "Restaurar todas",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Tarjeta",
|
"card": "Tarjeta",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Full Name",
|
"fullname": "Full Name",
|
||||||
"header-logo-title": "Go back to your boards page.",
|
"header-logo-title": "Go back to your boards page.",
|
||||||
"hide-system-messages": "Hide system messages",
|
"hide-system-messages": "Hide system messages",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Card",
|
"card": "Card",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Full Name",
|
"fullname": "Full Name",
|
||||||
"header-logo-title": "Go back to your boards page.",
|
"header-logo-title": "Go back to your boards page.",
|
||||||
"hide-system-messages": "Hide system messages",
|
"hide-system-messages": "Hide system messages",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Card",
|
"card": "Card",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -303,7 +303,7 @@
|
||||||
"create": "Crear",
|
"create": "Crear",
|
||||||
"createBoardPopup-title": "Crear tablero",
|
"createBoardPopup-title": "Crear tablero",
|
||||||
"chooseBoardSourcePopup-title": "Importar un tablero",
|
"chooseBoardSourcePopup-title": "Importar un tablero",
|
||||||
"createLabelPopup-title": "Crear una etiqueta",
|
"createLabelPopup-title": "Crear etiqueta",
|
||||||
"createCustomField": "Crear un campo",
|
"createCustomField": "Crear un campo",
|
||||||
"createCustomFieldPopup-title": "Crear un campo",
|
"createCustomFieldPopup-title": "Crear un campo",
|
||||||
"current": "actual",
|
"current": "actual",
|
||||||
|
|
@ -352,7 +352,7 @@
|
||||||
"email-fail-text": "Error al intentar enviar el correo",
|
"email-fail-text": "Error al intentar enviar el correo",
|
||||||
"email-invalid": "Correo no válido",
|
"email-invalid": "Correo no válido",
|
||||||
"email-invite": "Invitar vía correo electrónico",
|
"email-invite": "Invitar vía correo electrónico",
|
||||||
"email-invite-subject": "__inviter__ le envió una invitación",
|
"email-invite-subject": "__inviter__ ha enviado una invitación",
|
||||||
"email-invite-text": "Estimado __user__,\n\n__inviter__ le invita a unirse al tablero «__board__» para colaborar.\n\nPor favor, haga clic en el siguiente enlace:\n\n__url__\n\nGracias.",
|
"email-invite-text": "Estimado __user__,\n\n__inviter__ le invita a unirse al tablero «__board__» para colaborar.\n\nPor favor, haga clic en el siguiente enlace:\n\n__url__\n\nGracias.",
|
||||||
"email-resetPassword-subject": "Restablezca su contraseña en __siteName__",
|
"email-resetPassword-subject": "Restablezca su contraseña en __siteName__",
|
||||||
"email-resetPassword-text": "Hola __user__,\n\nPara restablecer su contraseña, simplemente haga clic en el siguiente enlace.\n\n__url__\n\nGracias.",
|
"email-resetPassword-text": "Hola __user__,\n\nPara restablecer su contraseña, simplemente haga clic en el siguiente enlace.\n\n__url__\n\nGracias.",
|
||||||
|
|
@ -365,7 +365,7 @@
|
||||||
"error-board-notAMember": "Es necesario ser miembro de este tablero para hacer eso",
|
"error-board-notAMember": "Es necesario ser miembro de este tablero para hacer eso",
|
||||||
"error-json-malformed": "El texto no es un JSON válido",
|
"error-json-malformed": "El texto no es un JSON válido",
|
||||||
"error-json-schema": "Sus datos JSON no incluyen la información apropiada en el formato correcto",
|
"error-json-schema": "Sus datos JSON no incluyen la información apropiada en el formato correcto",
|
||||||
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format ",
|
"error-csv-schema": "Su archivo CSV (valores separados por comas) o TSV (valores separados por tabulaciones) no incluye la información adecuada en el formato correcto",
|
||||||
"error-list-doesNotExist": "La lista no existe",
|
"error-list-doesNotExist": "La lista no existe",
|
||||||
"error-user-doesNotExist": "El usuario no existe",
|
"error-user-doesNotExist": "El usuario no existe",
|
||||||
"error-user-notAllowSelf": "No se puede invitar a sí mismo",
|
"error-user-notAllowSelf": "No se puede invitar a sí mismo",
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filtrar la selección",
|
"filter-to-selection": "Filtrar la selección",
|
||||||
"other-filters-label": "Otros filtros",
|
"other-filters-label": "Otros filtros",
|
||||||
"advanced-filter-label": "Filtro avanzado",
|
"advanced-filter-label": "Filtro avanzado",
|
||||||
"advanced-filter-description": "El filtrado avanzado permite escribir una cadena que contiene los siguientes operadores: == != <= >= && || ( ) Se utiliza un espacio como separador entre los operadores. Se pueden filtrar todos los campos personalizados escribiendo sus nombres y valores. Por ejemplo: Campo1 == Valor1. Nota: Si los campos o valores contienen espacios, deben encapsularse entre comillas simples. Por ejemplo: 'Campo 1' == 'Valor 1'. Para omitir los caracteres de control único (' \/), se usa \. Por ejemplo: Campo1 = I\'m. También se pueden combinar múltiples condiciones. Por ejemplo: C1 == V1 || C1 == V2. Normalmente todos los operadores se interpretan de izquierda a derecha. Se puede cambiar el orden colocando paréntesis. Por ejemplo: C1 == V1 && ( C2 == V2 || C2 == V3 ). También se puede buscar en campos de texto usando expresiones regulares: C1 == /Tes.*/i",
|
"advanced-filter-description": "El filtrado avanzado permite escribir una cadena que contiene los siguientes operadores: == != <= >= && || ( ) Se utiliza un espacio como separador entre los operadores. Se pueden filtrar todos los campos personalizados escribiendo sus nombres y valores. Por ejemplo: Campo1 == Valor1. Nota: Si los campos o valores contienen espacios, deben encapsularse entre comillas simples. Por ejemplo: 'Campo 1' == 'Valor 1'. Para omitir los caracteres de control único (' \\/), se usa \\. Por ejemplo: Campo1 = I\\'m. También se pueden combinar múltiples condiciones. Por ejemplo: C1 == V1 || C1 == V2. Normalmente todos los operadores se interpretan de izquierda a derecha. Se puede cambiar el orden colocando paréntesis. Por ejemplo: C1 == V1 && ( C2 == V2 || C2 == V3 ). También se puede buscar en campos de texto usando expresiones regulares: C1 == /Tes.*/i",
|
||||||
"fullname": "Nombre completo",
|
"fullname": "Nombre completo",
|
||||||
"header-logo-title": "Volver a su página de tableros",
|
"header-logo-title": "Volver a su página de tableros",
|
||||||
"hide-system-messages": "Ocultar las notificaciones de actividad",
|
"hide-system-messages": "Ocultar las notificaciones de actividad",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "eliminado de",
|
"r-removed-from": "eliminado de",
|
||||||
"r-the-board": "el tablero",
|
"r-the-board": "el tablero",
|
||||||
"r-list": "la lista",
|
"r-list": "la lista",
|
||||||
|
"list": "Lista",
|
||||||
"set-filter": "Filtrar",
|
"set-filter": "Filtrar",
|
||||||
"r-moved-to": "Movido a",
|
"r-moved-to": "Movido a",
|
||||||
"r-moved-from": "Movido desde",
|
"r-moved-from": "Movido desde",
|
||||||
|
|
@ -832,7 +833,7 @@
|
||||||
"r-items-list": "elemento1,elemento2,elemento3",
|
"r-items-list": "elemento1,elemento2,elemento3",
|
||||||
"r-add-swimlane": "Agregar el carril",
|
"r-add-swimlane": "Agregar el carril",
|
||||||
"r-swimlane-name": "nombre del carril",
|
"r-swimlane-name": "nombre del carril",
|
||||||
"r-board-note": "Note: leave a field empty to match every possible value. ",
|
"r-board-note": "Nota: deje un campo vacío para que coincida con todos los valores posibles",
|
||||||
"r-checklist-note": "Nota: los elementos de la lista de comprobación deben escribirse como valores separados por comas.",
|
"r-checklist-note": "Nota: los elementos de la lista de comprobación deben escribirse como valores separados por comas.",
|
||||||
"r-when-a-card-is-moved": "Cuando una tarjeta es movida a otra lista",
|
"r-when-a-card-is-moved": "Cuando una tarjeta es movida a otra lista",
|
||||||
"r-set": "Cambiar",
|
"r-set": "Cambiar",
|
||||||
|
|
@ -863,9 +864,9 @@
|
||||||
"oidc-button-text": "Customize the OIDC button text",
|
"oidc-button-text": "Customize the OIDC button text",
|
||||||
"default-authentication-method": "Método de autenticación por defecto",
|
"default-authentication-method": "Método de autenticación por defecto",
|
||||||
"duplicate-board": "Duplicar tablero",
|
"duplicate-board": "Duplicar tablero",
|
||||||
"org-number": "The number of organizations is: ",
|
"org-number": "El número de organizaciones es:",
|
||||||
"team-number": "The number of teams is: ",
|
"team-number": "El número de equipos es:",
|
||||||
"people-number": "The number of people is: ",
|
"people-number": "El número de personas es:",
|
||||||
"swimlaneDeletePopup-title": "¿Eliminar el carril «swimlane»?",
|
"swimlaneDeletePopup-title": "¿Eliminar el carril «swimlane»?",
|
||||||
"swimlane-delete-pop": "Todas las acciones serán eliminadas de la fuente de actividades y no se podrá recuperar el carril «swimlane». Esta acción no puede deshacerse.",
|
"swimlane-delete-pop": "Todas las acciones serán eliminadas de la fuente de actividades y no se podrá recuperar el carril «swimlane». Esta acción no puede deshacerse.",
|
||||||
"restore-all": "Restaurar todas",
|
"restore-all": "Restaurar todas",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Persona",
|
"person": "Persona",
|
||||||
"my-cards": "Mis tarjetas",
|
"my-cards": "Mis tarjetas",
|
||||||
"card": "Tarjeta",
|
"card": "Tarjeta",
|
||||||
"list": "Lista",
|
|
||||||
"board": "Tablero",
|
"board": "Tablero",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Full Name",
|
"fullname": "Full Name",
|
||||||
"header-logo-title": "Go back to your boards page.",
|
"header-logo-title": "Go back to your boards page.",
|
||||||
"hide-system-messages": "Hide system messages",
|
"hide-system-messages": "Hide system messages",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Card",
|
"card": "Card",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"accept": "Accept",
|
"accept": "Aceptar",
|
||||||
"act-activity-notify": "Notificación de actividad",
|
"act-activity-notify": "Notificación de actividad",
|
||||||
"act-addAttachment": "añadido el adjunto __attachment__ a la tarjeta __card__ de la lista __list__ del carril __swimlane__ del tablero __board__",
|
"act-addAttachment": "añadido el adjunto __attachment__ a la tarjeta __card__ de la lista __list__ del carril __swimlane__ del tablero __board__",
|
||||||
"act-deleteAttachment": "eliminado el adjunto __attachment__ de la tarjeta __card__ de la lista __list__ del carril __swimlane__ del tablero __board__",
|
"act-deleteAttachment": "eliminado el adjunto __attachment__ de la tarjeta __card__ de la lista __list__ del carril __swimlane__ del tablero __board__",
|
||||||
|
|
@ -45,28 +45,28 @@
|
||||||
"actions": "Acciones",
|
"actions": "Acciones",
|
||||||
"activities": "Actividades",
|
"activities": "Actividades",
|
||||||
"activity": "Actividad",
|
"activity": "Actividad",
|
||||||
"activity-added": "added %s to %s",
|
"activity-added": "ha añadido %s a %s",
|
||||||
"activity-archived": "%s se ha archivado",
|
"activity-archived": "%s se ha archivado",
|
||||||
"activity-attached": "attached %s to %s",
|
"activity-attached": "ha adjuntado %s a %s",
|
||||||
"activity-created": "created %s",
|
"activity-created": "ha creado %s",
|
||||||
"activity-customfield-created": "creó el campo personalizado %s",
|
"activity-customfield-created": "creó el campo personalizado %s",
|
||||||
"activity-excluded": "excluded %s from %s",
|
"activity-excluded": "ha excluido %s de %s",
|
||||||
"activity-imported": "imported %s into %s from %s",
|
"activity-imported": "ha importado %s a %s desde %s",
|
||||||
"activity-imported-board": "imported %s from %s",
|
"activity-imported-board": "ha importado %s desde %s",
|
||||||
"activity-joined": "se ha unido a %s",
|
"activity-joined": "se ha unido a %s",
|
||||||
"activity-moved": "moved %s from %s to %s",
|
"activity-moved": "ha movido %s de %s a %s",
|
||||||
"activity-on": "en %s",
|
"activity-on": "en %s",
|
||||||
"activity-removed": "removed %s from %s",
|
"activity-removed": "ha eliminado %s de %s",
|
||||||
"activity-sent": "sent %s to %s",
|
"activity-sent": "ha enviado %s a %s",
|
||||||
"activity-unjoined": "se ha desvinculado de %s",
|
"activity-unjoined": "se ha desvinculado de %s",
|
||||||
"activity-subtask-added": "ha añadido la subtarea a %s",
|
"activity-subtask-added": "ha añadido la subtarea a %s",
|
||||||
"activity-checked-item": "checked %s in checklist %s of %s",
|
"activity-checked-item": "marcado %s en la lista de verificación %s de %s",
|
||||||
"activity-unchecked-item": "desmarcado %s en lista %s de %s",
|
"activity-unchecked-item": "desmarcado %s en lista %s de %s",
|
||||||
"activity-checklist-added": "added checklist to %s",
|
"activity-checklist-added": "ha añadido una lista de verificación a %s",
|
||||||
"activity-checklist-removed": "eliminada una lista de verificación desde %s",
|
"activity-checklist-removed": "eliminada una lista de verificación desde %s",
|
||||||
"activity-checklist-completed": "lista de verificación completada %s de %s",
|
"activity-checklist-completed": "lista de verificación completada %s de %s",
|
||||||
"activity-checklist-uncompleted": "no completado la lista %s de %s",
|
"activity-checklist-uncompleted": "no completado la lista %s de %s",
|
||||||
"activity-checklist-item-added": "added checklist item to '%s' in %s",
|
"activity-checklist-item-added": "ha añadido el elemento de la lista de verificación a '%s' en %s",
|
||||||
"activity-checklist-item-removed": "eliminado un elemento de la lista de verificación desde '%s' en %s",
|
"activity-checklist-item-removed": "eliminado un elemento de la lista de verificación desde '%s' en %s",
|
||||||
"add": "Añadir",
|
"add": "Añadir",
|
||||||
"activity-checked-item-card": "marcado %s en la lista de verificación %s",
|
"activity-checked-item-card": "marcado %s en la lista de verificación %s",
|
||||||
|
|
@ -103,7 +103,7 @@
|
||||||
"admin-desc": "Puedes ver y editar tarjetas, eliminar miembros, y cambiar las preferencias del tablero",
|
"admin-desc": "Puedes ver y editar tarjetas, eliminar miembros, y cambiar las preferencias del tablero",
|
||||||
"admin-announcement": "Aviso",
|
"admin-announcement": "Aviso",
|
||||||
"admin-announcement-active": "Activar el aviso para todo el sistema",
|
"admin-announcement-active": "Activar el aviso para todo el sistema",
|
||||||
"admin-announcement-title": "Announcement from Administrator",
|
"admin-announcement-title": "Aviso del administrador",
|
||||||
"all-boards": "Tableros",
|
"all-boards": "Tableros",
|
||||||
"and-n-other-card": "y __count__ tarjeta más",
|
"and-n-other-card": "y __count__ tarjeta más",
|
||||||
"and-n-other-card_plural": "y otras __count__ tarjetas",
|
"and-n-other-card_plural": "y otras __count__ tarjetas",
|
||||||
|
|
@ -303,7 +303,7 @@
|
||||||
"create": "Crear",
|
"create": "Crear",
|
||||||
"createBoardPopup-title": "Crear tablero",
|
"createBoardPopup-title": "Crear tablero",
|
||||||
"chooseBoardSourcePopup-title": "Importar un tablero",
|
"chooseBoardSourcePopup-title": "Importar un tablero",
|
||||||
"createLabelPopup-title": "Crear una etiqueta",
|
"createLabelPopup-title": "Crear etiqueta",
|
||||||
"createCustomField": "Crear un campo",
|
"createCustomField": "Crear un campo",
|
||||||
"createCustomFieldPopup-title": "Crear un campo",
|
"createCustomFieldPopup-title": "Crear un campo",
|
||||||
"current": "actual",
|
"current": "actual",
|
||||||
|
|
@ -352,7 +352,7 @@
|
||||||
"email-fail-text": "Error al intentar enviar el correo",
|
"email-fail-text": "Error al intentar enviar el correo",
|
||||||
"email-invalid": "Correo no válido",
|
"email-invalid": "Correo no válido",
|
||||||
"email-invite": "Invitar vía correo electrónico",
|
"email-invite": "Invitar vía correo electrónico",
|
||||||
"email-invite-subject": "__inviter__ te ha enviado una invitación",
|
"email-invite-subject": "__inviter__ ha enviado una invitación",
|
||||||
"email-invite-text": "Estimado __user__,\n\n__inviter__ te invita a unirte al tablero '__board__' para colaborar.\n\nPor favor, haz clic en el siguiente enlace:\n\n__url__\n\nGracias.",
|
"email-invite-text": "Estimado __user__,\n\n__inviter__ te invita a unirte al tablero '__board__' para colaborar.\n\nPor favor, haz clic en el siguiente enlace:\n\n__url__\n\nGracias.",
|
||||||
"email-resetPassword-subject": "Restablecer tu contraseña en __siteName__",
|
"email-resetPassword-subject": "Restablecer tu contraseña en __siteName__",
|
||||||
"email-resetPassword-text": "Hola __user__,\n\nPara restablecer tu contraseña, haz clic en el siguiente enlace.\n\n__url__\n\nGracias.",
|
"email-resetPassword-text": "Hola __user__,\n\nPara restablecer tu contraseña, haz clic en el siguiente enlace.\n\n__url__\n\nGracias.",
|
||||||
|
|
@ -365,7 +365,7 @@
|
||||||
"error-board-notAMember": "Es necesario ser miembro de este tablero para hacer eso",
|
"error-board-notAMember": "Es necesario ser miembro de este tablero para hacer eso",
|
||||||
"error-json-malformed": "El texto no es un JSON válido",
|
"error-json-malformed": "El texto no es un JSON válido",
|
||||||
"error-json-schema": "Sus datos JSON no incluyen la información apropiada en el formato correcto",
|
"error-json-schema": "Sus datos JSON no incluyen la información apropiada en el formato correcto",
|
||||||
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format ",
|
"error-csv-schema": "Su CSV(Valores separados por coma)/TSV(Valores separados por tab) no incluyen la información apropiada en el formato correcto",
|
||||||
"error-list-doesNotExist": "La lista no existe",
|
"error-list-doesNotExist": "La lista no existe",
|
||||||
"error-user-doesNotExist": "El usuario no existe",
|
"error-user-doesNotExist": "El usuario no existe",
|
||||||
"error-user-notAllowSelf": "No puedes invitarte a ti mismo",
|
"error-user-notAllowSelf": "No puedes invitarte a ti mismo",
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filtrar la selección",
|
"filter-to-selection": "Filtrar la selección",
|
||||||
"other-filters-label": "Otros filtros",
|
"other-filters-label": "Otros filtros",
|
||||||
"advanced-filter-label": "Filtrado avanzado",
|
"advanced-filter-label": "Filtrado avanzado",
|
||||||
"advanced-filter-description": "El filtrado avanzado permite escribir una cadena que contiene los siguientes operadores: == != <= >= && || ( ) Se utiliza un espacio como separador entre los operadores. Se pueden filtrar todos los campos personalizados escribiendo sus nombres y valores. Por ejemplo: Campo1 == Valor1. Nota: Si los campos o valores contienen espacios, deben encapsularse entre comillas simples. Por ejemplo: 'Campo 1' == 'Valor 1'. Para omitir los caracteres de control único (' \/), se usa \. Por ejemplo: Campo1 = I\'m. También se pueden combinar múltiples condiciones. Por ejemplo: C1 == V1 || C1 == V2. Normalmente todos los operadores se interpretan de izquierda a derecha. Se puede cambiar el orden colocando paréntesis. Por ejemplo: C1 == V1 && ( C2 == V2 || C2 == V3 ). También se puede buscar en campos de texto usando expresiones regulares: C1 == /Tes.*/i",
|
"advanced-filter-description": "El filtrado avanzado permite escribir una cadena que contiene los siguientes operadores: == != <= >= && || ( ) Se utiliza un espacio como separador entre los operadores. Se pueden filtrar todos los campos personalizados escribiendo sus nombres y valores. Por ejemplo: Campo1 == Valor1. Nota: Si los campos o valores contienen espacios, deben encapsularse entre comillas simples. Por ejemplo: 'Campo 1' == 'Valor 1'. Para omitir los caracteres de control único (' \\/), se usa \\. Por ejemplo: Campo1 = I\\'m. También se pueden combinar múltiples condiciones. Por ejemplo: C1 == V1 || C1 == V2. Normalmente todos los operadores se interpretan de izquierda a derecha. Se puede cambiar el orden colocando paréntesis. Por ejemplo: C1 == V1 && ( C2 == V2 || C2 == V3 ). También se puede buscar en campos de texto usando expresiones regulares: C1 == /Tes.*/i",
|
||||||
"fullname": "Nombre completo",
|
"fullname": "Nombre completo",
|
||||||
"header-logo-title": "Volver a tu página de tableros",
|
"header-logo-title": "Volver a tu página de tableros",
|
||||||
"hide-system-messages": "Ocultar las notificaciones de actividad",
|
"hide-system-messages": "Ocultar las notificaciones de actividad",
|
||||||
|
|
@ -554,7 +554,7 @@
|
||||||
"select-color": "Seleccionar el color",
|
"select-color": "Seleccionar el color",
|
||||||
"select-board": "Seleccionar tablero",
|
"select-board": "Seleccionar tablero",
|
||||||
"set-wip-limit-value": "Cambiar el límite para el número máximo de tareas en esta lista.",
|
"set-wip-limit-value": "Cambiar el límite para el número máximo de tareas en esta lista.",
|
||||||
"setWipLimitPopup-title": "Set WIP Limit",
|
"setWipLimitPopup-title": "Cambiar el límite del trabajo en proceso",
|
||||||
"shortcut-assign-self": "Asignarte a ti mismo a la tarjeta actual",
|
"shortcut-assign-self": "Asignarte a ti mismo a la tarjeta actual",
|
||||||
"shortcut-autocomplete-emoji": "Autocompletar emoji",
|
"shortcut-autocomplete-emoji": "Autocompletar emoji",
|
||||||
"shortcut-autocomplete-members": "Autocompletar miembros",
|
"shortcut-autocomplete-members": "Autocompletar miembros",
|
||||||
|
|
@ -649,9 +649,9 @@
|
||||||
"error-notAuthorized": "No estás autorizado a ver esta página.",
|
"error-notAuthorized": "No estás autorizado a ver esta página.",
|
||||||
"webhook-title": "Nombre del Webhook",
|
"webhook-title": "Nombre del Webhook",
|
||||||
"webhook-token": "Token (opcional para la autenticación)",
|
"webhook-token": "Token (opcional para la autenticación)",
|
||||||
"outgoing-webhooks": "Outgoing Webhooks",
|
"outgoing-webhooks": "Webhooks salientes",
|
||||||
"bidirectional-webhooks": "Webhooks de doble sentido",
|
"bidirectional-webhooks": "Webhooks de doble sentido",
|
||||||
"outgoingWebhooksPopup-title": "Outgoing Webhooks",
|
"outgoingWebhooksPopup-title": "Webhooks salientes",
|
||||||
"boardCardTitlePopup-title": "Filtro de títulos de tarjeta",
|
"boardCardTitlePopup-title": "Filtro de títulos de tarjeta",
|
||||||
"disable-webhook": "Deshabilitar este Webhook",
|
"disable-webhook": "Deshabilitar este Webhook",
|
||||||
"global-webhook": "Webhooks globales",
|
"global-webhook": "Webhooks globales",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "eliminado de",
|
"r-removed-from": "eliminado de",
|
||||||
"r-the-board": "el tablero",
|
"r-the-board": "el tablero",
|
||||||
"r-list": "la lista",
|
"r-list": "la lista",
|
||||||
|
"list": "Lista",
|
||||||
"set-filter": "Filtrar",
|
"set-filter": "Filtrar",
|
||||||
"r-moved-to": "Movido a",
|
"r-moved-to": "Movido a",
|
||||||
"r-moved-from": "Movido desde",
|
"r-moved-from": "Movido desde",
|
||||||
|
|
@ -832,7 +833,7 @@
|
||||||
"r-items-list": "item1,item2,item3",
|
"r-items-list": "item1,item2,item3",
|
||||||
"r-add-swimlane": "Agregar el carril",
|
"r-add-swimlane": "Agregar el carril",
|
||||||
"r-swimlane-name": "nombre del carril",
|
"r-swimlane-name": "nombre del carril",
|
||||||
"r-board-note": "Note: leave a field empty to match every possible value. ",
|
"r-board-note": "Nota: deje un campo vacío para que coincida con todos los valores posibles",
|
||||||
"r-checklist-note": "Nota: los ítems de la lista tienen que escribirse como valores separados por coma.",
|
"r-checklist-note": "Nota: los ítems de la lista tienen que escribirse como valores separados por coma.",
|
||||||
"r-when-a-card-is-moved": "Cuando una tarjeta es movida a otra lista",
|
"r-when-a-card-is-moved": "Cuando una tarjeta es movida a otra lista",
|
||||||
"r-set": "Cambiar",
|
"r-set": "Cambiar",
|
||||||
|
|
@ -863,12 +864,12 @@
|
||||||
"oidc-button-text": "Customize the OIDC button text",
|
"oidc-button-text": "Customize the OIDC button text",
|
||||||
"default-authentication-method": "Método de autenticación por defecto",
|
"default-authentication-method": "Método de autenticación por defecto",
|
||||||
"duplicate-board": "Duplicar tablero",
|
"duplicate-board": "Duplicar tablero",
|
||||||
"org-number": "The number of organizations is: ",
|
"org-number": "El número de organizaciones es:",
|
||||||
"team-number": "The number of teams is: ",
|
"team-number": "El número de equipos es:",
|
||||||
"people-number": "The number of people is: ",
|
"people-number": "El número de personas es:",
|
||||||
"swimlaneDeletePopup-title": "¿Eliminar el carril de flujo?",
|
"swimlaneDeletePopup-title": "¿Eliminar el carril de flujo?",
|
||||||
"swimlane-delete-pop": "Todas las acciones serán eliminadas del historial de actividades y no se podrá recuperar el carril de flujo. Esta acción no puede deshacerse.",
|
"swimlane-delete-pop": "Todas las acciones serán eliminadas del historial de actividades y no se podrá recuperar el carril de flujo. Esta acción no puede deshacerse.",
|
||||||
"restore-all": "Restore all",
|
"restore-all": "Restaurar todas",
|
||||||
"delete-all": "Borrar todas",
|
"delete-all": "Borrar todas",
|
||||||
"loading": "Cargando. Por favor, espere.",
|
"loading": "Cargando. Por favor, espere.",
|
||||||
"previous_as": "el último tiempo fue",
|
"previous_as": "el último tiempo fue",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Persona",
|
"person": "Persona",
|
||||||
"my-cards": "Mis Tarjetas",
|
"my-cards": "Mis Tarjetas",
|
||||||
"card": "Tarjeta",
|
"card": "Tarjeta",
|
||||||
"list": "Lista",
|
|
||||||
"board": "Tablero",
|
"board": "Tablero",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "Vista de mis Tarjetas",
|
"myCardsViewChange-title": "Vista de mis Tarjetas",
|
||||||
|
|
|
||||||
|
|
@ -365,7 +365,7 @@
|
||||||
"error-board-notAMember": "Selleks peate olema selle foorumi liige.",
|
"error-board-notAMember": "Selleks peate olema selle foorumi liige.",
|
||||||
"error-json-malformed": "Teie tekst ei ole kehtiv JSON",
|
"error-json-malformed": "Teie tekst ei ole kehtiv JSON",
|
||||||
"error-json-schema": "Teie JSON-andmed ei sisalda õiget teavet õiges formaadis.",
|
"error-json-schema": "Teie JSON-andmed ei sisalda õiget teavet õiges formaadis.",
|
||||||
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format ",
|
"error-csv-schema": "Teie CSV (Comma Separated Values)/TSV (Tab Separated Values) ei sisalda õiget teavet õiges formaadis.",
|
||||||
"error-list-doesNotExist": "Seda nimekirja ei ole olemas",
|
"error-list-doesNotExist": "Seda nimekirja ei ole olemas",
|
||||||
"error-user-doesNotExist": "Seda kasutajat ei ole olemas",
|
"error-user-doesNotExist": "Seda kasutajat ei ole olemas",
|
||||||
"error-user-notAllowSelf": "Te ei saa ennast kutsuda",
|
"error-user-notAllowSelf": "Te ei saa ennast kutsuda",
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Valiku filtreerimine",
|
"filter-to-selection": "Valiku filtreerimine",
|
||||||
"other-filters-label": "Muud filtrid",
|
"other-filters-label": "Muud filtrid",
|
||||||
"advanced-filter-label": "Täiustatud filter",
|
"advanced-filter-label": "Täiustatud filter",
|
||||||
"advanced-filter-description": "Täpsem filter võimaldab kirjutada stringi, mis sisaldab järgmisi operaatoreid: == ( ) Operaatorite vahel kasutatakse eraldajana tühikut. Saate filtreerida kõiki kohandatud välju, sisestades nende nimed ja väärtused. Näiteks: Välja1 == Väärtus1. Märkus: Kui väljad või väärtused sisaldavad tühikuid, tuleb need kapseldada ühekordsetesse jutumärkidesse. Näiteks: "Väli 1" == "Väärtus 1". Üksikute kontrollmärkide (' \/) vahelejätmiseks võite kasutada \. Näiteks: Välja1 == I\'m. Samuti saab kombineerida mitu tingimust. Näiteks: F1 == V1 || F1 == V2. Tavaliselt tõlgendatakse kõiki operaatoreid vasakult paremale. Sulgudes saab järjekorda muuta. Näiteks: F1 == V1 && ( F2 == V2 || F2 == V3 ). Samuti saab tekstivälju otsida regexi abil: F1 == /Tes.*/i",
|
"advanced-filter-description": "Täpsem filter võimaldab kirjutada stringi, mis sisaldab järgmisi operaatoreid: == ( ) Operaatorite vahel kasutatakse eraldajana tühikut. Saate filtreerida kõiki kohandatud välju, sisestades nende nimed ja väärtused. Näiteks: Välja1 == Väärtus1. Märkus: Kui väljad või väärtused sisaldavad tühikuid, tuleb need kapseldada ühekordsetesse jutumärkidesse. Näiteks: \"Väli 1\" == \"Väärtus 1\". Üksikute kontrollmärkide (' \\/) vahelejätmiseks võite kasutada \\. Näiteks: Välja1 == I\\'m. Samuti saab kombineerida mitu tingimust. Näiteks: F1 == V1 || F1 == V2. Tavaliselt tõlgendatakse kõiki operaatoreid vasakult paremale. Sulgudes saab järjekorda muuta. Näiteks: F1 == V1 && ( F2 == V2 || F2 == V3 ). Samuti saab tekstivälju otsida regexi abil: F1 == /Tes.*/i",
|
||||||
"fullname": "Täielik nimi",
|
"fullname": "Täielik nimi",
|
||||||
"header-logo-title": "Mine tagasi oma foorumite lehele.",
|
"header-logo-title": "Mine tagasi oma foorumite lehele.",
|
||||||
"hide-system-messages": "Süsteemi sõnumite peitmine",
|
"hide-system-messages": "Süsteemi sõnumite peitmine",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Eemaldatud",
|
"r-removed-from": "Eemaldatud",
|
||||||
"r-the-board": "juhatus",
|
"r-the-board": "juhatus",
|
||||||
"r-list": "nimekiri",
|
"r-list": "nimekiri",
|
||||||
|
"list": "Loetelu",
|
||||||
"set-filter": "Filtri määramine",
|
"set-filter": "Filtri määramine",
|
||||||
"r-moved-to": "Ümber viidud",
|
"r-moved-to": "Ümber viidud",
|
||||||
"r-moved-from": "Ümberpaigutatud alates",
|
"r-moved-from": "Ümberpaigutatud alates",
|
||||||
|
|
@ -832,7 +833,7 @@
|
||||||
"r-items-list": "item1,item2,item3",
|
"r-items-list": "item1,item2,item3",
|
||||||
"r-add-swimlane": "Lisa ujumisrajoon",
|
"r-add-swimlane": "Lisa ujumisrajoon",
|
||||||
"r-swimlane-name": "ujumisraja nimi",
|
"r-swimlane-name": "ujumisraja nimi",
|
||||||
"r-board-note": "Note: leave a field empty to match every possible value. ",
|
"r-board-note": "Märkus: jätke väli tühjaks, et sobitada kõiki võimalikke väärtusi.",
|
||||||
"r-checklist-note": "Märkus: kontrollnimekirja elemendid tuleb kirjutada komadega eraldatud väärtustena.",
|
"r-checklist-note": "Märkus: kontrollnimekirja elemendid tuleb kirjutada komadega eraldatud väärtustena.",
|
||||||
"r-when-a-card-is-moved": "Kui kaart viiakse teise nimekirja",
|
"r-when-a-card-is-moved": "Kui kaart viiakse teise nimekirja",
|
||||||
"r-set": "Komplekt",
|
"r-set": "Komplekt",
|
||||||
|
|
@ -863,9 +864,9 @@
|
||||||
"oidc-button-text": "OIDC-nupu teksti kohandamine",
|
"oidc-button-text": "OIDC-nupu teksti kohandamine",
|
||||||
"default-authentication-method": "Vaikimisi autentimismeetod",
|
"default-authentication-method": "Vaikimisi autentimismeetod",
|
||||||
"duplicate-board": "Duplikaat Board",
|
"duplicate-board": "Duplikaat Board",
|
||||||
"org-number": "The number of organizations is: ",
|
"org-number": "Organisatsioonide arv on:",
|
||||||
"team-number": "The number of teams is: ",
|
"team-number": "Võistkondade arv on:",
|
||||||
"people-number": "The number of people is: ",
|
"people-number": "Inimeste arv on:",
|
||||||
"swimlaneDeletePopup-title": "Swimlane kustutada ?",
|
"swimlaneDeletePopup-title": "Swimlane kustutada ?",
|
||||||
"swimlane-delete-pop": "Kõik tegevused eemaldatakse tegevuste söötmisest ja te ei saa ujumisgraafikut taastada. Tagasivõtmist ei ole võimalik teha.",
|
"swimlane-delete-pop": "Kõik tegevused eemaldatakse tegevuste söötmisest ja te ei saa ujumisgraafikut taastada. Tagasivõtmist ei ole võimalik teha.",
|
||||||
"restore-all": "Taastada kõik",
|
"restore-all": "Taastada kõik",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Isik",
|
"person": "Isik",
|
||||||
"my-cards": "Minu kaardid",
|
"my-cards": "Minu kaardid",
|
||||||
"card": "Kaart",
|
"card": "Kaart",
|
||||||
"list": "Loetelu",
|
|
||||||
"board": "Juhatus",
|
"board": "Juhatus",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -365,7 +365,7 @@
|
||||||
"error-board-notAMember": "Arbel honetako kidea izan behar zara hori egin ahal izateko",
|
"error-board-notAMember": "Arbel honetako kidea izan behar zara hori egin ahal izateko",
|
||||||
"error-json-malformed": "Zure testua ez da baliozko JSON",
|
"error-json-malformed": "Zure testua ez da baliozko JSON",
|
||||||
"error-json-schema": "Zure JSON datuek ez dute formatu zuzenaren informazio egokia",
|
"error-json-schema": "Zure JSON datuek ez dute formatu zuzenaren informazio egokia",
|
||||||
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format ",
|
"error-csv-schema": "Zure CSV(koma bidez bereizitako balioak)/TSV (tabuladorez bereizitako balioak) ez dauka baliozko informazioa baliozko formatuan. ",
|
||||||
"error-list-doesNotExist": "Zerrenda hau ez da existitzen",
|
"error-list-doesNotExist": "Zerrenda hau ez da existitzen",
|
||||||
"error-user-doesNotExist": "Erabiltzaile hau ez da existitzen",
|
"error-user-doesNotExist": "Erabiltzaile hau ez da existitzen",
|
||||||
"error-user-notAllowSelf": "Ezin duzu zure burua gonbidatu",
|
"error-user-notAllowSelf": "Ezin duzu zure burua gonbidatu",
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Iragazketa aukerara",
|
"filter-to-selection": "Iragazketa aukerara",
|
||||||
"other-filters-label": "Beste iragazkiak",
|
"other-filters-label": "Beste iragazkiak",
|
||||||
"advanced-filter-label": "Iragazte aurreratua",
|
"advanced-filter-label": "Iragazte aurreratua",
|
||||||
"advanced-filter-description": "Iragazki aurreratuak operadoreak dituen kate bat idazteko aukera ematen du: == != <= >= && || ( ) Eragileen arteko bereizle gisa espazio bat erabiltzen da. Eremu pertsonalizatu guztiak iragazi ditzakezu haien izenak eta balioak idatziz. Adibidez: Eremua1 == Balioa1. Oharra: eremuek edo balioek zuriuneak badituzte, komatxo bakarrean bildu behar dituzu. Adibidez: 'Eremua 1' == 'Balioa 1'. Kontrol-karaktere bakarrak (' \/) saltatzeko, \ erabil dezakezu. Adibidez: Field1 == I\'m. Gainera, hainbat baldintza konbina ditzakezu. Adibidez: F1 == V1 || F1 == V2. Normalean operadore guztiak ezkerretik eskuinera interpretatzen dira. Ordena alda dezakezu parentesi jarriz. Adibidez: F1 == V1 && ( F2 == V2 || F2 == V3 ). Testu-eremuak ere bilatu ditzakezu regex erabiliz: F1 == /Tes.*/i",
|
"advanced-filter-description": "Iragazki aurreratuak operadoreak dituen kate bat idazteko aukera ematen du: == != <= >= && || ( ) Eragileen arteko bereizle gisa espazio bat erabiltzen da. Eremu pertsonalizatu guztiak iragazi ditzakezu haien izenak eta balioak idatziz. Adibidez: Eremua1 == Balioa1. Oharra: eremuek edo balioek zuriuneak badituzte, komatxo bakarrean bildu behar dituzu. Adibidez: 'Eremua 1' == 'Balioa 1'. Kontrol-karaktere bakarrak (' \\/) saltatzeko, \\ erabil dezakezu. Adibidez: Field1 == I\\'m. Gainera, hainbat baldintza konbina ditzakezu. Adibidez: F1 == V1 || F1 == V2. Normalean operadore guztiak ezkerretik eskuinera interpretatzen dira. Ordena alda dezakezu parentesi jarriz. Adibidez: F1 == V1 && ( F2 == V2 || F2 == V3 ). Testu-eremuak ere bilatu ditzakezu regex erabiliz: F1 == /Tes.*/i\n\n\n",
|
||||||
"fullname": "Izen abizenak",
|
"fullname": "Izen abizenak",
|
||||||
"header-logo-title": "Itzuli zure arbelen orrira.",
|
"header-logo-title": "Itzuli zure arbelen orrira.",
|
||||||
"hide-system-messages": "Ezkutatu sistemako mezuak",
|
"hide-system-messages": "Ezkutatu sistemako mezuak",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "Nire txartelak",
|
"my-cards": "Nire txartelak",
|
||||||
"card": "Txartela",
|
"card": "Txartela",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,8 @@
|
||||||
"act-deleteAttachment": "پاک کردن پیوست __attachment__ از کارت __card__ در لیست __list__ at swimlane __swimlane__ در برد __board__",
|
"act-deleteAttachment": "پاک کردن پیوست __attachment__ از کارت __card__ در لیست __list__ at swimlane __swimlane__ در برد __board__",
|
||||||
"act-addSubtask": "افزودن کار فرعی __subtask__ به کارت __card__ در لیست __list__ at swimlane __swimlane__ در برد __board__",
|
"act-addSubtask": "افزودن کار فرعی __subtask__ به کارت __card__ در لیست __list__ at swimlane __swimlane__ در برد __board__",
|
||||||
"act-addLabel": "افزودن برچسب __label__ به کارت __card__ در لیست __list__ at swimlane __swimlane__ در برد __board__",
|
"act-addLabel": "افزودن برچسب __label__ به کارت __card__ در لیست __list__ at swimlane __swimlane__ در برد __board__",
|
||||||
"act-addedLabel": "افزودن برچسب __label__ به کارت __card__ در لیست __list__ at swimlane __swimlane__ در برد __board__",
|
"act-addedLabel": "برچسب اضافه شده __label__ به کارت __card__ در لیست __list__ at swimlane __swimlane__ در برد __board__",
|
||||||
"act-removeLabel": "برچسب برداشته شده __label__ از کارت __card__ در لیست __list__ at swimlane __swimlane__ در برد __board__",
|
"act-removeLabel": "برداشتن برچسب __label__ از کارت __card__ در لیست __list__ at swimlane __swimlane__ در برد __board__",
|
||||||
"act-removedLabel": "برچسب برداشته شده __label__ از کارت __card__ در لیست __list__ at swimlane __swimlane__ در برد __board__",
|
"act-removedLabel": "برچسب برداشته شده __label__ از کارت __card__ در لیست __list__ at swimlane __swimlane__ در برد __board__",
|
||||||
"act-addChecklist": "افزودن چک لیست __checklist__ به کارت __card__ در لیست __list__ at swimlane __swimlane__ در برد __board__",
|
"act-addChecklist": "افزودن چک لیست __checklist__ به کارت __card__ در لیست __list__ at swimlane __swimlane__ در برد __board__",
|
||||||
"act-addChecklistItem": "آیتم اضافه شده به چک لیست __checklistItem__ در چک لیست __checklist__ در کارت __card__ در لیست __list__ at swimlane __swimlane__ در برد __board__",
|
"act-addChecklistItem": "آیتم اضافه شده به چک لیست __checklistItem__ در چک لیست __checklist__ در کارت __card__ در لیست __list__ at swimlane __swimlane__ در برد __board__",
|
||||||
|
|
@ -71,7 +71,7 @@
|
||||||
"add": "Add",
|
"add": "Add",
|
||||||
"activity-checked-item-card": "checked %s in checklist %s",
|
"activity-checked-item-card": "checked %s in checklist %s",
|
||||||
"activity-unchecked-item-card": "unchecked %s in checklist %s",
|
"activity-unchecked-item-card": "unchecked %s in checklist %s",
|
||||||
"activity-checklist-completed-card": "چک لیست کامل شده __checklist__ در کارت __card__ در لیست __list__ at swimlane __swimlane__ در برد __board__",
|
"activity-checklist-completed-card": "completed checklist __checklist__ در کارت __card__ در لیست __list__ at swimlane __swimlane__ در برد __board__",
|
||||||
"activity-checklist-uncompleted-card": "uncompleted the checklist %s",
|
"activity-checklist-uncompleted-card": "uncompleted the checklist %s",
|
||||||
"activity-editComment": "edited comment %s",
|
"activity-editComment": "edited comment %s",
|
||||||
"activity-deleteComment": "deleted comment %s",
|
"activity-deleteComment": "deleted comment %s",
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Full Name",
|
"fullname": "Full Name",
|
||||||
"header-logo-title": "Go back to your boards page.",
|
"header-logo-title": "Go back to your boards page.",
|
||||||
"hide-system-messages": "Hide system messages",
|
"hide-system-messages": "Hide system messages",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Card",
|
"card": "Card",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"accept": "Accept",
|
"accept": "تایید",
|
||||||
"act-activity-notify": "اعلان فعالیت",
|
"act-activity-notify": "اعلان فعالیت",
|
||||||
"act-addAttachment": "ضمیمه __attachment__ به کارت __card__ در لیست __list__ در مسیر __swimlane__ در برد __board__ اضافه شده",
|
"act-addAttachment": "ضمیمه __attachment__ به کارت __card__ در لیست __list__ در مسیر __swimlane__ در برد __board__ اضافه شده",
|
||||||
"act-deleteAttachment": "ضمیمه __attachment__ از کارت __card__ در لیست __list__ در مسیر __swimlane__ در برد __board__ حذف شده",
|
"act-deleteAttachment": "ضمیمه __attachment__ از کارت __card__ در لیست __list__ در مسیر __swimlane__ در برد __board__ حذف شده",
|
||||||
|
|
@ -104,7 +104,7 @@
|
||||||
"admin-announcement": "اعلان",
|
"admin-announcement": "اعلان",
|
||||||
"admin-announcement-active": "فعال کردن اعلانهای سمت سیستم",
|
"admin-announcement-active": "فعال کردن اعلانهای سمت سیستم",
|
||||||
"admin-announcement-title": "اعلان از سوی مدیر",
|
"admin-announcement-title": "اعلان از سوی مدیر",
|
||||||
"all-boards": "All boards",
|
"all-boards": "تمام بردها",
|
||||||
"and-n-other-card": "و __count__ کارت دیگر",
|
"and-n-other-card": "و __count__ کارت دیگر",
|
||||||
"and-n-other-card_plural": "و __count__ کارت دیگر",
|
"and-n-other-card_plural": "و __count__ کارت دیگر",
|
||||||
"apply": "اعمال",
|
"apply": "اعمال",
|
||||||
|
|
@ -144,12 +144,12 @@
|
||||||
"show-card-counter-per-list": "Show card count per list",
|
"show-card-counter-per-list": "Show card count per list",
|
||||||
"show-board_members-avatar": "Show Board members avatars",
|
"show-board_members-avatar": "Show Board members avatars",
|
||||||
"board-nb-stars": "%s ستاره",
|
"board-nb-stars": "%s ستاره",
|
||||||
"board-not-found": "Board not found",
|
"board-not-found": "برد مورد نظر پیدا نشد",
|
||||||
"board-private-info": "This board will be <strong>private</strong>.",
|
"board-private-info": "این برد <strong>خصوصی</strong> خواهد بود.",
|
||||||
"board-public-info": "This board will be <strong>public</strong>.",
|
"board-public-info": "این برد <strong>عمومی</strong> خواهد بود.",
|
||||||
"board-drag-drop-reorder-or-click-open": "Drag and drop to reorder board icons. Click board icon to open board.",
|
"board-drag-drop-reorder-or-click-open": "Drag and drop to reorder board icons. Click board icon to open board.",
|
||||||
"boardChangeColorPopup-title": "Change Board Background",
|
"boardChangeColorPopup-title": "تغییر پس زمینه برد",
|
||||||
"boardChangeTitlePopup-title": "Rename Board",
|
"boardChangeTitlePopup-title": "تغییر نام برد",
|
||||||
"boardChangeVisibilityPopup-title": "تغییر وضعیت نمایش",
|
"boardChangeVisibilityPopup-title": "تغییر وضعیت نمایش",
|
||||||
"boardChangeWatchPopup-title": "تغییر دیدهبانی",
|
"boardChangeWatchPopup-title": "تغییر دیدهبانی",
|
||||||
"boardMenuPopup-title": "تنظیمات برد",
|
"boardMenuPopup-title": "تنظیمات برد",
|
||||||
|
|
@ -302,7 +302,7 @@
|
||||||
"copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
|
"copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
|
||||||
"create": "ایجاد",
|
"create": "ایجاد",
|
||||||
"createBoardPopup-title": "ایجاد برد",
|
"createBoardPopup-title": "ایجاد برد",
|
||||||
"chooseBoardSourcePopup-title": "وارد کردن برد",
|
"chooseBoardSourcePopup-title": "بارگذاری برد",
|
||||||
"createLabelPopup-title": "ایجاد لیبل",
|
"createLabelPopup-title": "ایجاد لیبل",
|
||||||
"createCustomField": "ایجاد فیلد",
|
"createCustomField": "ایجاد فیلد",
|
||||||
"createCustomFieldPopup-title": "ایجاد فیلد",
|
"createCustomFieldPopup-title": "ایجاد فیلد",
|
||||||
|
|
@ -365,7 +365,7 @@
|
||||||
"error-board-notAMember": "شما برای انجام آن، باید عضو این برد باشید",
|
"error-board-notAMember": "شما برای انجام آن، باید عضو این برد باشید",
|
||||||
"error-json-malformed": "متن در قالب صحیح Json نمی باشد.",
|
"error-json-malformed": "متن در قالب صحیح Json نمی باشد.",
|
||||||
"error-json-schema": "دادههای Json شما، شامل اطلاعات صحیح در قالب درستی نمیباشد.",
|
"error-json-schema": "دادههای Json شما، شامل اطلاعات صحیح در قالب درستی نمیباشد.",
|
||||||
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format ",
|
"error-csv-schema": "مقادیر موجود در فایل CSV (مقادیر جدا شده توسط کاما)/TSV (مقادیر جدا شده تب) در قالب درستی نمیباشد.",
|
||||||
"error-list-doesNotExist": "این لیست موجود نیست",
|
"error-list-doesNotExist": "این لیست موجود نیست",
|
||||||
"error-user-doesNotExist": "این کاربر وجود ندارد",
|
"error-user-doesNotExist": "این کاربر وجود ندارد",
|
||||||
"error-user-notAllowSelf": "عدم امکان دعوت خود",
|
"error-user-notAllowSelf": "عدم امکان دعوت خود",
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "فیلتر برای موارد انتخابی",
|
"filter-to-selection": "فیلتر برای موارد انتخابی",
|
||||||
"other-filters-label": "فیلترهای دیگر",
|
"other-filters-label": "فیلترهای دیگر",
|
||||||
"advanced-filter-label": "فیلتر پیشرفته",
|
"advanced-filter-label": "فیلتر پیشرفته",
|
||||||
"advanced-filter-description": "فیلتر پیشرفته اجازه می دهد تا برای نوشتن رشته حاوی اپراتورهای زیر: ==! = <=> = && || () یک فضای به عنوان یک جداساز بین اپراتورها استفاده می شود. با تایپ کردن نام ها و مقادیر آنها می توانید برای تمام زمینه های سفارشی فیلتر کنید. به عنوان مثال: Field1 == Value1. نکته: اگر فیلدها یا مقادیر حاوی فضاها باشند، شما باید آنها را به یک نقل قول کپسول کنید. برای مثال: 'فیلد 1' == 'مقدار 1'. برای تک تک کاراکترهای کنترل (\\) که می توانید از آنها استفاده کنید، می توانید از \ استفاده کنید. به عنوان مثال: Field1 == I \ 'm. همچنین شما می توانید شرایط مختلف را ترکیب کنید. برای مثال: F1 == V1 || F1 == V2. به طور معمول همه اپراتورها از چپ به راست تفسیر می شوند. شما می توانید سفارش را با قرار دادن براکت تغییر دهید. برای مثال: F1 == V1 && (F2 == V2 || F2 == V3). همچنین می توانید فیلدهای متنی را با استفاده از regex جستجو کنید: F1 == /Tes.*/i",
|
"advanced-filter-description": "فیلتر پیشرفته اجازه می دهد تا برای نوشتن رشته حاوی اپراتورهای زیر: ==! = <=> = && || () یک فضای به عنوان یک جداساز بین اپراتورها استفاده می شود. با تایپ کردن نام ها و مقادیر آنها می توانید برای تمام زمینه های سفارشی فیلتر کنید. به عنوان مثال: Field1 == Value1. نکته: اگر فیلدها یا مقادیر حاوی فضاها باشند، شما باید آنها را به یک نقل قول کپسول کنید. برای مثال: 'فیلد 1' == 'مقدار 1'. برای تک تک کاراکترهای کنترل (\\\\) که می توانید از آنها استفاده کنید، می توانید از \\ استفاده کنید. به عنوان مثال: Field1 == I \\ 'm. همچنین شما می توانید شرایط مختلف را ترکیب کنید. برای مثال: F1 == V1 || F1 == V2. به طور معمول همه اپراتورها از چپ به راست تفسیر می شوند. شما می توانید سفارش را با قرار دادن براکت تغییر دهید. برای مثال: F1 == V1 && (F2 == V2 || F2 == V3). همچنین می توانید فیلدهای متنی را با استفاده از regex جستجو کنید: F1 == /Tes.*/i",
|
||||||
"fullname": "نام و نام خانوادگی",
|
"fullname": "نام و نام خانوادگی",
|
||||||
"header-logo-title": "بازگشت به صفحه بردها.",
|
"header-logo-title": "بازگشت به صفحه بردها.",
|
||||||
"hide-system-messages": "عدم نمایش پیامهای سیستمی",
|
"hide-system-messages": "عدم نمایش پیامهای سیستمی",
|
||||||
|
|
@ -486,8 +486,8 @@
|
||||||
"link-list": "پیوند به این فهرست",
|
"link-list": "پیوند به این فهرست",
|
||||||
"list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.",
|
"list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.",
|
||||||
"list-delete-suggest-archive": "شما می توانید لیست را به آرشیو انتقال دهید تا آن را از برد حذف نمایید و فعالیت های خود را حفظ نمایید",
|
"list-delete-suggest-archive": "شما می توانید لیست را به آرشیو انتقال دهید تا آن را از برد حذف نمایید و فعالیت های خود را حفظ نمایید",
|
||||||
"lists": "لیستها",
|
"lists": "لیست ها",
|
||||||
"swimlanes": "مسیرها",
|
"swimlanes": "Swimlanes",
|
||||||
"log-out": "خروج",
|
"log-out": "خروج",
|
||||||
"log-in": "ورود",
|
"log-in": "ورود",
|
||||||
"loginPopup-title": "ورود",
|
"loginPopup-title": "ورود",
|
||||||
|
|
@ -541,7 +541,7 @@
|
||||||
"remove-member-pop": "آیا __name__ (__username__) را از __boardTitle__ حذف میکنید؟ کاربر از تمام کارتها در این برد حذف خواهد شد. آنها از این اقدام مطلع خواهند شد.",
|
"remove-member-pop": "آیا __name__ (__username__) را از __boardTitle__ حذف میکنید؟ کاربر از تمام کارتها در این برد حذف خواهد شد. آنها از این اقدام مطلع خواهند شد.",
|
||||||
"removeMemberPopup-title": "آیا می خواهید کاربر را حذف کنید؟",
|
"removeMemberPopup-title": "آیا می خواهید کاربر را حذف کنید؟",
|
||||||
"rename": "تغیر نام",
|
"rename": "تغیر نام",
|
||||||
"rename-board": "Rename Board",
|
"rename-board": "تغییر نام برد",
|
||||||
"restore": "بازیابی",
|
"restore": "بازیابی",
|
||||||
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
|
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
|
||||||
"rescue-card-description-dialogue": "Overwrite current card description with your changes?",
|
"rescue-card-description-dialogue": "Overwrite current card description with your changes?",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "حذف از",
|
"r-removed-from": "حذف از",
|
||||||
"r-the-board": "برد",
|
"r-the-board": "برد",
|
||||||
"r-list": "لیست",
|
"r-list": "لیست",
|
||||||
|
"list": "لیست",
|
||||||
"set-filter": "اضافه کردن فیلتر",
|
"set-filter": "اضافه کردن فیلتر",
|
||||||
"r-moved-to": "انتقال به",
|
"r-moved-to": "انتقال به",
|
||||||
"r-moved-from": "انتقال از",
|
"r-moved-from": "انتقال از",
|
||||||
|
|
@ -832,7 +833,7 @@
|
||||||
"r-items-list": "آیتم1،آیتم2،آیتم3",
|
"r-items-list": "آیتم1،آیتم2،آیتم3",
|
||||||
"r-add-swimlane": "افزودن مسیر",
|
"r-add-swimlane": "افزودن مسیر",
|
||||||
"r-swimlane-name": "نام مسیر",
|
"r-swimlane-name": "نام مسیر",
|
||||||
"r-board-note": "Note: leave a field empty to match every possible value. ",
|
"r-board-note": "نکته: برای نمایش موارد ممکن کادر را خالی بگذارید.",
|
||||||
"r-checklist-note": "نکته: چکلیستها باید توسط کاما از یکدیگر جدا شوند.",
|
"r-checklist-note": "نکته: چکلیستها باید توسط کاما از یکدیگر جدا شوند.",
|
||||||
"r-when-a-card-is-moved": "زمانی که یک کارت به لیست دیگری منتقل شد",
|
"r-when-a-card-is-moved": "زمانی که یک کارت به لیست دیگری منتقل شد",
|
||||||
"r-set": "تنظیم",
|
"r-set": "تنظیم",
|
||||||
|
|
@ -863,9 +864,9 @@
|
||||||
"oidc-button-text": "Customize the OIDC button text",
|
"oidc-button-text": "Customize the OIDC button text",
|
||||||
"default-authentication-method": "نوع اعتبارسنجی پیشفرض",
|
"default-authentication-method": "نوع اعتبارسنجی پیشفرض",
|
||||||
"duplicate-board": "برد تکراری",
|
"duplicate-board": "برد تکراری",
|
||||||
"org-number": "The number of organizations is: ",
|
"org-number": "تعداد سازمان ها",
|
||||||
"team-number": "The number of teams is: ",
|
"team-number": "تعداد تیم ها",
|
||||||
"people-number": "The number of people is: ",
|
"people-number": "تعدا افراد:",
|
||||||
"swimlaneDeletePopup-title": "مسیر حذف شود؟",
|
"swimlaneDeletePopup-title": "مسیر حذف شود؟",
|
||||||
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
|
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
|
||||||
"restore-all": "بازگردانی همه",
|
"restore-all": "بازگردانی همه",
|
||||||
|
|
@ -895,7 +896,7 @@
|
||||||
"accounts-allowUserDelete": "به کاربران اجازه دهید خودشان اکانتشان را حذف کنند",
|
"accounts-allowUserDelete": "به کاربران اجازه دهید خودشان اکانتشان را حذف کنند",
|
||||||
"hide-minicard-label-text": "مخفی کردن اسم لیبل مینی کارت",
|
"hide-minicard-label-text": "مخفی کردن اسم لیبل مینی کارت",
|
||||||
"show-desktop-drag-handles": "نمایش دستگیرههای درگکردن دسکتاپ",
|
"show-desktop-drag-handles": "نمایش دستگیرههای درگکردن دسکتاپ",
|
||||||
"assignee": "محولشده",
|
"assignee": "محول شده",
|
||||||
"cardAssigneesPopup-title": "محولشده",
|
"cardAssigneesPopup-title": "محولشده",
|
||||||
"addmore-detail": "افزودن توضیحات کامل تر",
|
"addmore-detail": "افزودن توضیحات کامل تر",
|
||||||
"show-on-card": "نمایش در کارت",
|
"show-on-card": "نمایش در کارت",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "فرد",
|
"person": "فرد",
|
||||||
"my-cards": "کارت های من",
|
"my-cards": "کارت های من",
|
||||||
"card": "کارت",
|
"card": "کارت",
|
||||||
"list": "لیست",
|
|
||||||
"board": "برد",
|
"board": "برد",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -65,7 +65,7 @@
|
||||||
"activity-checklist-added": "lisätty tarkistuslista kortille %s",
|
"activity-checklist-added": "lisätty tarkistuslista kortille %s",
|
||||||
"activity-checklist-removed": "poistettu tarkistuslista kohteesta %s",
|
"activity-checklist-removed": "poistettu tarkistuslista kohteesta %s",
|
||||||
"activity-checklist-completed": "saatiin valmiiksi tarkistuslista %s / %s",
|
"activity-checklist-completed": "saatiin valmiiksi tarkistuslista %s / %s",
|
||||||
"activity-checklist-uncompleted": "keskeneräinen tarkistuslista %s / %s",
|
"activity-checklist-uncompleted": "ei saatu valmiiksi tarkistuslista %s / %s",
|
||||||
"activity-checklist-item-added": "lisäsi kohdan tarkistuslistaan '%s' kortilla %s",
|
"activity-checklist-item-added": "lisäsi kohdan tarkistuslistaan '%s' kortilla %s",
|
||||||
"activity-checklist-item-removed": "poistettu tarkistuslistan kohta '%s' / %s",
|
"activity-checklist-item-removed": "poistettu tarkistuslistan kohta '%s' / %s",
|
||||||
"add": "Lisää",
|
"add": "Lisää",
|
||||||
|
|
@ -226,7 +226,7 @@
|
||||||
"cardMorePopup-title": "Lisää",
|
"cardMorePopup-title": "Lisää",
|
||||||
"cardTemplatePopup-title": "Luo malli",
|
"cardTemplatePopup-title": "Luo malli",
|
||||||
"cards": "Kortit",
|
"cards": "Kortit",
|
||||||
"cards-count": "Kortit",
|
"cards-count": "korttia",
|
||||||
"cards-count-one": "Kortti",
|
"cards-count-one": "Kortti",
|
||||||
"casSignIn": "CAS-kirjautuminen",
|
"casSignIn": "CAS-kirjautuminen",
|
||||||
"cardType-card": "Kortti",
|
"cardType-card": "Kortti",
|
||||||
|
|
@ -276,7 +276,7 @@
|
||||||
"color-slateblue": "liuskekivi sininen",
|
"color-slateblue": "liuskekivi sininen",
|
||||||
"color-white": "valkoinen",
|
"color-white": "valkoinen",
|
||||||
"color-yellow": "keltainen",
|
"color-yellow": "keltainen",
|
||||||
"unset-color": "Poista asetus",
|
"unset-color": "Peru väri",
|
||||||
"comment": "Kommentti",
|
"comment": "Kommentti",
|
||||||
"comment-placeholder": "Kirjoita kommentti",
|
"comment-placeholder": "Kirjoita kommentti",
|
||||||
"comment-only": "Vain kommentointi",
|
"comment-only": "Vain kommentointi",
|
||||||
|
|
@ -365,7 +365,7 @@
|
||||||
"error-board-notAMember": "Tehdäksesi tämän sinun täytyy olla tämän taulun jäsen",
|
"error-board-notAMember": "Tehdäksesi tämän sinun täytyy olla tämän taulun jäsen",
|
||||||
"error-json-malformed": "Tekstisi ei ole kelvollisessa JSON-muodossa",
|
"error-json-malformed": "Tekstisi ei ole kelvollisessa JSON-muodossa",
|
||||||
"error-json-schema": "JSON-tietosi ei sisällä oikeaa tietoa oikeassa muodossa",
|
"error-json-schema": "JSON-tietosi ei sisällä oikeaa tietoa oikeassa muodossa",
|
||||||
"error-csv-schema": "Sinun CSV(pilkulla erotetut arvot)/TSV(tabilla erotetut arvot) ei sisällä oikeita tietoja oikeassa muodossa",
|
"error-csv-schema": "CSV tietosi (pilkulla erotetut arvot)/TSV (tabilla erotetut arvot) ei sisällä oikeaa tietoa oikeassa muodossa",
|
||||||
"error-list-doesNotExist": "Tätä listaa ei ole olemassa",
|
"error-list-doesNotExist": "Tätä listaa ei ole olemassa",
|
||||||
"error-user-doesNotExist": "Tätä käyttäjää ei ole olemassa",
|
"error-user-doesNotExist": "Tätä käyttäjää ei ole olemassa",
|
||||||
"error-user-notAllowSelf": "Et voi kutsua itseäsi",
|
"error-user-notAllowSelf": "Et voi kutsua itseäsi",
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Suodata valintaan",
|
"filter-to-selection": "Suodata valintaan",
|
||||||
"other-filters-label": "Muut suodattimet",
|
"other-filters-label": "Muut suodattimet",
|
||||||
"advanced-filter-label": "Edistynyt suodatin",
|
"advanced-filter-label": "Edistynyt suodatin",
|
||||||
"advanced-filter-description": "Edistynyt suodatin mahdollistaa merkkijonon, joka sisältää seuraavat operaattorit: == != <= >= && || ( ) Operaattorien välissä käytetään välilyöntiä. Voit suodattaa kaikki mukautetut kentät kirjoittamalla niiden nimet ja arvot. Esimerkiksi: Field1 == Value1. Huom: Jos kentillä tai arvoilla on välilyöntejä, sinun on sijoitettava ne yksittäisiin lainausmerkkeihin. Esimerkki: 'Kenttä 1' == 'Arvo 1'. Voit hypätä yksittäisen kontrollimerkkien (' \/) yli käyttämällä \. Esimerkki: Field1 = I\'m. Voit myös yhdistää useita ehtoja. Esimerkiksi: F1 == V1 || F1 == V2. Yleensä kaikki operaattorit tulkitaan vasemmalta oikealle. Voit muuttaa järjestystä asettamalla sulkuja. Esimerkiksi: F1 == V1 && (F2 == V2 || F2 == V3). Voit myös etsiä tekstikentistä regexillä: F1 == /Tes.*/i",
|
"advanced-filter-description": "Edistynyt suodatin mahdollistaa merkkijonon, joka sisältää seuraavat operaattorit: == != <= >= && || ( ) Operaattorien välissä käytetään välilyöntiä. Voit suodattaa kaikki mukautetut kentät kirjoittamalla niiden nimet ja arvot. Esimerkiksi: Field1 == Value1. Huom: Jos kentillä tai arvoilla on välilyöntejä, sinun on sijoitettava ne yksittäisiin lainausmerkkeihin. Esimerkki: 'Kenttä 1' == 'Arvo 1'. Voit hypätä yksittäisen kontrollimerkkien (' \\/) yli käyttämällä \\. Esimerkki: Field1 = I\\'m. Voit myös yhdistää useita ehtoja. Esimerkiksi: F1 == V1 || F1 == V2. Yleensä kaikki operaattorit tulkitaan vasemmalta oikealle. Voit muuttaa järjestystä asettamalla sulkuja. Esimerkiksi: F1 == V1 && (F2 == V2 || F2 == V3). Voit myös etsiä tekstikentistä regexillä: F1 == /Tes.*/i",
|
||||||
"fullname": "Koko nimi",
|
"fullname": "Koko nimi",
|
||||||
"header-logo-title": "Palaa taulut sivullesi.",
|
"header-logo-title": "Palaa taulut sivullesi.",
|
||||||
"hide-system-messages": "Piilota järjestelmäviestit",
|
"hide-system-messages": "Piilota järjestelmäviestit",
|
||||||
|
|
@ -694,7 +694,7 @@
|
||||||
"card-received": "Vastaanotettu",
|
"card-received": "Vastaanotettu",
|
||||||
"card-received-on": "Vastaanotettu",
|
"card-received-on": "Vastaanotettu",
|
||||||
"card-end": "Loppuu",
|
"card-end": "Loppuu",
|
||||||
"card-end-on": "Päättyy",
|
"card-end-on": "Loppuu",
|
||||||
"editCardReceivedDatePopup-title": "Vaihda vastaanottamispäivää",
|
"editCardReceivedDatePopup-title": "Vaihda vastaanottamispäivää",
|
||||||
"editCardEndDatePopup-title": "Vaihda loppumispäivää",
|
"editCardEndDatePopup-title": "Vaihda loppumispäivää",
|
||||||
"setCardColorPopup-title": "Aseta väri",
|
"setCardColorPopup-title": "Aseta väri",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Poistettu kohteesta",
|
"r-removed-from": "Poistettu kohteesta",
|
||||||
"r-the-board": "taulu",
|
"r-the-board": "taulu",
|
||||||
"r-list": "lista",
|
"r-list": "lista",
|
||||||
|
"list": "Lista",
|
||||||
"set-filter": "Aseta suodatin",
|
"set-filter": "Aseta suodatin",
|
||||||
"r-moved-to": "Siirretty kohteeseen",
|
"r-moved-to": "Siirretty kohteeseen",
|
||||||
"r-moved-from": "Siirretty kohteesta",
|
"r-moved-from": "Siirretty kohteesta",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Henkilö",
|
"person": "Henkilö",
|
||||||
"my-cards": "Korttini",
|
"my-cards": "Korttini",
|
||||||
"card": "Kortti",
|
"card": "Kortti",
|
||||||
"list": "Lista",
|
|
||||||
"board": "Taulu",
|
"board": "Taulu",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "Korttini näkymä",
|
"myCardsViewChange-title": "Korttini näkymä",
|
||||||
|
|
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Full Name",
|
"fullname": "Full Name",
|
||||||
"header-logo-title": "Go back to your boards page.",
|
"header-logo-title": "Go back to your boards page.",
|
||||||
"hide-system-messages": "Hide system messages",
|
"hide-system-messages": "Hide system messages",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Card",
|
"card": "Card",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
|
|
@ -262,7 +262,7 @@
|
||||||
"color-lime": "citron vert",
|
"color-lime": "citron vert",
|
||||||
"color-magenta": "magenta",
|
"color-magenta": "magenta",
|
||||||
"color-mistyrose": "rose brumeux",
|
"color-mistyrose": "rose brumeux",
|
||||||
"color-navy": "navy",
|
"color-navy": "bleu marin",
|
||||||
"color-orange": "orange",
|
"color-orange": "orange",
|
||||||
"color-paleturquoise": "azurin",
|
"color-paleturquoise": "azurin",
|
||||||
"color-peachpuff": "beige pêche",
|
"color-peachpuff": "beige pêche",
|
||||||
|
|
@ -292,7 +292,7 @@
|
||||||
"confirm-checklist-delete-popup": "Êtes-vous sûr de vouloir supprimer la checklist ?",
|
"confirm-checklist-delete-popup": "Êtes-vous sûr de vouloir supprimer la checklist ?",
|
||||||
"subtaskDeletePopup-title": "Supprimer la sous-tâche ?",
|
"subtaskDeletePopup-title": "Supprimer la sous-tâche ?",
|
||||||
"checklistDeletePopup-title": "Supprimer la checklist ?",
|
"checklistDeletePopup-title": "Supprimer la checklist ?",
|
||||||
"copy-card-link-to-clipboard": "Copy card link to clipboard",
|
"copy-card-link-to-clipboard": "Copier le lien vers la carte dans le presse-papier",
|
||||||
"copy-text-to-clipboard": "Copier le texte dans le presse-papier",
|
"copy-text-to-clipboard": "Copier le texte dans le presse-papier",
|
||||||
"linkCardPopup-title": "Lier une Carte",
|
"linkCardPopup-title": "Lier une Carte",
|
||||||
"searchElementPopup-title": "Chercher",
|
"searchElementPopup-title": "Chercher",
|
||||||
|
|
@ -365,7 +365,7 @@
|
||||||
"error-board-notAMember": "Vous devez être participant de ce tableau pour faire cela",
|
"error-board-notAMember": "Vous devez être participant de ce tableau pour faire cela",
|
||||||
"error-json-malformed": "Votre texte JSON n'est pas valide",
|
"error-json-malformed": "Votre texte JSON n'est pas valide",
|
||||||
"error-json-schema": "Vos données JSON ne contiennent pas l'information appropriée dans un format correct",
|
"error-json-schema": "Vos données JSON ne contiennent pas l'information appropriée dans un format correct",
|
||||||
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format ",
|
"error-csv-schema": "Votre fichier CSV (valeurs séparées par des virgules) / TSV (valeurs séparées par des tabulations) ne contient pas d'informations au bon format",
|
||||||
"error-list-doesNotExist": "Cette liste n'existe pas",
|
"error-list-doesNotExist": "Cette liste n'existe pas",
|
||||||
"error-user-doesNotExist": "Cet utilisateur n'existe pas",
|
"error-user-doesNotExist": "Cet utilisateur n'existe pas",
|
||||||
"error-user-notAllowSelf": "Vous ne pouvez pas vous inviter vous-même",
|
"error-user-notAllowSelf": "Vous ne pouvez pas vous inviter vous-même",
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filtre vers la sélection",
|
"filter-to-selection": "Filtre vers la sélection",
|
||||||
"other-filters-label": "Autres filtres",
|
"other-filters-label": "Autres filtres",
|
||||||
"advanced-filter-label": "Filtre avancé",
|
"advanced-filter-label": "Filtre avancé",
|
||||||
"advanced-filter-description": "Le filtre avancé permet d'écrire une chaîne contenant les opérateur suivants : == != <= >= && || ( ). Les opérateurs doivent être séparés par des espaces. Vous pouvez filtrer tous les champs personnalisés en saisissant leur nom et leur valeur. Par exemple : champ1 == valeur1. Remarque : si des champs ou valeurs contiennent des espaces, vous devez les mettre entre apostrophes. Par exemple : 'champ 1' = 'valeur 1'. Pour échapper un caractère de contrôle (' \/), vous pouvez utiliser \. Par exemple : champ1 = I\'m. Il est également possible de combiner plusieurs conditions. Par exemple : f1 == v1 || f2 == v2. Normalement, tous les opérateurs sont interprétés de gauche à droite. Vous pouvez changer l'ordre à l'aide de parenthèses. Par exemple : f1 == v1 and (f2 == v2 || f2 == v3). Vous pouvez également chercher parmi les champs texte en utilisant des expressions régulières : f1 == /Test.*/i",
|
"advanced-filter-description": "Le filtre avancé permet d'écrire une chaîne contenant les opérateur suivants : == != <= >= && || ( ). Les opérateurs doivent être séparés par des espaces. Vous pouvez filtrer tous les champs personnalisés en saisissant leur nom et leur valeur. Par exemple : champ1 == valeur1. Remarque : si des champs ou valeurs contiennent des espaces, vous devez les mettre entre apostrophes. Par exemple : 'champ 1' = 'valeur 1'. Pour échapper un caractère de contrôle (' \\/), vous pouvez utiliser \\. Par exemple : champ1 = I\\'m. Il est également possible de combiner plusieurs conditions. Par exemple : f1 == v1 || f2 == v2. Normalement, tous les opérateurs sont interprétés de gauche à droite. Vous pouvez changer l'ordre à l'aide de parenthèses. Par exemple : f1 == v1 and (f2 == v2 || f2 == v3). Vous pouvez également chercher parmi les champs texte en utilisant des expressions régulières : f1 == /Test.*/i",
|
||||||
"fullname": "Nom complet",
|
"fullname": "Nom complet",
|
||||||
"header-logo-title": "Retourner à la page des tableaux",
|
"header-logo-title": "Retourner à la page des tableaux",
|
||||||
"hide-system-messages": "Masquer les messages système",
|
"hide-system-messages": "Masquer les messages système",
|
||||||
|
|
@ -568,7 +568,7 @@
|
||||||
"show-cards-minimum-count": "Afficher le nombre de cartes si la liste en contient plus de",
|
"show-cards-minimum-count": "Afficher le nombre de cartes si la liste en contient plus de",
|
||||||
"sidebar-open": "Ouvrir le panneau",
|
"sidebar-open": "Ouvrir le panneau",
|
||||||
"sidebar-close": "Fermer le panneau",
|
"sidebar-close": "Fermer le panneau",
|
||||||
"signupPopup-title": "Create an Account",
|
"signupPopup-title": "Créer un compte",
|
||||||
"star-board-title": "Cliquer pour ajouter ce tableau aux favoris. Il sera affiché en tête de votre liste de tableaux.",
|
"star-board-title": "Cliquer pour ajouter ce tableau aux favoris. Il sera affiché en tête de votre liste de tableaux.",
|
||||||
"starred-boards": "Tableaux favoris",
|
"starred-boards": "Tableaux favoris",
|
||||||
"starred-boards-description": "Les tableaux favoris s'affichent en tête de votre liste de tableaux.",
|
"starred-boards-description": "Les tableaux favoris s'affichent en tête de votre liste de tableaux.",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Supprimé de",
|
"r-removed-from": "Supprimé de",
|
||||||
"r-the-board": "tableau",
|
"r-the-board": "tableau",
|
||||||
"r-list": "liste",
|
"r-list": "liste",
|
||||||
|
"list": "Liste",
|
||||||
"set-filter": "Définir un filtre",
|
"set-filter": "Définir un filtre",
|
||||||
"r-moved-to": "Déplacé vers",
|
"r-moved-to": "Déplacé vers",
|
||||||
"r-moved-from": "Déplacé depuis",
|
"r-moved-from": "Déplacé depuis",
|
||||||
|
|
@ -763,7 +764,7 @@
|
||||||
"r-when-a-label-is": "Quand une étiquette est",
|
"r-when-a-label-is": "Quand une étiquette est",
|
||||||
"r-when-the-label": "Quand l'étiquette est",
|
"r-when-the-label": "Quand l'étiquette est",
|
||||||
"r-list-name": "Nom de la liste",
|
"r-list-name": "Nom de la liste",
|
||||||
"r-when-a-member": "When a member is",
|
"r-when-a-member": "Quand un participant est",
|
||||||
"r-when-the-member": "Quand le participant",
|
"r-when-the-member": "Quand le participant",
|
||||||
"r-name": "nom",
|
"r-name": "nom",
|
||||||
"r-when-a-attach": "Quand une pièce jointe",
|
"r-when-a-attach": "Quand une pièce jointe",
|
||||||
|
|
@ -832,7 +833,7 @@
|
||||||
"r-items-list": "item1, item2, item3",
|
"r-items-list": "item1, item2, item3",
|
||||||
"r-add-swimlane": "Ajouter un couloir",
|
"r-add-swimlane": "Ajouter un couloir",
|
||||||
"r-swimlane-name": "Nom du couloir",
|
"r-swimlane-name": "Nom du couloir",
|
||||||
"r-board-note": "Note: leave a field empty to match every possible value. ",
|
"r-board-note": "Note : laisser le champ vide pour faire correspondre avec toutes les valeurs possibles.",
|
||||||
"r-checklist-note": "Note : les items de la checklist doivent être séparés par des virgules.",
|
"r-checklist-note": "Note : les items de la checklist doivent être séparés par des virgules.",
|
||||||
"r-when-a-card-is-moved": "Quand une carte est déplacée vers une autre liste",
|
"r-when-a-card-is-moved": "Quand une carte est déplacée vers une autre liste",
|
||||||
"r-set": "Définir",
|
"r-set": "Définir",
|
||||||
|
|
@ -863,9 +864,9 @@
|
||||||
"oidc-button-text": "Personnaliser le texte du bouton OIDC",
|
"oidc-button-text": "Personnaliser le texte du bouton OIDC",
|
||||||
"default-authentication-method": "Méthode d'authentification par défaut",
|
"default-authentication-method": "Méthode d'authentification par défaut",
|
||||||
"duplicate-board": "Dupliquer le tableau",
|
"duplicate-board": "Dupliquer le tableau",
|
||||||
"org-number": "The number of organizations is: ",
|
"org-number": "Le nombre d'organisations est de :",
|
||||||
"team-number": "The number of teams is: ",
|
"team-number": "Le nombre d'équipes est de :",
|
||||||
"people-number": "The number of people is: ",
|
"people-number": "Le nombre d'utilisateurs est de :",
|
||||||
"swimlaneDeletePopup-title": "Supprimer le couloir ?",
|
"swimlaneDeletePopup-title": "Supprimer le couloir ?",
|
||||||
"swimlane-delete-pop": "Toutes les actions vont être supprimées du suivi d'activités et vous ne pourrez plus utiliser ce couloir. Cela est irréversible.",
|
"swimlane-delete-pop": "Toutes les actions vont être supprimées du suivi d'activités et vous ne pourrez plus utiliser ce couloir. Cela est irréversible.",
|
||||||
"restore-all": "Tout restaurer",
|
"restore-all": "Tout restaurer",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Personne",
|
"person": "Personne",
|
||||||
"my-cards": "Mes Cartes",
|
"my-cards": "Mes Cartes",
|
||||||
"card": "Carte",
|
"card": "Carte",
|
||||||
"list": "Liste",
|
|
||||||
"board": "Tableau",
|
"board": "Tableau",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "Vue mes cartes",
|
"myCardsViewChange-title": "Vue mes cartes",
|
||||||
|
|
@ -993,8 +993,8 @@
|
||||||
"operator-creator": "créateur",
|
"operator-creator": "créateur",
|
||||||
"operator-status": "statut",
|
"operator-status": "statut",
|
||||||
"operator-due": "échéance",
|
"operator-due": "échéance",
|
||||||
"operator-created": "créée",
|
"operator-created": "créé",
|
||||||
"operator-modified": "modifiée",
|
"operator-modified": "modifié",
|
||||||
"operator-sort": "tri",
|
"operator-sort": "tri",
|
||||||
"operator-comment": "commentaire",
|
"operator-comment": "commentaire",
|
||||||
"operator-has": "a",
|
"operator-has": "a",
|
||||||
|
|
@ -1087,7 +1087,7 @@
|
||||||
"hide-system-messages-of-all-users": "Masquer les messages système de tous les utilisateurs",
|
"hide-system-messages-of-all-users": "Masquer les messages système de tous les utilisateurs",
|
||||||
"now-system-messages-of-all-users-are-hidden": "Les messages système de tous les utilisateurs seront dorénavant masqués",
|
"now-system-messages-of-all-users-are-hidden": "Les messages système de tous les utilisateurs seront dorénavant masqués",
|
||||||
"move-swimlane": "Déplacer le couloir",
|
"move-swimlane": "Déplacer le couloir",
|
||||||
"moveSwimlanePopup-title": "Déplacer le couloir",
|
"moveSwimlanePopup-title": "Déplacer le Couloir",
|
||||||
"custom-field-stringtemplate": "Modèle de chaîne",
|
"custom-field-stringtemplate": "Modèle de chaîne",
|
||||||
"custom-field-stringtemplate-format": "Format (utiliser %{valeur} pour marquer un emplacement)",
|
"custom-field-stringtemplate-format": "Format (utiliser %{valeur} pour marquer un emplacement)",
|
||||||
"custom-field-stringtemplate-separator": "Séparateur (utiliser   ou pour un espace)",
|
"custom-field-stringtemplate-separator": "Séparateur (utiliser   ou pour un espace)",
|
||||||
|
|
@ -1098,7 +1098,7 @@
|
||||||
"rulesReportTitle": "Rapports sur les règles",
|
"rulesReportTitle": "Rapports sur les règles",
|
||||||
"boardsReportTitle": "Rapport sur les tableaux",
|
"boardsReportTitle": "Rapport sur les tableaux",
|
||||||
"cardsReportTitle": "Rapport sur les cartes",
|
"cardsReportTitle": "Rapport sur les cartes",
|
||||||
"copy-swimlane": "Copie de Couloir",
|
"copy-swimlane": "Copier le couloir",
|
||||||
"copySwimlanePopup-title": "Copie de Couloir",
|
"copySwimlanePopup-title": "Copie de Couloir",
|
||||||
"display-card-creator": "Afficher le créateur de la carte",
|
"display-card-creator": "Afficher le créateur de la carte",
|
||||||
"wait-spinner": "Icône d'attente",
|
"wait-spinner": "Icône d'attente",
|
||||||
|
|
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Full Name",
|
"fullname": "Full Name",
|
||||||
"header-logo-title": "Go back to your boards page.",
|
"header-logo-title": "Go back to your boards page.",
|
||||||
"hide-system-messages": "Hide system messages",
|
"hide-system-messages": "Hide system messages",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Card",
|
"card": "Card",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Full Name",
|
"fullname": "Full Name",
|
||||||
"header-logo-title": "Go back to your boards page.",
|
"header-logo-title": "Go back to your boards page.",
|
||||||
"hide-system-messages": "Hide system messages",
|
"hide-system-messages": "Hide system messages",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Card",
|
"card": "Card",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -333,7 +333,7 @@
|
||||||
"done": "Feito",
|
"done": "Feito",
|
||||||
"download": "Descargar",
|
"download": "Descargar",
|
||||||
"edit": "Editar",
|
"edit": "Editar",
|
||||||
"edit-avatar": "Cambiar o avatar",
|
"edit-avatar": "Cambiar de avatar",
|
||||||
"edit-profile": "Editar o perfil",
|
"edit-profile": "Editar o perfil",
|
||||||
"edit-wip-limit": "Edit WIP Limit",
|
"edit-wip-limit": "Edit WIP Limit",
|
||||||
"soft-wip-limit": "Soft WIP Limit",
|
"soft-wip-limit": "Soft WIP Limit",
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Nome completo",
|
"fullname": "Nome completo",
|
||||||
"header-logo-title": "Retornar á páxina dos seus taboleiros.",
|
"header-logo-title": "Retornar á páxina dos seus taboleiros.",
|
||||||
"hide-system-messages": "Agochar as mensaxes do sistema",
|
"hide-system-messages": "Agochar as mensaxes do sistema",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Card",
|
"card": "Card",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -233,11 +233,11 @@
|
||||||
"cardType-linkedCard": "Linked Card",
|
"cardType-linkedCard": "Linked Card",
|
||||||
"cardType-linkedBoard": "Linked Board",
|
"cardType-linkedBoard": "Linked Board",
|
||||||
"change": "Cambiar",
|
"change": "Cambiar",
|
||||||
"change-avatar": "Cambiar de avatar",
|
"change-avatar": "Cambiar o avatar",
|
||||||
"change-password": "Cambiar o contrasinal",
|
"change-password": "Cambiar o contrasinal",
|
||||||
"change-permissions": "Cambiar os permisos",
|
"change-permissions": "Cambiar os permisos",
|
||||||
"change-settings": "Cambiar a configuración",
|
"change-settings": "Cambiar a configuración",
|
||||||
"changeAvatarPopup-title": "Cambiar de avatar",
|
"changeAvatarPopup-title": "Cambiar o avatar",
|
||||||
"changeLanguagePopup-title": "Cambiar de idioma",
|
"changeLanguagePopup-title": "Cambiar de idioma",
|
||||||
"changePasswordPopup-title": "Cambiar o contrasinal",
|
"changePasswordPopup-title": "Cambiar o contrasinal",
|
||||||
"changePermissionsPopup-title": "Cambiar os permisos",
|
"changePermissionsPopup-title": "Cambiar os permisos",
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Nome completo",
|
"fullname": "Nome completo",
|
||||||
"header-logo-title": "Retornar á páxina dos seus taboleiros.",
|
"header-logo-title": "Retornar á páxina dos seus taboleiros.",
|
||||||
"hide-system-messages": "Agochar as mensaxes do sistema",
|
"hide-system-messages": "Agochar as mensaxes do sistema",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Card",
|
"card": "Card",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Full Name",
|
"fullname": "Full Name",
|
||||||
"header-logo-title": "Go back to your boards page.",
|
"header-logo-title": "Go back to your boards page.",
|
||||||
"hide-system-messages": "Hide system messages",
|
"hide-system-messages": "Hide system messages",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Card",
|
"card": "Card",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Full Name",
|
"fullname": "Full Name",
|
||||||
"header-logo-title": "Go back to your boards page.",
|
"header-logo-title": "Go back to your boards page.",
|
||||||
"hide-system-messages": "Hide system messages",
|
"hide-system-messages": "Hide system messages",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Card",
|
"card": "Card",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -149,7 +149,7 @@
|
||||||
"board-public-info": "לוח זה יהיה <strong>ציבורי</strong>.",
|
"board-public-info": "לוח זה יהיה <strong>ציבורי</strong>.",
|
||||||
"board-drag-drop-reorder-or-click-open": "יש לגרור ולסדר מחדש את סמלי הלוח. לחיצה על סמל הלוח תפתח אותו.",
|
"board-drag-drop-reorder-or-click-open": "יש לגרור ולסדר מחדש את סמלי הלוח. לחיצה על סמל הלוח תפתח אותו.",
|
||||||
"boardChangeColorPopup-title": "שינוי רקע ללוח",
|
"boardChangeColorPopup-title": "שינוי רקע ללוח",
|
||||||
"boardChangeTitlePopup-title": "שינוי שם ללוח",
|
"boardChangeTitlePopup-title": "שינוי שם הלוח",
|
||||||
"boardChangeVisibilityPopup-title": "שינוי מצב הצגה",
|
"boardChangeVisibilityPopup-title": "שינוי מצב הצגה",
|
||||||
"boardChangeWatchPopup-title": "שינוי הגדרת המעקב",
|
"boardChangeWatchPopup-title": "שינוי הגדרת המעקב",
|
||||||
"boardMenuPopup-title": "הגדרות לוח",
|
"boardMenuPopup-title": "הגדרות לוח",
|
||||||
|
|
@ -237,7 +237,7 @@
|
||||||
"change-password": "החלפת ססמה",
|
"change-password": "החלפת ססמה",
|
||||||
"change-permissions": "שינוי הרשאות",
|
"change-permissions": "שינוי הרשאות",
|
||||||
"change-settings": "שינוי הגדרות",
|
"change-settings": "שינוי הגדרות",
|
||||||
"changeAvatarPopup-title": "החלפת תמונת משתמש",
|
"changeAvatarPopup-title": "שינוי תמונת משתמש",
|
||||||
"changeLanguagePopup-title": "החלפת שפה",
|
"changeLanguagePopup-title": "החלפת שפה",
|
||||||
"changePasswordPopup-title": "החלפת ססמה",
|
"changePasswordPopup-title": "החלפת ססמה",
|
||||||
"changePermissionsPopup-title": "שינוי הרשאות",
|
"changePermissionsPopup-title": "שינוי הרשאות",
|
||||||
|
|
@ -279,7 +279,7 @@
|
||||||
"unset-color": "בטל הגדרה",
|
"unset-color": "בטל הגדרה",
|
||||||
"comment": "לפרסם",
|
"comment": "לפרסם",
|
||||||
"comment-placeholder": "כתיבת הערה",
|
"comment-placeholder": "כתיבת הערה",
|
||||||
"comment-only": "Comment only",
|
"comment-only": "הערה בלבד",
|
||||||
"comment-only-desc": "ניתן להגיב על כרטיסים בלבד.",
|
"comment-only-desc": "ניתן להגיב על כרטיסים בלבד.",
|
||||||
"comment-delete": "למחוק את ההערה?",
|
"comment-delete": "למחוק את ההערה?",
|
||||||
"deleteCommentPopup-title": "למחוק הערה?",
|
"deleteCommentPopup-title": "למחוק הערה?",
|
||||||
|
|
@ -302,7 +302,7 @@
|
||||||
"copyManyCardsPopup-format": "[ {\"title\": \"כותרת כרטיס ראשון\", \"description\":\"תיאור כרטיס ראשון\"}, {\"title\":\"כותרת כרטיס שני\",\"description\":\"תיאור כרטיס שני\"},{\"title\":\"כותרת כרטיס אחרון\",\"description\":\"תיאור כרטיס אחרון\"} ]",
|
"copyManyCardsPopup-format": "[ {\"title\": \"כותרת כרטיס ראשון\", \"description\":\"תיאור כרטיס ראשון\"}, {\"title\":\"כותרת כרטיס שני\",\"description\":\"תיאור כרטיס שני\"},{\"title\":\"כותרת כרטיס אחרון\",\"description\":\"תיאור כרטיס אחרון\"} ]",
|
||||||
"create": "יצירה",
|
"create": "יצירה",
|
||||||
"createBoardPopup-title": "יצירת לוח",
|
"createBoardPopup-title": "יצירת לוח",
|
||||||
"chooseBoardSourcePopup-title": "Import board",
|
"chooseBoardSourcePopup-title": "יבוא לוח",
|
||||||
"createLabelPopup-title": "יצירת תווית",
|
"createLabelPopup-title": "יצירת תווית",
|
||||||
"createCustomField": "יצירת שדה",
|
"createCustomField": "יצירת שדה",
|
||||||
"createCustomFieldPopup-title": "יצירת שדה",
|
"createCustomFieldPopup-title": "יצירת שדה",
|
||||||
|
|
@ -365,7 +365,7 @@
|
||||||
"error-board-notAMember": "עליך לקבל חברות בלוח זה כדי לעשות זאת",
|
"error-board-notAMember": "עליך לקבל חברות בלוח זה כדי לעשות זאת",
|
||||||
"error-json-malformed": "הטקסט שלך אינו JSON תקין",
|
"error-json-malformed": "הטקסט שלך אינו JSON תקין",
|
||||||
"error-json-schema": "נתוני ה־JSON שלך לא כוללים את המידע הנכון בתבנית הנכונה",
|
"error-json-schema": "נתוני ה־JSON שלך לא כוללים את המידע הנכון בתבנית הנכונה",
|
||||||
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format ",
|
"error-csv-schema": "ה־CSV (ערכים מופרדים בפסיקים)/TSV (ערכים מופרדים בטאבים) שלך לא כולל את המידע הנכון בצורה הנכונה.",
|
||||||
"error-list-doesNotExist": "רשימה זו לא קיימת",
|
"error-list-doesNotExist": "רשימה זו לא קיימת",
|
||||||
"error-user-doesNotExist": "משתמש זה לא קיים",
|
"error-user-doesNotExist": "משתמש זה לא קיים",
|
||||||
"error-user-notAllowSelf": "אינך יכול להזמין את עצמך",
|
"error-user-notAllowSelf": "אינך יכול להזמין את עצמך",
|
||||||
|
|
@ -432,7 +432,7 @@
|
||||||
"impersonate-user": "התחזות למשתמש",
|
"impersonate-user": "התחזות למשתמש",
|
||||||
"link": "קישור",
|
"link": "קישור",
|
||||||
"import-board": "ייבוא לוח",
|
"import-board": "ייבוא לוח",
|
||||||
"import-board-c": "Import board",
|
"import-board-c": "יבוא לוח",
|
||||||
"import-board-title-trello": "ייבוא לוח מטרלו",
|
"import-board-title-trello": "ייבוא לוח מטרלו",
|
||||||
"import-board-title-wekan": "ייבוא לוח מייצוא קודם",
|
"import-board-title-wekan": "ייבוא לוח מייצוא קודם",
|
||||||
"import-board-title-csv": "ייבוא לוח מ־CSV/TSV",
|
"import-board-title-csv": "ייבוא לוח מ־CSV/TSV",
|
||||||
|
|
@ -456,7 +456,7 @@
|
||||||
"invalid-date": "תאריך שגוי",
|
"invalid-date": "תאריך שגוי",
|
||||||
"invalid-time": "זמן שגוי",
|
"invalid-time": "זמן שגוי",
|
||||||
"invalid-user": "משתמש שגוי",
|
"invalid-user": "משתמש שגוי",
|
||||||
"joined": "joined",
|
"joined": "הצטרף",
|
||||||
"just-invited": "הוזמנת ללוח זה",
|
"just-invited": "הוזמנת ללוח זה",
|
||||||
"keyboard-shortcuts": "קיצורי מקלדת",
|
"keyboard-shortcuts": "קיצורי מקלדת",
|
||||||
"label-create": "יצירת תווית",
|
"label-create": "יצירת תווית",
|
||||||
|
|
@ -494,7 +494,7 @@
|
||||||
"memberMenuPopup-title": "הגדרות חברות",
|
"memberMenuPopup-title": "הגדרות חברות",
|
||||||
"members": "חברים",
|
"members": "חברים",
|
||||||
"menu": "תפריט",
|
"menu": "תפריט",
|
||||||
"move-selection": "העברת בחירה",
|
"move-selection": "העברת הבחירה",
|
||||||
"moveCardPopup-title": "העברת כרטיס",
|
"moveCardPopup-title": "העברת כרטיס",
|
||||||
"moveCardToBottom-title": "העברה לתחתית הרשימה",
|
"moveCardToBottom-title": "העברה לתחתית הרשימה",
|
||||||
"moveCardToTop-title": "העברה לראש הרשימה",
|
"moveCardToTop-title": "העברה לראש הרשימה",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "מוסר מ־",
|
"r-removed-from": "מוסר מ־",
|
||||||
"r-the-board": "הלוח",
|
"r-the-board": "הלוח",
|
||||||
"r-list": "רשימה",
|
"r-list": "רשימה",
|
||||||
|
"list": "רשימה",
|
||||||
"set-filter": "הגדרת מסנן",
|
"set-filter": "הגדרת מסנן",
|
||||||
"r-moved-to": "מועבר אל",
|
"r-moved-to": "מועבר אל",
|
||||||
"r-moved-from": "מועבר מ־",
|
"r-moved-from": "מועבר מ־",
|
||||||
|
|
@ -832,7 +833,7 @@
|
||||||
"r-items-list": "פריט1,פריט2,פריט3",
|
"r-items-list": "פריט1,פריט2,פריט3",
|
||||||
"r-add-swimlane": "הוספת מסלול",
|
"r-add-swimlane": "הוספת מסלול",
|
||||||
"r-swimlane-name": "שם המסלול",
|
"r-swimlane-name": "שם המסלול",
|
||||||
"r-board-note": "Note: leave a field empty to match every possible value. ",
|
"r-board-note": "לתשומת לבך: ניתן להשאיר את השדה ריק כדי ללכוד כל ערך אפשרי.",
|
||||||
"r-checklist-note": "לתשומת לבך: את פריטי רשימת הביצוע יש לכתוב בתצורת רשימה של ערכים המופרדים בפסיקים.",
|
"r-checklist-note": "לתשומת לבך: את פריטי רשימת הביצוע יש לכתוב בתצורת רשימה של ערכים המופרדים בפסיקים.",
|
||||||
"r-when-a-card-is-moved": "כאשר כרטיס מועבר לרשימה אחרת",
|
"r-when-a-card-is-moved": "כאשר כרטיס מועבר לרשימה אחרת",
|
||||||
"r-set": "הגדרה",
|
"r-set": "הגדרה",
|
||||||
|
|
@ -863,9 +864,9 @@
|
||||||
"oidc-button-text": "עריכת הטקסט על כפתור ה־OIDC",
|
"oidc-button-text": "עריכת הטקסט על כפתור ה־OIDC",
|
||||||
"default-authentication-method": "שיטת אימות כבררת מחדל",
|
"default-authentication-method": "שיטת אימות כבררת מחדל",
|
||||||
"duplicate-board": "שכפול לוח",
|
"duplicate-board": "שכפול לוח",
|
||||||
"org-number": "The number of organizations is: ",
|
"org-number": "מספר הארגונים הוא:",
|
||||||
"team-number": "The number of teams is: ",
|
"team-number": "מספר הצוותים הוא:",
|
||||||
"people-number": "The number of people is: ",
|
"people-number": "מספר האנשים הוא:",
|
||||||
"swimlaneDeletePopup-title": "למחוק מסלול?",
|
"swimlaneDeletePopup-title": "למחוק מסלול?",
|
||||||
"swimlane-delete-pop": "כל הפעולות יוסרו מהזנת הפעילות ולא תהיה לך אפשרות לשחזר את המסלול. אי אפשר לחזור אחורה.",
|
"swimlane-delete-pop": "כל הפעולות יוסרו מהזנת הפעילות ולא תהיה לך אפשרות לשחזר את המסלול. אי אפשר לחזור אחורה.",
|
||||||
"restore-all": "לשחזר הכול",
|
"restore-all": "לשחזר הכול",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "איש/ה",
|
"person": "איש/ה",
|
||||||
"my-cards": "הכרטיסים שלי",
|
"my-cards": "הכרטיסים שלי",
|
||||||
"card": "כרטיס",
|
"card": "כרטיס",
|
||||||
"list": "רשימה",
|
|
||||||
"board": "לוח",
|
"board": "לוח",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "תצוגת הכרטיסים שלי",
|
"myCardsViewChange-title": "תצוגת הכרטיסים שלי",
|
||||||
|
|
@ -1169,7 +1169,7 @@
|
||||||
"moveChecklistPopup-title": "העברת רשימת מטלות",
|
"moveChecklistPopup-title": "העברת רשימת מטלות",
|
||||||
"newlineBecomesNewChecklistItem": "שורה חדשה הופכת לפריט חדש ברשימת המטלות",
|
"newlineBecomesNewChecklistItem": "שורה חדשה הופכת לפריט חדש ברשימת המטלות",
|
||||||
"copyChecklist": "העתקת רשימת מטלות",
|
"copyChecklist": "העתקת רשימת מטלות",
|
||||||
"copyChecklistPopup-title": "העתקת רשימת מטלות",
|
"copyChecklistPopup-title": "העתקת רשימת סימון",
|
||||||
"card-show-lists": "הצגת רשימות על הכרטיס",
|
"card-show-lists": "הצגת רשימות על הכרטיס",
|
||||||
"subtaskActionsPopup-title": "פעולות תת־משימה",
|
"subtaskActionsPopup-title": "פעולות תת־משימה",
|
||||||
"attachmentActionsPopup-title": "פעולות על קבצים מצורפים",
|
"attachmentActionsPopup-title": "פעולות על קבצים מצורפים",
|
||||||
|
|
|
||||||
|
|
@ -118,7 +118,7 @@
|
||||||
"archive-swimlane": "संग्रह करने के लिए स्विमलेन ले जाएँ",
|
"archive-swimlane": "संग्रह करने के लिए स्विमलेन ले जाएँ",
|
||||||
"archive-selection": "चयन को संग्रह में ले जाएं",
|
"archive-selection": "चयन को संग्रह में ले जाएं",
|
||||||
"archiveBoardPopup-title": "बोर्ड को संग्रह में स्थानांतरित करें?",
|
"archiveBoardPopup-title": "बोर्ड को संग्रह में स्थानांतरित करें?",
|
||||||
"archived-items": "पुरालेख",
|
"archived-items": "संग्रह",
|
||||||
"archived-boards": "संग्रह में बोर्ड",
|
"archived-boards": "संग्रह में बोर्ड",
|
||||||
"restore-board": "पुनर्स्थापना बोर्ड",
|
"restore-board": "पुनर्स्थापना बोर्ड",
|
||||||
"no-archived-boards": "संग्रह में कोई बोर्ड नहीं ।",
|
"no-archived-boards": "संग्रह में कोई बोर्ड नहीं ।",
|
||||||
|
|
@ -160,7 +160,7 @@
|
||||||
"board-view-swimlanes": "तैरना",
|
"board-view-swimlanes": "तैरना",
|
||||||
"board-view-collapse": "संक्षिप्त करें",
|
"board-view-collapse": "संक्षिप्त करें",
|
||||||
"board-view-gantt": "Gantt",
|
"board-view-gantt": "Gantt",
|
||||||
"board-view-lists": "Lists",
|
"board-view-lists": "सूचियाँ",
|
||||||
"bucket-example": "उदाहरण के लिए “बाल्टी सूची” की तरह",
|
"bucket-example": "उदाहरण के लिए “बाल्टी सूची” की तरह",
|
||||||
"cancel": "रद्द करें",
|
"cancel": "रद्द करें",
|
||||||
"card-archived": "यह कार्ड संग्रह करने के लिए ले जाया गया है ।",
|
"card-archived": "यह कार्ड संग्रह करने के लिए ले जाया गया है ।",
|
||||||
|
|
@ -175,7 +175,7 @@
|
||||||
"card-due-on": "पर नियत",
|
"card-due-on": "पर नियत",
|
||||||
"card-spent": "समय बिताया",
|
"card-spent": "समय बिताया",
|
||||||
"card-edit-attachments": "संपादित संलग्नक",
|
"card-edit-attachments": "संपादित संलग्नक",
|
||||||
"card-edit-custom-fields": "संपादित करें प्रचलन क्षेत्र",
|
"card-edit-custom-fields": "संपादित प्रचलन क्षेत्र",
|
||||||
"card-edit-labels": "संपादित नामपत्र",
|
"card-edit-labels": "संपादित नामपत्र",
|
||||||
"card-edit-members": "संपादित सदस्य",
|
"card-edit-members": "संपादित सदस्य",
|
||||||
"card-labels-title": "कार्ड के लिए नामपत्र परिवर्तित करें ।",
|
"card-labels-title": "कार्ड के लिए नामपत्र परिवर्तित करें ।",
|
||||||
|
|
@ -233,11 +233,11 @@
|
||||||
"cardType-linkedCard": "जुड़े हुए कार्ड",
|
"cardType-linkedCard": "जुड़े हुए कार्ड",
|
||||||
"cardType-linkedBoard": "जुड़े हुए बोर्ड",
|
"cardType-linkedBoard": "जुड़े हुए बोर्ड",
|
||||||
"change": "तब्दीली",
|
"change": "तब्दीली",
|
||||||
"change-avatar": "Change Avatar",
|
"change-avatar": "अवतार परिवर्तन करें",
|
||||||
"change-password": "गोपनीयता परिवर्तन करें",
|
"change-password": "गोपनीयता परिवर्तन करें",
|
||||||
"change-permissions": "अनुमतियां परिवर्तित करें",
|
"change-permissions": "अनुमतियां परिवर्तित करें",
|
||||||
"change-settings": "व्यवस्था परिवर्तित करें",
|
"change-settings": "व्यवस्था परिवर्तित करें",
|
||||||
"changeAvatarPopup-title": "Change Avatar",
|
"changeAvatarPopup-title": "अवतार परिवर्तन करें",
|
||||||
"changeLanguagePopup-title": "भाषा परिवर्तन करें",
|
"changeLanguagePopup-title": "भाषा परिवर्तन करें",
|
||||||
"changePasswordPopup-title": "गोपनीयता परिवर्तन करें",
|
"changePasswordPopup-title": "गोपनीयता परिवर्तन करें",
|
||||||
"changePermissionsPopup-title": "अनुमतियां परिवर्तित करें",
|
"changePermissionsPopup-title": "अनुमतियां परिवर्तित करें",
|
||||||
|
|
@ -304,7 +304,7 @@
|
||||||
"createBoardPopup-title": "बोर्ड निर्माण करना",
|
"createBoardPopup-title": "बोर्ड निर्माण करना",
|
||||||
"chooseBoardSourcePopup-title": "बोर्ड आयात",
|
"chooseBoardSourcePopup-title": "बोर्ड आयात",
|
||||||
"createLabelPopup-title": "नामपत्र निर्माण",
|
"createLabelPopup-title": "नामपत्र निर्माण",
|
||||||
"createCustomField": "क्षेत्र निर्माण",
|
"createCustomField": "क्षेत्र निर्माण करना",
|
||||||
"createCustomFieldPopup-title": "क्षेत्र निर्माण",
|
"createCustomFieldPopup-title": "क्षेत्र निर्माण",
|
||||||
"current": "वर्तमान",
|
"current": "वर्तमान",
|
||||||
"custom-field-delete-pop": "कोई पूर्ववत् नहीं है । यह सभी कार्ड से इस कस्टम क्षेत्र को हटा दें और इसके इतिहास को नष्ट कर देगा ।",
|
"custom-field-delete-pop": "कोई पूर्ववत् नहीं है । यह सभी कार्ड से इस कस्टम क्षेत्र को हटा दें और इसके इतिहास को नष्ट कर देगा ।",
|
||||||
|
|
@ -320,7 +320,7 @@
|
||||||
"custom-field-number": "Number",
|
"custom-field-number": "Number",
|
||||||
"custom-field-text": "Text",
|
"custom-field-text": "Text",
|
||||||
"custom-fields": "प्रचलन क्षेत्र",
|
"custom-fields": "प्रचलन क्षेत्र",
|
||||||
"date": "दिनांक",
|
"date": "Date",
|
||||||
"decline": "Decline",
|
"decline": "Decline",
|
||||||
"default-avatar": "Default avatar",
|
"default-avatar": "Default avatar",
|
||||||
"delete": "Delete",
|
"delete": "Delete",
|
||||||
|
|
@ -365,7 +365,7 @@
|
||||||
"error-board-notAMember": "You need तक be एक सदस्य of यह बोर्ड तक do that",
|
"error-board-notAMember": "You need तक be एक सदस्य of यह बोर्ड तक do that",
|
||||||
"error-json-malformed": "Your text is not valid JSON",
|
"error-json-malformed": "Your text is not valid JSON",
|
||||||
"error-json-schema": "आपके JSON डेटा में सही प्रारूप में सही जानकारी शामिल नहीं है",
|
"error-json-schema": "आपके JSON डेटा में सही प्रारूप में सही जानकारी शामिल नहीं है",
|
||||||
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format ",
|
"error-csv-schema": "आपके CSV (कोमा सेपरेटेड वैल्यूज़) / TSV (टैब सेपरेटेड वैल्यूज़) में सही फॉर्मेट में उचित जानकारी शामिल नहीं है",
|
||||||
"error-list-doesNotExist": "यह सूची does not exist",
|
"error-list-doesNotExist": "यह सूची does not exist",
|
||||||
"error-user-doesNotExist": "यह user does not exist",
|
"error-user-doesNotExist": "यह user does not exist",
|
||||||
"error-user-notAllowSelf": "You can not invite yourself",
|
"error-user-notAllowSelf": "You can not invite yourself",
|
||||||
|
|
@ -422,17 +422,17 @@
|
||||||
"filter-to-selection": "Filter तक selection",
|
"filter-to-selection": "Filter तक selection",
|
||||||
"other-filters-label": "अन्य फिल्टर",
|
"other-filters-label": "अन्य फिल्टर",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows तक write एक string containing following operators: == != <= >= && || ( ) एक space is used as एक separator between the Operators. You can filter for संपूर्ण प्रचलन क्षेत्र by typing their names और values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need तक encapsulate them के अंदर single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) तक be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally संपूर्ण operators are interpreted से left तक right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows तक write एक string containing following operators: == != <= >= && || ( ) एक space is used as एक separator between the Operators. You can filter for संपूर्ण प्रचलन क्षेत्र by typing their names और values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need तक encapsulate them के अंदर single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) तक be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally संपूर्ण operators are interpreted से left तक right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Full Name",
|
"fullname": "Full Name",
|
||||||
"header-logo-title": "Go back तक your बोर्डों page.",
|
"header-logo-title": "Go back तक your बोर्डों page.",
|
||||||
"hide-system-messages": "Hide system messages",
|
"hide-system-messages": "Hide system messages",
|
||||||
"headerBarCreateBoardPopup-title": "बोर्ड निर्माण करना",
|
"headerBarCreateBoardPopup-title": "Create बोर्ड",
|
||||||
"home": "Home",
|
"home": "Home",
|
||||||
"import": "Import",
|
"import": "Import",
|
||||||
"impersonate-user": "Impersonate user",
|
"impersonate-user": "Impersonate user",
|
||||||
"link": "Link",
|
"link": "Link",
|
||||||
"import-board": "import बोर्ड",
|
"import-board": "import बोर्ड",
|
||||||
"import-board-c": "बोर्ड आयात",
|
"import-board-c": "Import बोर्ड",
|
||||||
"import-board-title-trello": "Import बोर्ड से Trello",
|
"import-board-title-trello": "Import बोर्ड से Trello",
|
||||||
"import-board-title-wekan": "Import board from previous export",
|
"import-board-title-wekan": "Import board from previous export",
|
||||||
"import-board-title-csv": "CSV / TSV से आयात बोर्ड",
|
"import-board-title-csv": "CSV / TSV से आयात बोर्ड",
|
||||||
|
|
@ -459,7 +459,7 @@
|
||||||
"joined": "joined",
|
"joined": "joined",
|
||||||
"just-invited": "You are just invited तक यह बोर्ड",
|
"just-invited": "You are just invited तक यह बोर्ड",
|
||||||
"keyboard-shortcuts": "Keyबोर्ड shortcuts",
|
"keyboard-shortcuts": "Keyबोर्ड shortcuts",
|
||||||
"label-create": "नामपत्र निर्माण",
|
"label-create": "Create Label",
|
||||||
"label-default": "%s label (default)",
|
"label-default": "%s label (default)",
|
||||||
"label-delete-pop": "There is no undo. यह will हटा यह label से संपूर्ण कार्ड और destroy its history.",
|
"label-delete-pop": "There is no undo. यह will हटा यह label से संपूर्ण कार्ड और destroy its history.",
|
||||||
"labels": "नामपत्र",
|
"labels": "नामपत्र",
|
||||||
|
|
@ -482,12 +482,12 @@
|
||||||
"swimlaneAddPopup-title": "Add a Swimlane below",
|
"swimlaneAddPopup-title": "Add a Swimlane below",
|
||||||
"listImportCardPopup-title": "Import एक Trello कार्ड",
|
"listImportCardPopup-title": "Import एक Trello कार्ड",
|
||||||
"listImportCardsTsvPopup-title": "एक्सेल CSV / TSV आयात करें",
|
"listImportCardsTsvPopup-title": "एक्सेल CSV / TSV आयात करें",
|
||||||
"listMorePopup-title": "अतिरिक्त",
|
"listMorePopup-title": "More",
|
||||||
"link-list": "Link तक यह list",
|
"link-list": "Link तक यह list",
|
||||||
"list-delete-pop": "All actions हो जाएगा हटा दिया से the activity feed और you won't be able तक recover the list. There is no undo.",
|
"list-delete-pop": "All actions हो जाएगा हटा दिया से the activity feed और you won't be able तक recover the list. There is no undo.",
|
||||||
"list-delete-suggest-archive": "You can move a list to Archive to remove it from the board and preserve the activity.",
|
"list-delete-suggest-archive": "You can move a list to Archive to remove it from the board and preserve the activity.",
|
||||||
"lists": "Lists",
|
"lists": "Lists",
|
||||||
"swimlanes": "तैरना",
|
"swimlanes": "तैरन",
|
||||||
"log-out": "Log Out",
|
"log-out": "Log Out",
|
||||||
"log-in": "Log In",
|
"log-in": "Log In",
|
||||||
"loginPopup-title": "Log In",
|
"loginPopup-title": "Log In",
|
||||||
|
|
@ -541,7 +541,7 @@
|
||||||
"remove-member-pop": "हटाएँ __name__ (__username__) से __boardTitle__? इस बोर्ड पर सभी कार्ड से सदस्य हटा दिया जाएगा। उन्हें एक अधिसूचना प्राप्त होगी।",
|
"remove-member-pop": "हटाएँ __name__ (__username__) से __boardTitle__? इस बोर्ड पर सभी कार्ड से सदस्य हटा दिया जाएगा। उन्हें एक अधिसूचना प्राप्त होगी।",
|
||||||
"removeMemberPopup-title": "हटाएँ सदस्य?",
|
"removeMemberPopup-title": "हटाएँ सदस्य?",
|
||||||
"rename": "Rename",
|
"rename": "Rename",
|
||||||
"rename-board": "बोर्ड का नाम बदलें",
|
"rename-board": "Rename बोर्ड",
|
||||||
"restore": "Restore",
|
"restore": "Restore",
|
||||||
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
|
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
|
||||||
"rescue-card-description-dialogue": "Overwrite current card description with your changes?",
|
"rescue-card-description-dialogue": "Overwrite current card description with your changes?",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "हटा दिया from",
|
"r-removed-from": "हटा दिया from",
|
||||||
"r-the-board": "the बोर्ड",
|
"r-the-board": "the बोर्ड",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "स्थानांतरित to",
|
"r-moved-to": "स्थानांतरित to",
|
||||||
"r-moved-from": "स्थानांतरित from",
|
"r-moved-from": "स्थानांतरित from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "कार्ड",
|
"card": "कार्ड",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -122,7 +122,7 @@
|
||||||
"archived-boards": "संग्रह में बोर्ड",
|
"archived-boards": "संग्रह में बोर्ड",
|
||||||
"restore-board": "पुनर्स्थापना बोर्ड",
|
"restore-board": "पुनर्स्थापना बोर्ड",
|
||||||
"no-archived-boards": "संग्रह में कोई बोर्ड नहीं ।",
|
"no-archived-boards": "संग्रह में कोई बोर्ड नहीं ।",
|
||||||
"archives": "संग्रह",
|
"archives": "पुरालेख",
|
||||||
"template": "खाका",
|
"template": "खाका",
|
||||||
"templates": "खाका",
|
"templates": "खाका",
|
||||||
"template-container": "Template Container",
|
"template-container": "Template Container",
|
||||||
|
|
@ -175,7 +175,7 @@
|
||||||
"card-due-on": "पर नियत",
|
"card-due-on": "पर नियत",
|
||||||
"card-spent": "समय बिताया",
|
"card-spent": "समय बिताया",
|
||||||
"card-edit-attachments": "संपादित संलग्नक",
|
"card-edit-attachments": "संपादित संलग्नक",
|
||||||
"card-edit-custom-fields": "संपादित करें प्रचलन क्षेत्र",
|
"card-edit-custom-fields": "संपादित प्रचलन क्षेत्र",
|
||||||
"card-edit-labels": "संपादित नामपत्र",
|
"card-edit-labels": "संपादित नामपत्र",
|
||||||
"card-edit-members": "संपादित सदस्य",
|
"card-edit-members": "संपादित सदस्य",
|
||||||
"card-labels-title": "कार्ड के लिए नामपत्र परिवर्तित करें ।",
|
"card-labels-title": "कार्ड के लिए नामपत्र परिवर्तित करें ।",
|
||||||
|
|
@ -304,7 +304,7 @@
|
||||||
"createBoardPopup-title": "बोर्ड निर्माण करना",
|
"createBoardPopup-title": "बोर्ड निर्माण करना",
|
||||||
"chooseBoardSourcePopup-title": "बोर्ड आयात",
|
"chooseBoardSourcePopup-title": "बोर्ड आयात",
|
||||||
"createLabelPopup-title": "नामपत्र निर्माण",
|
"createLabelPopup-title": "नामपत्र निर्माण",
|
||||||
"createCustomField": "क्षेत्र निर्माण",
|
"createCustomField": "क्षेत्र निर्माण करना",
|
||||||
"createCustomFieldPopup-title": "क्षेत्र निर्माण",
|
"createCustomFieldPopup-title": "क्षेत्र निर्माण",
|
||||||
"current": "वर्तमान",
|
"current": "वर्तमान",
|
||||||
"custom-field-delete-pop": "कोई पूर्ववत् नहीं है । यह सभी कार्ड से इस कस्टम क्षेत्र को हटा दें और इसके इतिहास को नष्ट कर देगा ।",
|
"custom-field-delete-pop": "कोई पूर्ववत् नहीं है । यह सभी कार्ड से इस कस्टम क्षेत्र को हटा दें और इसके इतिहास को नष्ट कर देगा ।",
|
||||||
|
|
@ -320,7 +320,7 @@
|
||||||
"custom-field-number": "Number",
|
"custom-field-number": "Number",
|
||||||
"custom-field-text": "Text",
|
"custom-field-text": "Text",
|
||||||
"custom-fields": "प्रचलन क्षेत्र",
|
"custom-fields": "प्रचलन क्षेत्र",
|
||||||
"date": "दिनांक",
|
"date": "Date",
|
||||||
"decline": "Decline",
|
"decline": "Decline",
|
||||||
"default-avatar": "Default avatar",
|
"default-avatar": "Default avatar",
|
||||||
"delete": "Delete",
|
"delete": "Delete",
|
||||||
|
|
@ -333,7 +333,7 @@
|
||||||
"done": "Done",
|
"done": "Done",
|
||||||
"download": "Download",
|
"download": "Download",
|
||||||
"edit": "Edit",
|
"edit": "Edit",
|
||||||
"edit-avatar": "अवतार परिवर्तन करें",
|
"edit-avatar": "Change Avatar",
|
||||||
"edit-profile": "संपादित करें Profile",
|
"edit-profile": "संपादित करें Profile",
|
||||||
"edit-wip-limit": "संपादित करें WIP Limit",
|
"edit-wip-limit": "संपादित करें WIP Limit",
|
||||||
"soft-wip-limit": "Soft WIP Limit",
|
"soft-wip-limit": "Soft WIP Limit",
|
||||||
|
|
@ -365,7 +365,7 @@
|
||||||
"error-board-notAMember": "You need तक be एक सदस्य of यह बोर्ड तक do that",
|
"error-board-notAMember": "You need तक be एक सदस्य of यह बोर्ड तक do that",
|
||||||
"error-json-malformed": "Your text is not valid JSON",
|
"error-json-malformed": "Your text is not valid JSON",
|
||||||
"error-json-schema": "आपके JSON डेटा में सही प्रारूप में सही जानकारी शामिल नहीं है",
|
"error-json-schema": "आपके JSON डेटा में सही प्रारूप में सही जानकारी शामिल नहीं है",
|
||||||
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format ",
|
"error-csv-schema": "आपके CSV (कोमा सेपरेटेड वैल्यूज़) / TSV (टैब सेपरेटेड वैल्यूज़) में सही फॉर्मेट में उचित जानकारी शामिल नहीं है",
|
||||||
"error-list-doesNotExist": "यह सूची does not exist",
|
"error-list-doesNotExist": "यह सूची does not exist",
|
||||||
"error-user-doesNotExist": "यह user does not exist",
|
"error-user-doesNotExist": "यह user does not exist",
|
||||||
"error-user-notAllowSelf": "You can not invite yourself",
|
"error-user-notAllowSelf": "You can not invite yourself",
|
||||||
|
|
@ -422,17 +422,17 @@
|
||||||
"filter-to-selection": "Filter तक selection",
|
"filter-to-selection": "Filter तक selection",
|
||||||
"other-filters-label": "अन्य फिल्टर",
|
"other-filters-label": "अन्य फिल्टर",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows तक write एक string containing following operators: == != <= >= && || ( ) एक space is used as एक separator between the Operators. You can filter for संपूर्ण प्रचलन क्षेत्र by typing their names और values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need तक encapsulate them के अंदर single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) तक be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally संपूर्ण operators are interpreted से left तक right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows तक write एक string containing following operators: == != <= >= && || ( ) एक space is used as एक separator between the Operators. You can filter for संपूर्ण प्रचलन क्षेत्र by typing their names और values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need तक encapsulate them के अंदर single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) तक be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally संपूर्ण operators are interpreted से left तक right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Full Name",
|
"fullname": "Full Name",
|
||||||
"header-logo-title": "Go back तक your बोर्डों page.",
|
"header-logo-title": "Go back तक your बोर्डों page.",
|
||||||
"hide-system-messages": "Hide system messages",
|
"hide-system-messages": "Hide system messages",
|
||||||
"headerBarCreateBoardPopup-title": "बोर्ड निर्माण करना",
|
"headerBarCreateBoardPopup-title": "Create बोर्ड",
|
||||||
"home": "Home",
|
"home": "Home",
|
||||||
"import": "Import",
|
"import": "Import",
|
||||||
"impersonate-user": "Impersonate user",
|
"impersonate-user": "Impersonate user",
|
||||||
"link": "Link",
|
"link": "Link",
|
||||||
"import-board": "import बोर्ड",
|
"import-board": "import बोर्ड",
|
||||||
"import-board-c": "बोर्ड आयात",
|
"import-board-c": "Import बोर्ड",
|
||||||
"import-board-title-trello": "Import बोर्ड से Trello",
|
"import-board-title-trello": "Import बोर्ड से Trello",
|
||||||
"import-board-title-wekan": "Import board from previous export",
|
"import-board-title-wekan": "Import board from previous export",
|
||||||
"import-board-title-csv": "CSV / TSV से आयात बोर्ड",
|
"import-board-title-csv": "CSV / TSV से आयात बोर्ड",
|
||||||
|
|
@ -459,7 +459,7 @@
|
||||||
"joined": "joined",
|
"joined": "joined",
|
||||||
"just-invited": "You are just invited तक यह बोर्ड",
|
"just-invited": "You are just invited तक यह बोर्ड",
|
||||||
"keyboard-shortcuts": "Keyबोर्ड shortcuts",
|
"keyboard-shortcuts": "Keyबोर्ड shortcuts",
|
||||||
"label-create": "नामपत्र निर्माण",
|
"label-create": "Create Label",
|
||||||
"label-default": "%s label (default)",
|
"label-default": "%s label (default)",
|
||||||
"label-delete-pop": "There is no undo. यह will हटा यह label से संपूर्ण कार्ड और destroy its history.",
|
"label-delete-pop": "There is no undo. यह will हटा यह label से संपूर्ण कार्ड और destroy its history.",
|
||||||
"labels": "नामपत्र",
|
"labels": "नामपत्र",
|
||||||
|
|
@ -482,12 +482,12 @@
|
||||||
"swimlaneAddPopup-title": "Add a Swimlane below",
|
"swimlaneAddPopup-title": "Add a Swimlane below",
|
||||||
"listImportCardPopup-title": "Import एक Trello कार्ड",
|
"listImportCardPopup-title": "Import एक Trello कार्ड",
|
||||||
"listImportCardsTsvPopup-title": "एक्सेल CSV / TSV आयात करें",
|
"listImportCardsTsvPopup-title": "एक्सेल CSV / TSV आयात करें",
|
||||||
"listMorePopup-title": "अतिरिक्त",
|
"listMorePopup-title": "More",
|
||||||
"link-list": "Link तक यह list",
|
"link-list": "Link तक यह list",
|
||||||
"list-delete-pop": "All actions हो जाएगा हटा दिया से the activity feed और you won't be able तक recover the list. There is no undo.",
|
"list-delete-pop": "All actions हो जाएगा हटा दिया से the activity feed और you won't be able तक recover the list. There is no undo.",
|
||||||
"list-delete-suggest-archive": "You can move a list to Archive to remove it from the board and preserve the activity.",
|
"list-delete-suggest-archive": "You can move a list to Archive to remove it from the board and preserve the activity.",
|
||||||
"lists": "सूचियाँ",
|
"lists": "Lists",
|
||||||
"swimlanes": "तैरना",
|
"swimlanes": "तैरन",
|
||||||
"log-out": "Log Out",
|
"log-out": "Log Out",
|
||||||
"log-in": "Log In",
|
"log-in": "Log In",
|
||||||
"loginPopup-title": "Log In",
|
"loginPopup-title": "Log In",
|
||||||
|
|
@ -541,7 +541,7 @@
|
||||||
"remove-member-pop": "हटाएँ __name__ (__username__) से __boardTitle__? इस बोर्ड पर सभी कार्ड से सदस्य हटा दिया जाएगा। उन्हें एक अधिसूचना प्राप्त होगी।",
|
"remove-member-pop": "हटाएँ __name__ (__username__) से __boardTitle__? इस बोर्ड पर सभी कार्ड से सदस्य हटा दिया जाएगा। उन्हें एक अधिसूचना प्राप्त होगी।",
|
||||||
"removeMemberPopup-title": "हटाएँ सदस्य?",
|
"removeMemberPopup-title": "हटाएँ सदस्य?",
|
||||||
"rename": "Rename",
|
"rename": "Rename",
|
||||||
"rename-board": "बोर्ड का नाम बदलें",
|
"rename-board": "Rename बोर्ड",
|
||||||
"restore": "Restore",
|
"restore": "Restore",
|
||||||
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
|
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
|
||||||
"rescue-card-description-dialogue": "Overwrite current card description with your changes?",
|
"rescue-card-description-dialogue": "Overwrite current card description with your changes?",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "हटा दिया from",
|
"r-removed-from": "हटा दिया from",
|
||||||
"r-the-board": "the बोर्ड",
|
"r-the-board": "the बोर्ड",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "स्थानांतरित to",
|
"r-moved-to": "स्थानांतरित to",
|
||||||
"r-moved-from": "स्थानांतरित from",
|
"r-moved-from": "स्थानांतरित from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "कार्ड",
|
"card": "कार्ड",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -71,7 +71,7 @@
|
||||||
"add": "Dodaj",
|
"add": "Dodaj",
|
||||||
"activity-checked-item-card": "označeno %s u listi provjere %s",
|
"activity-checked-item-card": "označeno %s u listi provjere %s",
|
||||||
"activity-unchecked-item-card": "odznačeno %s u listi provjere %s",
|
"activity-unchecked-item-card": "odznačeno %s u listi provjere %s",
|
||||||
"activity-checklist-completed-card": "završio/la je listu provjere __checklist__ na kartici __card__ na listi __list__ u traci __swimlane__ na ploči __board__",
|
"activity-checklist-completed-card": "lista provjere __checklist__ na kartici __card__ na listi __list__ u traci __swimlane__ na ploči __board__ je potpuno završena",
|
||||||
"activity-checklist-uncompleted-card": "uncompleted the checklist %s",
|
"activity-checklist-uncompleted-card": "uncompleted the checklist %s",
|
||||||
"activity-editComment": "uređen komentar %s",
|
"activity-editComment": "uređen komentar %s",
|
||||||
"activity-deleteComment": "obrisan komentar %s",
|
"activity-deleteComment": "obrisan komentar %s",
|
||||||
|
|
@ -295,7 +295,7 @@
|
||||||
"copy-card-link-to-clipboard": "Copy card link to clipboard",
|
"copy-card-link-to-clipboard": "Copy card link to clipboard",
|
||||||
"copy-text-to-clipboard": "Copy text to clipboard",
|
"copy-text-to-clipboard": "Copy text to clipboard",
|
||||||
"linkCardPopup-title": "Link Card",
|
"linkCardPopup-title": "Link Card",
|
||||||
"searchElementPopup-title": "Traži",
|
"searchElementPopup-title": "Pretraži",
|
||||||
"copyCardPopup-title": "Kopiraj karticu",
|
"copyCardPopup-title": "Kopiraj karticu",
|
||||||
"copyManyCardsPopup-title": "Copy Template to Many Cards",
|
"copyManyCardsPopup-title": "Copy Template to Many Cards",
|
||||||
"copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
|
"copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Full Name",
|
"fullname": "Full Name",
|
||||||
"header-logo-title": "Go back to your boards page.",
|
"header-logo-title": "Go back to your boards page.",
|
||||||
"hide-system-messages": "Hide system messages",
|
"hide-system-messages": "Hide system messages",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Uklonjeno je sa",
|
"r-removed-from": "Uklonjeno je sa",
|
||||||
"r-the-board": "ploča",
|
"r-the-board": "ploča",
|
||||||
"r-list": "lista",
|
"r-list": "lista",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -782,7 +783,7 @@
|
||||||
"r-archive": "Preseli u arhivu",
|
"r-archive": "Preseli u arhivu",
|
||||||
"r-unarchive": "Restore from Archive",
|
"r-unarchive": "Restore from Archive",
|
||||||
"r-card": "card",
|
"r-card": "card",
|
||||||
"r-add": "Dodaj",
|
"r-add": "Dodati",
|
||||||
"r-remove": "Ukloniti",
|
"r-remove": "Ukloniti",
|
||||||
"r-label": "label",
|
"r-label": "label",
|
||||||
"r-member": "member",
|
"r-member": "member",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Kartica",
|
"card": "Kartica",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -68,10 +68,10 @@
|
||||||
"activity-checklist-uncompleted": "befejezetlenné tett %s elemet %s listából",
|
"activity-checklist-uncompleted": "befejezetlenné tett %s elemet %s listából",
|
||||||
"activity-checklist-item-added": "ellenőrzőlista elem hozzáadva ehhez: „%s”, ebben: %s",
|
"activity-checklist-item-added": "ellenőrzőlista elem hozzáadva ehhez: „%s”, ebben: %s",
|
||||||
"activity-checklist-item-removed": "eltávolított egy ellenőrző-lista elemet innen: '%s' ebben: %s",
|
"activity-checklist-item-removed": "eltávolított egy ellenőrző-lista elemet innen: '%s' ebben: %s",
|
||||||
"add": "Add hozzá",
|
"add": "Hozzáadás",
|
||||||
"activity-checked-item-card": "bepipálta %s elemet ebben a listában: %s",
|
"activity-checked-item-card": "bepipálta %s elemet ebben a listában: %s",
|
||||||
"activity-unchecked-item-card": "pipáltanította %s elemet ebben a listában: %s",
|
"activity-unchecked-item-card": "pipáltanította %s elemet ebben a listában: %s",
|
||||||
"activity-checklist-completed-card": "befejezte: __checklist__ listát ezen a kártyán: __card__ ebben az oszlopban: __list__ ezen az úszósávon: __swimlane__ at ezen a kártyán: __board__",
|
"activity-checklist-completed-card": "befejezte ezt a listát: __checklist__ ezen a kártyán: __card__ ebben az oszlopban: __list__ ezen az úszósávon: __swimlane__ at ezen a kártyán: __board__",
|
||||||
"activity-checklist-uncompleted-card": "befejezetlenné tette ezt a listát: __checklist__ ezen a kártyán: __card__ ebben az oszlopban: __list__ ezen az úszósávon: __swimlane__ at ezen a kártyán: __board__",
|
"activity-checklist-uncompleted-card": "befejezetlenné tette ezt a listát: __checklist__ ezen a kártyán: __card__ ebben az oszlopban: __list__ ezen az úszósávon: __swimlane__ at ezen a kártyán: __board__",
|
||||||
"activity-editComment": "szerkesztette ezt a megjegyzést: %s",
|
"activity-editComment": "szerkesztette ezt a megjegyzést: %s",
|
||||||
"activity-deleteComment": "törölte ezt a megjegyzést: %s",
|
"activity-deleteComment": "törölte ezt a megjegyzést: %s",
|
||||||
|
|
@ -110,7 +110,7 @@
|
||||||
"apply": "Alkalmaz",
|
"apply": "Alkalmaz",
|
||||||
"app-is-offline": "Betöltés... kérem várjon!\nHa közben frissíti az oldalt, adatok veszhetnek el.\n(Ha nem töltődik be az oldal, ellenőrizze fut-e a szerver.)",
|
"app-is-offline": "Betöltés... kérem várjon!\nHa közben frissíti az oldalt, adatok veszhetnek el.\n(Ha nem töltődik be az oldal, ellenőrizze fut-e a szerver.)",
|
||||||
"app-try-reconnect": "Try to reconnect.",
|
"app-try-reconnect": "Try to reconnect.",
|
||||||
"archive": "Mozgasd az archívumba",
|
"archive": "Archiváld",
|
||||||
"archive-all": "Mindet archiváld",
|
"archive-all": "Mindet archiváld",
|
||||||
"archive-board": "Archiváld a Táblát",
|
"archive-board": "Archiváld a Táblát",
|
||||||
"archive-card": "Archiváld a Kártyát",
|
"archive-card": "Archiváld a Kártyát",
|
||||||
|
|
@ -122,7 +122,7 @@
|
||||||
"archived-boards": "Táblák az Archívumban",
|
"archived-boards": "Táblák az Archívumban",
|
||||||
"restore-board": "Tábla visszaállítása",
|
"restore-board": "Tábla visszaállítása",
|
||||||
"no-archived-boards": "Nincsenek Táblák az Archívumban",
|
"no-archived-boards": "Nincsenek Táblák az Archívumban",
|
||||||
"archives": "Archívum",
|
"archives": "Archiválás",
|
||||||
"template": "Sablon",
|
"template": "Sablon",
|
||||||
"templates": "Sablonok",
|
"templates": "Sablonok",
|
||||||
"template-container": "Sablon Tároló",
|
"template-container": "Sablon Tároló",
|
||||||
|
|
@ -334,7 +334,7 @@
|
||||||
"download": "Letöltés",
|
"download": "Letöltés",
|
||||||
"edit": "Szerkesztés",
|
"edit": "Szerkesztés",
|
||||||
"edit-avatar": "Avatár megváltoztatása",
|
"edit-avatar": "Avatár megváltoztatása",
|
||||||
"edit-profile": "Edit Profile",
|
"edit-profile": "Profil szerkesztése",
|
||||||
"edit-wip-limit": "WIP korlát szerkesztése",
|
"edit-wip-limit": "WIP korlát szerkesztése",
|
||||||
"soft-wip-limit": "Gyenge WIP korlát",
|
"soft-wip-limit": "Gyenge WIP korlát",
|
||||||
"editCardStartDatePopup-title": "Kezdődátum megváltoztatása",
|
"editCardStartDatePopup-title": "Kezdődátum megváltoztatása",
|
||||||
|
|
@ -344,7 +344,7 @@
|
||||||
"editCardSpentTimePopup-title": "Eltöltött idő megváltoztatása",
|
"editCardSpentTimePopup-title": "Eltöltött idő megváltoztatása",
|
||||||
"editLabelPopup-title": "Címke megváltoztatása",
|
"editLabelPopup-title": "Címke megváltoztatása",
|
||||||
"editNotificationPopup-title": "Értesítés szerkesztése",
|
"editNotificationPopup-title": "Értesítés szerkesztése",
|
||||||
"editProfilePopup-title": "Edit Profile",
|
"editProfilePopup-title": "Profil szerkesztése",
|
||||||
"email": "E-mail",
|
"email": "E-mail",
|
||||||
"email-enrollAccount-subject": "Létrejött a profilja a következő oldalon: __siteName__",
|
"email-enrollAccount-subject": "Létrejött a profilja a következő oldalon: __siteName__",
|
||||||
"email-enrollAccount-text": "Kedves __user__!\n\nA szolgáltatás használatának megkezdéséhez egyszerűen kattintson a lenti hivatkozásra.\n\n__url__\n\nKöszönjük.",
|
"email-enrollAccount-text": "Kedves __user__!\n\nA szolgáltatás használatának megkezdéséhez egyszerűen kattintson a lenti hivatkozásra.\n\n__url__\n\nKöszönjük.",
|
||||||
|
|
@ -352,7 +352,7 @@
|
||||||
"email-fail-text": "Hiba az e-mail küldésének kísérlete közben",
|
"email-fail-text": "Hiba az e-mail küldésének kísérlete közben",
|
||||||
"email-invalid": "Érvénytelen e-mail",
|
"email-invalid": "Érvénytelen e-mail",
|
||||||
"email-invite": "Meghívás e-mailben",
|
"email-invite": "Meghívás e-mailben",
|
||||||
"email-invite-subject": "__inviter__ egy meghívás küldött Neked",
|
"email-invite-subject": "__inviter__ egy meghívást küldött Önnek",
|
||||||
"email-invite-text": "Kedves __user__!\n\n__inviter__ meghívta Önt, hogy csatlakozzon a(z) „__board__” táblán történő együttműködéshez.\n\nKattintson az alábbi hivatkozásra:\n\n__url__\n\nKöszönjük.",
|
"email-invite-text": "Kedves __user__!\n\n__inviter__ meghívta Önt, hogy csatlakozzon a(z) „__board__” táblán történő együttműködéshez.\n\nKattintson az alábbi hivatkozásra:\n\n__url__\n\nKöszönjük.",
|
||||||
"email-resetPassword-subject": "Jelszó visszaállítása ezen az oldalon: __siteName__",
|
"email-resetPassword-subject": "Jelszó visszaállítása ezen az oldalon: __siteName__",
|
||||||
"email-resetPassword-text": "Kedves __user__!\n\nA jelszava visszaállításához egyszerűen kattintson a lenti hivatkozásra.\n\n__url__\n\nKöszönjük.",
|
"email-resetPassword-text": "Kedves __user__!\n\nA jelszava visszaállításához egyszerűen kattintson a lenti hivatkozásra.\n\n__url__\n\nKöszönjük.",
|
||||||
|
|
@ -365,7 +365,7 @@
|
||||||
"error-board-notAMember": "A tábla tagjának kell lennie, hogy ezt megtehesse",
|
"error-board-notAMember": "A tábla tagjának kell lennie, hogy ezt megtehesse",
|
||||||
"error-json-malformed": "A szöveg nem érvényes JSON",
|
"error-json-malformed": "A szöveg nem érvényes JSON",
|
||||||
"error-json-schema": "A JSON adatok nem a helyes formátumban tartalmazzák a megfelelő információkat",
|
"error-json-schema": "A JSON adatok nem a helyes formátumban tartalmazzák a megfelelő információkat",
|
||||||
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format ",
|
"error-csv-schema": "Ez a CSV (Vesszővel Elválasztott Értékek) /vagy/ TSV (Tabulátorral Elválasztott Értékek) anyagod nem tartalmaz megfelelő információt, vagy nem a megfelelő formátumban van.",
|
||||||
"error-list-doesNotExist": "Ez a lista nem létezik",
|
"error-list-doesNotExist": "Ez a lista nem létezik",
|
||||||
"error-user-doesNotExist": "Ez a felhasználó nem létezik",
|
"error-user-doesNotExist": "Ez a felhasználó nem létezik",
|
||||||
"error-user-notAllowSelf": "Nem hívhatod meg saját magadat",
|
"error-user-notAllowSelf": "Nem hívhatod meg saját magadat",
|
||||||
|
|
@ -422,17 +422,7 @@
|
||||||
"filter-to-selection": "Szűrés a kijelöléshez",
|
"filter-to-selection": "Szűrés a kijelöléshez",
|
||||||
"other-filters-label": "Más szűrők",
|
"other-filters-label": "Más szűrők",
|
||||||
"advanced-filter-label": "Speciális szűrő",
|
"advanced-filter-label": "Speciális szűrő",
|
||||||
"advanced-filter-description": "A speciális szűrőben megadhatsz egy olyan szöveget, mely az alábbi operátorokat tartalmazza:
|
"advanced-filter-description": "A speciális szűrőben megadhatsz egy olyan szöveget, mely az alábbi operátorokat tartalmazza:\n<= >= && || ( )\nSzóközzel választhatod el az operátorokat.\nSzűrhetsz az minden egyedi mezőre a nevére és értékére hivatkozva. \nPl.: Mező1 == Érték1\nMegjegyzés: Ha a mezők vagy értékek szóközöket is tartalmaznak, idézőjelek közé kell zárnod. \nPl.: 'Mező 1' == 'Érték 1'\nKontroll-karaktereket ( ' \\ / ) vissza-perjellel írhatsz: \\' \\\\ \\/ Pl.: Johnny\\'s\nTovábbá kombinálhatsz több feltételt. Pl.: F1 == V1 || F1 == V2\nAlapesetben az ellenőrzés sorrendje: Jobbról->Balra. Ezt felülbírálhatod zárójelekkel. Pl.: F1 == V1 && ( F2 == V2 || F2 == V3 )\nRegex keresést is használhatsz: F1 == /Tes.*/i",
|
||||||
<= >= && || ( )
|
|
||||||
Szóközzel választhatod el az operátorokat.
|
|
||||||
Szűrhetsz az minden egyedi mezőre a nevére és értékére hivatkozva.
|
|
||||||
Pl.: Mező1 == Érték1
|
|
||||||
Megjegyzés: Ha a mezők vagy értékek szóközöket is tartalmaznak, idézőjelek közé kell zárnod.
|
|
||||||
Pl.: 'Mező 1' == 'Érték 1'
|
|
||||||
Kontroll-karaktereket ( ' \ / ) vissza-perjellel írhatsz: \' \\ \/ Pl.: Johnny\'s
|
|
||||||
Továbbá kombinálhatsz több feltételt. Pl.: F1 == V1 || F1 == V2
|
|
||||||
Alapesetben az ellenőrzés sorrendje: Jobbról->Balra. Ezt felülbírálhatod zárójelekkel. Pl.: F1 == V1 && ( F2 == V2 || F2 == V3 )
|
|
||||||
Regex keresést is használhatsz: F1 == /Tes.*/i",
|
|
||||||
"fullname": "Teljes név",
|
"fullname": "Teljes név",
|
||||||
"header-logo-title": "Vissza a táblák oldalára.",
|
"header-logo-title": "Vissza a táblák oldalára.",
|
||||||
"hide-system-messages": "Rendszerüzenetek elrejtése",
|
"hide-system-messages": "Rendszerüzenetek elrejtése",
|
||||||
|
|
@ -509,7 +499,7 @@ Regex keresést is használhatsz: F1 == /Tes.*/i",
|
||||||
"moveCardToBottom-title": "Áthelyezés az aljára",
|
"moveCardToBottom-title": "Áthelyezés az aljára",
|
||||||
"moveCardToTop-title": "Áthelyezés a tetejére",
|
"moveCardToTop-title": "Áthelyezés a tetejére",
|
||||||
"moveSelectionPopup-title": "Kijelölés áthelyezése",
|
"moveSelectionPopup-title": "Kijelölés áthelyezése",
|
||||||
"multi-selection": "Multi-Selection",
|
"multi-selection": "Többszörös kijelölés",
|
||||||
"multi-selection-label": "Címke hozzáadása a kiválasztottakhoz",
|
"multi-selection-label": "Címke hozzáadása a kiválasztottakhoz",
|
||||||
"multi-selection-member": "Tag hozzáadása a kiválasztottakhoz",
|
"multi-selection-member": "Tag hozzáadása a kiválasztottakhoz",
|
||||||
"multi-selection-on": "Többszörös kijelölés bekapcsolva",
|
"multi-selection-on": "Többszörös kijelölés bekapcsolva",
|
||||||
|
|
@ -549,7 +539,7 @@ Regex keresést is használhatsz: F1 == /Tes.*/i",
|
||||||
"remove-member": "Tag eltávolítása",
|
"remove-member": "Tag eltávolítása",
|
||||||
"remove-member-from-card": "Eltávolítás a kártyáról",
|
"remove-member-from-card": "Eltávolítás a kártyáról",
|
||||||
"remove-member-pop": "Eltávolítja __name__ (__username__) felhasználót a __boardTitle__ tábláról? A tag a tábla összes kártyájáról el lesz távolítva. Értesítést fog kapni erről.",
|
"remove-member-pop": "Eltávolítja __name__ (__username__) felhasználót a __boardTitle__ tábláról? A tag a tábla összes kártyájáról el lesz távolítva. Értesítést fog kapni erről.",
|
||||||
"removeMemberPopup-title": "Remove Member?",
|
"removeMemberPopup-title": "Eltávolítja a tagot?",
|
||||||
"rename": "Átnevezés",
|
"rename": "Átnevezés",
|
||||||
"rename-board": "Tábla átnevezése",
|
"rename-board": "Tábla átnevezése",
|
||||||
"restore": "Visszaállítás",
|
"restore": "Visszaállítás",
|
||||||
|
|
@ -764,6 +754,7 @@ Regex keresést is használhatsz: F1 == /Tes.*/i",
|
||||||
"r-removed-from": "Eltávolították innen",
|
"r-removed-from": "Eltávolították innen",
|
||||||
"r-the-board": "a Tábla",
|
"r-the-board": "a Tábla",
|
||||||
"r-list": "Lista",
|
"r-list": "Lista",
|
||||||
|
"list": "Lista",
|
||||||
"set-filter": "Szűrő beállítása",
|
"set-filter": "Szűrő beállítása",
|
||||||
"r-moved-to": "Áttették ide:",
|
"r-moved-to": "Áttették ide:",
|
||||||
"r-moved-from": "Áttették innen:",
|
"r-moved-from": "Áttették innen:",
|
||||||
|
|
@ -794,7 +785,7 @@ Regex keresést is használhatsz: F1 == /Tes.*/i",
|
||||||
"r-card": "Kártya",
|
"r-card": "Kártya",
|
||||||
"r-add": "Add hozzá",
|
"r-add": "Add hozzá",
|
||||||
"r-remove": "Távolítsd el",
|
"r-remove": "Távolítsd el",
|
||||||
"r-label": "Címke",
|
"r-label": "címke",
|
||||||
"r-member": "tag",
|
"r-member": "tag",
|
||||||
"r-remove-all": "Távolíts el minden Felhasználót a Kártyáról",
|
"r-remove-all": "Távolíts el minden Felhasználót a Kártyáról",
|
||||||
"r-set-color": "Állítsd a színt erre:",
|
"r-set-color": "Állítsd a színt erre:",
|
||||||
|
|
@ -842,7 +833,7 @@ Regex keresést is használhatsz: F1 == /Tes.*/i",
|
||||||
"r-items-list": "item1,item2,item3",
|
"r-items-list": "item1,item2,item3",
|
||||||
"r-add-swimlane": "Úszósáv hozzáadása",
|
"r-add-swimlane": "Úszósáv hozzáadása",
|
||||||
"r-swimlane-name": "Úszósáv neve",
|
"r-swimlane-name": "Úszósáv neve",
|
||||||
"r-board-note": "Note: leave a field empty to match every possible value. ",
|
"r-board-note": "Megjegyzés: hagyd üresen a mezőt, hogy minden lehetséges találattal egyezzen.",
|
||||||
"r-checklist-note": "Megjegyzés: a Teendő-lista elemeit vesszővel elválasztva kell felsorolni.",
|
"r-checklist-note": "Megjegyzés: a Teendő-lista elemeit vesszővel elválasztva kell felsorolni.",
|
||||||
"r-when-a-card-is-moved": "Amikor egy kártya másik listába kerül",
|
"r-when-a-card-is-moved": "Amikor egy kártya másik listába kerül",
|
||||||
"r-set": "Beállít",
|
"r-set": "Beállít",
|
||||||
|
|
@ -873,9 +864,9 @@ Regex keresést is használhatsz: F1 == /Tes.*/i",
|
||||||
"oidc-button-text": "Customize the OIDC button text",
|
"oidc-button-text": "Customize the OIDC button text",
|
||||||
"default-authentication-method": "Alapértelmezett hitelesítési mód",
|
"default-authentication-method": "Alapértelmezett hitelesítési mód",
|
||||||
"duplicate-board": "Tábla duplikálása",
|
"duplicate-board": "Tábla duplikálása",
|
||||||
"org-number": "The number of organizations is: ",
|
"org-number": "A szervezetek száma:",
|
||||||
"team-number": "The number of teams is: ",
|
"team-number": "A csapatok száma:",
|
||||||
"people-number": "The number of people is: ",
|
"people-number": "Az emberek száma:",
|
||||||
"swimlaneDeletePopup-title": "Törlöd az Úszósávot?",
|
"swimlaneDeletePopup-title": "Törlöd az Úszósávot?",
|
||||||
"swimlane-delete-pop": "Minden, az Úszósávhoz hozzákapcsolt korábbi esemény is végérvényesen törlődni fog. A műveletet nem lehet később visszavonni.",
|
"swimlane-delete-pop": "Minden, az Úszósávhoz hozzákapcsolt korábbi esemény is végérvényesen törlődni fog. A műveletet nem lehet később visszavonni.",
|
||||||
"restore-all": "Összes visszaállítása",
|
"restore-all": "Összes visszaállítása",
|
||||||
|
|
@ -954,7 +945,6 @@ Regex keresést is használhatsz: F1 == /Tes.*/i",
|
||||||
"person": "Személy",
|
"person": "Személy",
|
||||||
"my-cards": "Kártyáim",
|
"my-cards": "Kártyáim",
|
||||||
"card": "Kártya",
|
"card": "Kártya",
|
||||||
"list": "Lista",
|
|
||||||
"board": "Tábla",
|
"board": "Tábla",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
@ -1002,7 +992,7 @@ Regex keresést is használhatsz: F1 == /Tes.*/i",
|
||||||
"operator-assignee-abbrev": "a",
|
"operator-assignee-abbrev": "a",
|
||||||
"operator-creator": "létrehozó",
|
"operator-creator": "létrehozó",
|
||||||
"operator-status": "állapot",
|
"operator-status": "állapot",
|
||||||
"operator-due": "határidős",
|
"operator-due": "határidő",
|
||||||
"operator-created": "létrehozva",
|
"operator-created": "létrehozva",
|
||||||
"operator-modified": "módosítva",
|
"operator-modified": "módosítva",
|
||||||
"operator-sort": "rendezés",
|
"operator-sort": "rendezés",
|
||||||
|
|
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Full Name",
|
"fullname": "Full Name",
|
||||||
"header-logo-title": "Go back to your boards page.",
|
"header-logo-title": "Go back to your boards page.",
|
||||||
"hide-system-messages": "Hide system messages",
|
"hide-system-messages": "Hide system messages",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Card",
|
"card": "Card",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@
|
||||||
"act-withBoardTitle": "__board__",
|
"act-withBoardTitle": "__board__",
|
||||||
"act-withCardTitle": "__kartu__[__Panel__]",
|
"act-withCardTitle": "__kartu__[__Panel__]",
|
||||||
"actions": "Daftar Tindakan",
|
"actions": "Daftar Tindakan",
|
||||||
"activities": "Activities",
|
"activities": "Daftar Kegiatan",
|
||||||
"activity": "Kegiatan",
|
"activity": "Kegiatan",
|
||||||
"activity-added": "ditambahkan %s ke %s",
|
"activity-added": "ditambahkan %s ke %s",
|
||||||
"activity-archived": "%s dipindah ke arsip",
|
"activity-archived": "%s dipindah ke arsip",
|
||||||
|
|
@ -95,7 +95,7 @@
|
||||||
"add-cover": "Tambahkan Sampul",
|
"add-cover": "Tambahkan Sampul",
|
||||||
"add-label": "Tambah Label",
|
"add-label": "Tambah Label",
|
||||||
"add-list": "Tambah Daftar",
|
"add-list": "Tambah Daftar",
|
||||||
"add-members": "Add Members",
|
"add-members": "Tambahkan Anggota",
|
||||||
"added": "Ditambahkan",
|
"added": "Ditambahkan",
|
||||||
"addMemberPopup-title": "Daftar Anggota",
|
"addMemberPopup-title": "Daftar Anggota",
|
||||||
"memberPopup-title": "Setelan Anggota",
|
"memberPopup-title": "Setelan Anggota",
|
||||||
|
|
@ -110,7 +110,7 @@
|
||||||
"apply": "Terapkan",
|
"apply": "Terapkan",
|
||||||
"app-is-offline": "Loading, please wait. Refreshing the page will cause data loss. If loading does not work, please check that server has not stopped.",
|
"app-is-offline": "Loading, please wait. Refreshing the page will cause data loss. If loading does not work, please check that server has not stopped.",
|
||||||
"app-try-reconnect": "Try to reconnect.",
|
"app-try-reconnect": "Try to reconnect.",
|
||||||
"archive": "Pindahkan ke Arsip",
|
"archive": "Pindahlan ke Arsip",
|
||||||
"archive-all": "Move All to Archive",
|
"archive-all": "Move All to Archive",
|
||||||
"archive-board": "Move Board to Archive",
|
"archive-board": "Move Board to Archive",
|
||||||
"archive-card": "Move Card to Archive",
|
"archive-card": "Move Card to Archive",
|
||||||
|
|
@ -149,7 +149,7 @@
|
||||||
"board-public-info": "Panel ini akan jadi <strong>Publik<strong",
|
"board-public-info": "Panel ini akan jadi <strong>Publik<strong",
|
||||||
"board-drag-drop-reorder-or-click-open": "Drag and drop to reorder board icons. Click board icon to open board.",
|
"board-drag-drop-reorder-or-click-open": "Drag and drop to reorder board icons. Click board icon to open board.",
|
||||||
"boardChangeColorPopup-title": "Ubah Warna Latar ",
|
"boardChangeColorPopup-title": "Ubah Warna Latar ",
|
||||||
"boardChangeTitlePopup-title": "Ubah nama Panel",
|
"boardChangeTitlePopup-title": "Ganti Nama Panel",
|
||||||
"boardChangeVisibilityPopup-title": "Ubah Penampakan",
|
"boardChangeVisibilityPopup-title": "Ubah Penampakan",
|
||||||
"boardChangeWatchPopup-title": "Ubah Pengamatan",
|
"boardChangeWatchPopup-title": "Ubah Pengamatan",
|
||||||
"boardMenuPopup-title": "Pengaturan Papan",
|
"boardMenuPopup-title": "Pengaturan Papan",
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Saring berdasarkan yang dipilih",
|
"filter-to-selection": "Saring berdasarkan yang dipilih",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Nama Lengkap",
|
"fullname": "Nama Lengkap",
|
||||||
"header-logo-title": "Kembali ke laman panel anda",
|
"header-logo-title": "Kembali ke laman panel anda",
|
||||||
"hide-system-messages": "Sembunyikan pesan-pesan sistem",
|
"hide-system-messages": "Sembunyikan pesan-pesan sistem",
|
||||||
|
|
@ -641,7 +641,7 @@
|
||||||
"send-from": "Dari",
|
"send-from": "Dari",
|
||||||
"send-smtp-test": "Send a test email to yourself",
|
"send-smtp-test": "Send a test email to yourself",
|
||||||
"invitation-code": "Kode Undangan",
|
"invitation-code": "Kode Undangan",
|
||||||
"email-invite-register-subject": "__inviter__ sent you an invitation",
|
"email-invite-register-subject": "__inviter__ mengirim undangan ke Anda",
|
||||||
"email-invite-register-text": "Dear __user__,\n\n__inviter__ invites you to kanban board for collaborations.\n\nPlease follow the link below:\n__url__\n\nAnd your invitation code is: __icode__\n\nThanks.",
|
"email-invite-register-text": "Dear __user__,\n\n__inviter__ invites you to kanban board for collaborations.\n\nPlease follow the link below:\n__url__\n\nAnd your invitation code is: __icode__\n\nThanks.",
|
||||||
"email-smtp-test-subject": "Tes Surel SMTP",
|
"email-smtp-test-subject": "Tes Surel SMTP",
|
||||||
"email-smtp-test-text": "You have successfully sent an email",
|
"email-smtp-test-text": "You have successfully sent an email",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Dihapus dari",
|
"r-removed-from": "Dihapus dari",
|
||||||
"r-the-board": "papan",
|
"r-the-board": "papan",
|
||||||
"r-list": "daftar",
|
"r-list": "daftar",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Atur Saringan",
|
"set-filter": "Atur Saringan",
|
||||||
"r-moved-to": "Dipindahkan ke",
|
"r-moved-to": "Dipindahkan ke",
|
||||||
"r-moved-from": "Dipindahkan dari",
|
"r-moved-from": "Dipindahkan dari",
|
||||||
|
|
@ -865,7 +866,7 @@
|
||||||
"duplicate-board": "Duplikat Papan",
|
"duplicate-board": "Duplikat Papan",
|
||||||
"org-number": "The number of organizations is:",
|
"org-number": "The number of organizations is:",
|
||||||
"team-number": "The number of teams is:",
|
"team-number": "The number of teams is:",
|
||||||
"people-number": "The number of people is: ",
|
"people-number": "Jumlah orang:",
|
||||||
"swimlaneDeletePopup-title": "Delete Swimlane ?",
|
"swimlaneDeletePopup-title": "Delete Swimlane ?",
|
||||||
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
|
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
|
||||||
"restore-all": "Pulihkan semua",
|
"restore-all": "Pulihkan semua",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Card",
|
"card": "Card",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Full Name",
|
"fullname": "Full Name",
|
||||||
"header-logo-title": "Go back to your boards page.",
|
"header-logo-title": "Go back to your boards page.",
|
||||||
"hide-system-messages": "Hide system messages",
|
"hide-system-messages": "Hide system messages",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Card",
|
"card": "Card",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -71,7 +71,7 @@
|
||||||
"add": "Aggiungi",
|
"add": "Aggiungi",
|
||||||
"activity-checked-item-card": "%s è stato selezionato nella checklist %s",
|
"activity-checked-item-card": "%s è stato selezionato nella checklist %s",
|
||||||
"activity-unchecked-item-card": "%s è stato deselezionato nella checklist %s",
|
"activity-unchecked-item-card": "%s è stato deselezionato nella checklist %s",
|
||||||
"activity-checklist-completed-card": "completata lista di controllo __checklist__ nella scheda __card__ della lista __list__ della swimlane __swimlane__ nella bacheca __board__",
|
"activity-checklist-completed-card": "checklist __checklist__ completata nella scheda __card__ della lista __list__ della swimlane __swimlane__ nella bacheca __board__",
|
||||||
"activity-checklist-uncompleted-card": "La checklist %s non è completa",
|
"activity-checklist-uncompleted-card": "La checklist %s non è completa",
|
||||||
"activity-editComment": "commento modificato %s",
|
"activity-editComment": "commento modificato %s",
|
||||||
"activity-deleteComment": "commento eliminato %s",
|
"activity-deleteComment": "commento eliminato %s",
|
||||||
|
|
@ -365,7 +365,7 @@
|
||||||
"error-board-notAMember": "Devi essere un membro di questa bacheca per poterlo fare",
|
"error-board-notAMember": "Devi essere un membro di questa bacheca per poterlo fare",
|
||||||
"error-json-malformed": "Il testo non è in un formato JSON valido",
|
"error-json-malformed": "Il testo non è in un formato JSON valido",
|
||||||
"error-json-schema": "Il tuo file JSON non contiene le giuste informazioni nel formato corretto",
|
"error-json-schema": "Il tuo file JSON non contiene le giuste informazioni nel formato corretto",
|
||||||
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format ",
|
"error-csv-schema": "Il tuo file CSV (Comma Separated Values) / TSV (Tab Separated Values) non contiene le giuste informazioni nel formato corretto ",
|
||||||
"error-list-doesNotExist": "Questa lista non esiste",
|
"error-list-doesNotExist": "Questa lista non esiste",
|
||||||
"error-user-doesNotExist": "Questo utente non esiste",
|
"error-user-doesNotExist": "Questo utente non esiste",
|
||||||
"error-user-notAllowSelf": "Non puoi invitare te stesso",
|
"error-user-notAllowSelf": "Non puoi invitare te stesso",
|
||||||
|
|
@ -545,7 +545,7 @@
|
||||||
"restore": "Ripristina",
|
"restore": "Ripristina",
|
||||||
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
|
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
|
||||||
"rescue-card-description-dialogue": "Overwrite current card description with your changes?",
|
"rescue-card-description-dialogue": "Overwrite current card description with your changes?",
|
||||||
"card-settings":"Impostazioni scheda",
|
"card-settings": "Impostazioni della scheda",
|
||||||
"save": "Salva",
|
"save": "Salva",
|
||||||
"search": "Cerca",
|
"search": "Cerca",
|
||||||
"rules": "Regole",
|
"rules": "Regole",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Rimosso da",
|
"r-removed-from": "Rimosso da",
|
||||||
"r-the-board": "la bacheca",
|
"r-the-board": "la bacheca",
|
||||||
"r-list": "lista",
|
"r-list": "lista",
|
||||||
|
"list": "Lista",
|
||||||
"set-filter": "Imposta un filtro",
|
"set-filter": "Imposta un filtro",
|
||||||
"r-moved-to": "Spostato/a a",
|
"r-moved-to": "Spostato/a a",
|
||||||
"r-moved-from": "Spostato/a da",
|
"r-moved-from": "Spostato/a da",
|
||||||
|
|
@ -795,18 +796,18 @@
|
||||||
"r-check": "Seleziona",
|
"r-check": "Seleziona",
|
||||||
"r-uncheck": "Togli la spunta",
|
"r-uncheck": "Togli la spunta",
|
||||||
"r-item": "elemento",
|
"r-item": "elemento",
|
||||||
"r-of-checklist": "della checklist",
|
"r-of-checklist": "della lista di cose da fare",
|
||||||
"r-send-email": "Invia un'e-mail",
|
"r-send-email": "Invia un'e-mail",
|
||||||
"r-to": "to",
|
"r-to": "a",
|
||||||
"r-of": "di",
|
"r-of": "di",
|
||||||
"r-subject": "oggetto",
|
"r-subject": "soggetto",
|
||||||
"r-rule-details": "Dettagli della regola",
|
"r-rule-details": "Dettagli della regola",
|
||||||
"r-d-move-to-top-gen": "Sposta la scheda in cima alla sua lista",
|
"r-d-move-to-top-gen": "Sposta la scheda in cima alla sua lista",
|
||||||
"r-d-move-to-top-spec": "Sposta la scheda in cima alla lista",
|
"r-d-move-to-top-spec": "Sposta la scheda in cima alla lista",
|
||||||
"r-d-move-to-bottom-gen": "Sposta la scheda in fondo alla sua lista",
|
"r-d-move-to-bottom-gen": "Sposta la scheda in fondo alla sua lista",
|
||||||
"r-d-move-to-bottom-spec": "Muovi la scheda in fondo alla lista",
|
"r-d-move-to-bottom-spec": "Muovi la scheda in fondo alla lista",
|
||||||
"r-d-send-email": "Invia email",
|
"r-d-send-email": "Invia email",
|
||||||
"r-d-send-email-to": "to",
|
"r-d-send-email-to": "a",
|
||||||
"r-d-send-email-subject": "oggetto",
|
"r-d-send-email-subject": "oggetto",
|
||||||
"r-d-send-email-message": "messaggio",
|
"r-d-send-email-message": "messaggio",
|
||||||
"r-d-archive": "Sposta scheda nell'archivio",
|
"r-d-archive": "Sposta scheda nell'archivio",
|
||||||
|
|
@ -832,7 +833,7 @@
|
||||||
"r-items-list": "elemento1,elemento2,elemento3",
|
"r-items-list": "elemento1,elemento2,elemento3",
|
||||||
"r-add-swimlane": "Aggiungi swimlane",
|
"r-add-swimlane": "Aggiungi swimlane",
|
||||||
"r-swimlane-name": "nome swimlane",
|
"r-swimlane-name": "nome swimlane",
|
||||||
"r-board-note": "Note: leave a field empty to match every possible value. ",
|
"r-board-note": "Nota: Lascia un campo vuoto per abbinare ogni possibile valore",
|
||||||
"r-checklist-note": "Nota: Gli elementi della checklist devono essere scritti come valori separati dalla virgola",
|
"r-checklist-note": "Nota: Gli elementi della checklist devono essere scritti come valori separati dalla virgola",
|
||||||
"r-when-a-card-is-moved": "Quando una scheda viene spostata in un'altra lista",
|
"r-when-a-card-is-moved": "Quando una scheda viene spostata in un'altra lista",
|
||||||
"r-set": "Imposta",
|
"r-set": "Imposta",
|
||||||
|
|
@ -863,9 +864,9 @@
|
||||||
"oidc-button-text": "Customize the OIDC button text",
|
"oidc-button-text": "Customize the OIDC button text",
|
||||||
"default-authentication-method": "Metodo di autenticazione predefinito",
|
"default-authentication-method": "Metodo di autenticazione predefinito",
|
||||||
"duplicate-board": "Duplica bacheca",
|
"duplicate-board": "Duplica bacheca",
|
||||||
"org-number": "The number of organizations is: ",
|
"org-number": "Il numero di organizzazioni è:",
|
||||||
"team-number": "The number of teams is: ",
|
"team-number": "Il numero di team è:",
|
||||||
"people-number": "The number of people is: ",
|
"people-number": "Il numero di persone è:",
|
||||||
"swimlaneDeletePopup-title": "Eliminare la swimlane?",
|
"swimlaneDeletePopup-title": "Eliminare la swimlane?",
|
||||||
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
|
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
|
||||||
"restore-all": "Ripristina tutto",
|
"restore-all": "Ripristina tutto",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Persona",
|
"person": "Persona",
|
||||||
"my-cards": "Le mie schede",
|
"my-cards": "Le mie schede",
|
||||||
"card": "Scheda",
|
"card": "Scheda",
|
||||||
"list": "Lista",
|
|
||||||
"board": "Bacheca",
|
"board": "Bacheca",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "Vista mie schede",
|
"myCardsViewChange-title": "Vista mie schede",
|
||||||
|
|
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Full Name",
|
"fullname": "Full Name",
|
||||||
"header-logo-title": "Go back to your boards page.",
|
"header-logo-title": "Go back to your boards page.",
|
||||||
"hide-system-messages": "Hide system messages",
|
"hide-system-messages": "Hide system messages",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Card",
|
"card": "Card",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -89,8 +89,6 @@
|
||||||
"add-subtask": "サブタスクを追加",
|
"add-subtask": "サブタスクを追加",
|
||||||
"add-checklist": "チェックリストを追加",
|
"add-checklist": "チェックリストを追加",
|
||||||
"add-checklist-item": "チェックリストに項目を追加",
|
"add-checklist-item": "チェックリストに項目を追加",
|
||||||
"close-add-checklist-item": "Close add an item to checklist form",
|
|
||||||
"close-edit-checklist-item": "Close edit an item to checklist form",
|
|
||||||
"convertChecklistItemToCardPopup-title": "Convert to Card",
|
"convertChecklistItemToCardPopup-title": "Convert to Card",
|
||||||
"add-cover": "カバーの追加",
|
"add-cover": "カバーの追加",
|
||||||
"add-label": "ラベルを追加",
|
"add-label": "ラベルを追加",
|
||||||
|
|
@ -352,7 +350,7 @@
|
||||||
"email-fail-text": "メールの送信中にエラーが発生しました",
|
"email-fail-text": "メールの送信中にエラーが発生しました",
|
||||||
"email-invalid": "無効なメールアドレス",
|
"email-invalid": "無効なメールアドレス",
|
||||||
"email-invite": "メールで招待",
|
"email-invite": "メールで招待",
|
||||||
"email-invite-subject": "__inviter__さんがあなたを招待しています",
|
"email-invite-subject": "__inviter__があなたを招待しています",
|
||||||
"email-invite-text": "__user__さんへ。\n\n__inviter__さんがあなたをボード\"__board__\"へ招待しています。\n\n以下のリンクをクリックしてください。\n\n__url__\n\nよろしくお願いします。",
|
"email-invite-text": "__user__さんへ。\n\n__inviter__さんがあなたをボード\"__board__\"へ招待しています。\n\n以下のリンクをクリックしてください。\n\n__url__\n\nよろしくお願いします。",
|
||||||
"email-resetPassword-subject": "あなたの __siteName__ のパスワードをリセットする",
|
"email-resetPassword-subject": "あなたの __siteName__ のパスワードをリセットする",
|
||||||
"email-resetPassword-text": "こんにちは、__user__さん。\n\nパスワードをリセットするには、以下のリンクをクリックしてください。\n\n__url__\n\nよろしくお願いします。",
|
"email-resetPassword-text": "こんにちは、__user__さん。\n\nパスワードをリセットするには、以下のリンクをクリックしてください。\n\n__url__\n\nよろしくお願いします。",
|
||||||
|
|
@ -365,7 +363,7 @@
|
||||||
"error-board-notAMember": "操作にはボードメンバーである必要があります",
|
"error-board-notAMember": "操作にはボードメンバーである必要があります",
|
||||||
"error-json-malformed": "このテキストは、有効なJSON形式ではありません",
|
"error-json-malformed": "このテキストは、有効なJSON形式ではありません",
|
||||||
"error-json-schema": "JSONデータが不正な値を含んでいます",
|
"error-json-schema": "JSONデータが不正な値を含んでいます",
|
||||||
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format ",
|
"error-csv-schema": "CSV(カンマ区切り)/TSV(タブ区切り)の書式が不正です",
|
||||||
"error-list-doesNotExist": "このリストは存在しません",
|
"error-list-doesNotExist": "このリストは存在しません",
|
||||||
"error-user-doesNotExist": "ユーザーが存在しません",
|
"error-user-doesNotExist": "ユーザーが存在しません",
|
||||||
"error-user-notAllowSelf": "自分を招待することはできません。",
|
"error-user-notAllowSelf": "自分を招待することはできません。",
|
||||||
|
|
@ -422,27 +420,7 @@
|
||||||
"filter-to-selection": "フィルターした項目を全選択",
|
"filter-to-selection": "フィルターした項目を全選択",
|
||||||
"other-filters-label": "その他のフィルタ",
|
"other-filters-label": "その他のフィルタ",
|
||||||
"advanced-filter-label": "高度なフィルター",
|
"advanced-filter-label": "高度なフィルター",
|
||||||
"advanced-filter-description": "高度なフィルタでは次のような演算子を使用できます:== != <= >= && || ( )
|
"advanced-filter-description": "高度なフィルタでは次のような演算子を使用できます:== != <= >= && || ( )\n半角スペースは演算子の区切り文字として使用します。\n\nフィールド名や値を使用したフィルタが可能です。\n例:Field1 == Value1\n\n注意:フィールド名や値にスペースが含まれる場合、それらをシングルクォーテーションで囲む必要があります。\n例:'Field 1' == 'Value 1'\n\n単体の制御文字 (' \\/) は無視されますので、\\を使用することができます。\n例:Field1 == I\\'m\n\n複数の条件を組み合わせることもできます。\n例:F1 == V1 || F1 == V2\n\n基本的にすべての演算子は左から右に評価されます。\n丸カッコを使用することで順序を変更できます。\n例:F1 == V1 && ( F2 == V2 || F2 == V3 )\n\nテキストフィールドでは正規表現を使用した検索もできます。\n例:F1 == /Tes.*/i",
|
||||||
半角スペースは演算子の区切り文字として使用します。
|
|
||||||
|
|
||||||
フィールド名や値を使用したフィルタが可能です。
|
|
||||||
例:Field1 == Value1
|
|
||||||
|
|
||||||
注意:フィールド名や値にスペースが含まれる場合、それらをシングルクォーテーションで囲む必要があります。
|
|
||||||
例:'Field 1' == 'Value 1'
|
|
||||||
|
|
||||||
単体の制御文字 (' \/) は無視されますので、\を使用することができます。
|
|
||||||
例:Field1 == I\'m
|
|
||||||
|
|
||||||
複数の条件を組み合わせることもできます。
|
|
||||||
例:F1 == V1 || F1 == V2
|
|
||||||
|
|
||||||
基本的にすべての演算子は左から右に評価されます。
|
|
||||||
丸カッコを使用することで順序を変更できます。
|
|
||||||
例:F1 == V1 && ( F2 == V2 || F2 == V3 )
|
|
||||||
|
|
||||||
テキストフィールドでは正規表現を使用した検索もできます。
|
|
||||||
例:F1 == /Tes.*/i",
|
|
||||||
"fullname": "フルネーム",
|
"fullname": "フルネーム",
|
||||||
"header-logo-title": "自分のボードページに戻る。",
|
"header-logo-title": "自分のボードページに戻る。",
|
||||||
"hide-system-messages": "システムメッセージを隠す",
|
"hide-system-messages": "システムメッセージを隠す",
|
||||||
|
|
@ -518,7 +496,7 @@
|
||||||
"moveCardPopup-title": "カードの移動",
|
"moveCardPopup-title": "カードの移動",
|
||||||
"moveCardToBottom-title": "最下部に移動",
|
"moveCardToBottom-title": "最下部に移動",
|
||||||
"moveCardToTop-title": "先頭に移動",
|
"moveCardToTop-title": "先頭に移動",
|
||||||
"moveSelectionPopup-title": "選択したものを移動",
|
"moveSelectionPopup-title": "選択箇所に移動",
|
||||||
"multi-selection": "複数選択",
|
"multi-selection": "複数選択",
|
||||||
"multi-selection-label": "選択したものにラベルを設定",
|
"multi-selection-label": "選択したものにラベルを設定",
|
||||||
"multi-selection-member": "選択したものにメンバーを設定",
|
"multi-selection-member": "選択したものにメンバーを設定",
|
||||||
|
|
@ -563,9 +541,6 @@
|
||||||
"rename": "名前変更",
|
"rename": "名前変更",
|
||||||
"rename-board": "ボード名の変更",
|
"rename-board": "ボード名の変更",
|
||||||
"restore": "リストア",
|
"restore": "リストア",
|
||||||
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
|
|
||||||
"rescue-card-description-dialogue": "Overwrite current card description with your changes?",
|
|
||||||
"card-settings":"カード設定",
|
|
||||||
"save": "保存",
|
"save": "保存",
|
||||||
"search": "検索",
|
"search": "検索",
|
||||||
"rules": "ルール",
|
"rules": "ルール",
|
||||||
|
|
@ -619,7 +594,6 @@
|
||||||
"custom-top-left-corner-logo-height": "カスタムの左上ロゴイメージの高さ。デフォルト:27",
|
"custom-top-left-corner-logo-height": "カスタムの左上ロゴイメージの高さ。デフォルト:27",
|
||||||
"custom-login-logo-image-url": "カスタムのログインロゴイメージのURL",
|
"custom-login-logo-image-url": "カスタムのログインロゴイメージのURL",
|
||||||
"custom-login-logo-link-url": "カスタムのログインロゴイメージのリンクURL",
|
"custom-login-logo-link-url": "カスタムのログインロゴイメージのリンクURL",
|
||||||
"custom-help-link-url": "Custom Help Link URL",
|
|
||||||
"text-below-custom-login-logo": "カスタムログインロゴイメージの下のテキスト",
|
"text-below-custom-login-logo": "カスタムログインロゴイメージの下のテキスト",
|
||||||
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
|
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
|
||||||
"username": "ユーザー名",
|
"username": "ユーザー名",
|
||||||
|
|
@ -732,6 +706,7 @@
|
||||||
"default": "デフォルト",
|
"default": "デフォルト",
|
||||||
"queue": "キュー",
|
"queue": "キュー",
|
||||||
"subtask-settings": "サブタスク設定",
|
"subtask-settings": "サブタスク設定",
|
||||||
|
"card-settings": "カード設定",
|
||||||
"minicard-settings": "Minicard Settings",
|
"minicard-settings": "Minicard Settings",
|
||||||
"boardSubtaskSettingsPopup-title": "ボードのサブタスク設定",
|
"boardSubtaskSettingsPopup-title": "ボードのサブタスク設定",
|
||||||
"boardCardSettingsPopup-title": "カード設定",
|
"boardCardSettingsPopup-title": "カード設定",
|
||||||
|
|
@ -774,6 +749,7 @@
|
||||||
"r-removed-from": "次から削除された時",
|
"r-removed-from": "次から削除された時",
|
||||||
"r-the-board": "ボード:",
|
"r-the-board": "ボード:",
|
||||||
"r-list": "リスト",
|
"r-list": "リスト",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "フィルタを設定",
|
"set-filter": "フィルタを設定",
|
||||||
"r-moved-to": "次に移動した時",
|
"r-moved-to": "次に移動した時",
|
||||||
"r-moved-from": "次から移動された時",
|
"r-moved-from": "次から移動された時",
|
||||||
|
|
@ -852,19 +828,18 @@
|
||||||
"r-items-list": "アイテム1、アイテム2、アイテム3",
|
"r-items-list": "アイテム1、アイテム2、アイテム3",
|
||||||
"r-add-swimlane": "スイムレーンを追加",
|
"r-add-swimlane": "スイムレーンを追加",
|
||||||
"r-swimlane-name": "スイムレーン名",
|
"r-swimlane-name": "スイムレーン名",
|
||||||
"r-board-note": "Note: leave a field empty to match every possible value. ",
|
"r-board-note": "注意:フィールドを空にすると全ての値に一致します",
|
||||||
"r-checklist-note": "注意:チェックリスト項目はカンマ区切りで記述する必要があります。",
|
"r-checklist-note": "注意:チェックリスト項目はカンマ区切りで記述する必要があります。",
|
||||||
"r-when-a-card-is-moved": "カードが別のリストに移動したとき",
|
"r-when-a-card-is-moved": "カードが別のリストに移動したとき",
|
||||||
"r-set": "設定する",
|
"r-set": "設定する",
|
||||||
"r-update": "更新する",
|
"r-update": "更新する",
|
||||||
"r-datefield": "日時項目",
|
"r-datefield": "日時項目",
|
||||||
"r-df-start-at": "開始",
|
"r-df-start-at": "開始",
|
||||||
"r-df-due-at": "期限日",
|
"r-df-due-at": "期限",
|
||||||
"r-df-end-at": "終了",
|
"r-df-end-at": "終了",
|
||||||
"r-df-received-at": "受付",
|
"r-df-received-at": "受付",
|
||||||
"r-to-current-datetime": "現在日時に",
|
"r-to-current-datetime": "現在日時に",
|
||||||
"r-remove-value-from": "次の値を削除:",
|
"r-remove-value-from": "次の値を削除:",
|
||||||
"r-link-card": "Link card to",
|
|
||||||
"ldap": "LDAP",
|
"ldap": "LDAP",
|
||||||
"oauth2": "OAuth2",
|
"oauth2": "OAuth2",
|
||||||
"cas": "CAS",
|
"cas": "CAS",
|
||||||
|
|
@ -873,8 +848,6 @@
|
||||||
"custom-product-name": "カスタム製品名",
|
"custom-product-name": "カスタム製品名",
|
||||||
"layout": "レイアウト",
|
"layout": "レイアウト",
|
||||||
"hide-logo": "ロゴを隠す",
|
"hide-logo": "ロゴを隠す",
|
||||||
"hide-card-counter-list": "Hide card counter list on All Boards",
|
|
||||||
"hide-board-member-list": "Hide board member list on All Boards",
|
|
||||||
"add-custom-html-after-body-start": "<body> の開始直後にカスタムHTMLを追加する",
|
"add-custom-html-after-body-start": "<body> の開始直後にカスタムHTMLを追加する",
|
||||||
"add-custom-html-before-body-end": "</body> の終了直前にカスタムHTMLを追加する",
|
"add-custom-html-before-body-end": "</body> の終了直前にカスタムHTMLを追加する",
|
||||||
"error-undefined": "何らかの問題が発生しています",
|
"error-undefined": "何らかの問題が発生しています",
|
||||||
|
|
@ -883,9 +856,9 @@
|
||||||
"oidc-button-text": "Customize the OIDC button text",
|
"oidc-button-text": "Customize the OIDC button text",
|
||||||
"default-authentication-method": "デフォルトの認証方式",
|
"default-authentication-method": "デフォルトの認証方式",
|
||||||
"duplicate-board": "ボードの複製",
|
"duplicate-board": "ボードの複製",
|
||||||
"org-number": "The number of organizations is: ",
|
"org-number": "組織のメンバー数:",
|
||||||
"team-number": "The number of teams is: ",
|
"team-number": "チームのメンバー数:",
|
||||||
"people-number": "The number of people is: ",
|
"people-number": "メンバー数:",
|
||||||
"swimlaneDeletePopup-title": "スイムレーンを削除しますか?",
|
"swimlaneDeletePopup-title": "スイムレーンを削除しますか?",
|
||||||
"swimlane-delete-pop": "すべての内容がアクティビティから削除されます。この削除は元に戻すことができません。",
|
"swimlane-delete-pop": "すべての内容がアクティビティから削除されます。この削除は元に戻すことができません。",
|
||||||
"restore-all": "全てをリストアする",
|
"restore-all": "全てをリストアする",
|
||||||
|
|
@ -928,7 +901,6 @@
|
||||||
"editUserPopup-title": "ユーザーを編集",
|
"editUserPopup-title": "ユーザーを編集",
|
||||||
"newUserPopup-title": "新規ユーザー",
|
"newUserPopup-title": "新規ユーザー",
|
||||||
"notifications": "通知",
|
"notifications": "通知",
|
||||||
"help": "Help",
|
|
||||||
"view-all": "全てを表示",
|
"view-all": "全てを表示",
|
||||||
"filter-by-unread": "未読でフィルタ",
|
"filter-by-unread": "未読でフィルタ",
|
||||||
"mark-all-as-read": "全て既読にする",
|
"mark-all-as-read": "全て既読にする",
|
||||||
|
|
@ -964,7 +936,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "自分のカード",
|
"my-cards": "自分のカード",
|
||||||
"card": "カード",
|
"card": "カード",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
@ -1054,7 +1025,7 @@
|
||||||
"operator-debug-invalid": "%s is not a valid debug predicate",
|
"operator-debug-invalid": "%s is not a valid debug predicate",
|
||||||
"next-page": "次のページ",
|
"next-page": "次のページ",
|
||||||
"previous-page": "前のページ",
|
"previous-page": "前のページ",
|
||||||
"heading-notes": "注意",
|
"heading-notes": "注意\n ",
|
||||||
"globalSearch-instructions-heading": "検索手順",
|
"globalSearch-instructions-heading": "検索手順",
|
||||||
"globalSearch-instructions-description": "検索は演算子を含めた絞り込みが可能です。演算子は、演算子の名前と値を半角コロンで区切った記述で指定します。例えば、`リスト:対応不可`と指定すると、*対応不可*という名前のリストに含まれるカードという制約で検索します。値にスペースや特殊文字が含まれる場合は引用符で囲む必要があります(例:`__operator_list__:\"レビュー 本日中\"`)。",
|
"globalSearch-instructions-description": "検索は演算子を含めた絞り込みが可能です。演算子は、演算子の名前と値を半角コロンで区切った記述で指定します。例えば、`リスト:対応不可`と指定すると、*対応不可*という名前のリストに含まれるカードという制約で検索します。値にスペースや特殊文字が含まれる場合は引用符で囲む必要があります(例:`__operator_list__:\"レビュー 本日中\"`)。",
|
||||||
"globalSearch-instructions-operators": "有効な演算子:",
|
"globalSearch-instructions-operators": "有効な演算子:",
|
||||||
|
|
@ -1195,30 +1166,16 @@
|
||||||
"attachmentActionsPopup-title": "Attachment Actions",
|
"attachmentActionsPopup-title": "Attachment Actions",
|
||||||
"attachment-move-storage-fs": "Move attachment to filesystem",
|
"attachment-move-storage-fs": "Move attachment to filesystem",
|
||||||
"attachment-move-storage-gridfs": "Move attachment to GridFS",
|
"attachment-move-storage-gridfs": "Move attachment to GridFS",
|
||||||
"attachment-move-storage-s3": "Move attachment to S3",
|
|
||||||
"attachment-move": "Move Attachment",
|
"attachment-move": "Move Attachment",
|
||||||
"move-all-attachments-to-fs": "Move all attachments to filesystem",
|
"move-all-attachments-to-fs": "Move all attachments to filesystem",
|
||||||
"move-all-attachments-to-gridfs": "Move all attachments to GridFS",
|
"move-all-attachments-to-gridfs": "Move all attachments to GridFS",
|
||||||
"move-all-attachments-to-s3": "Move all attachments to S3",
|
|
||||||
"move-all-attachments-of-board-to-fs": "Move all attachments of board to filesystem",
|
"move-all-attachments-of-board-to-fs": "Move all attachments of board to filesystem",
|
||||||
"move-all-attachments-of-board-to-gridfs": "Move all attachments of board to GridFS",
|
"move-all-attachments-of-board-to-gridfs": "Move all attachments of board to GridFS",
|
||||||
"move-all-attachments-of-board-to-s3": "Move all attachments of board to S3",
|
|
||||||
"path": "Path",
|
"path": "Path",
|
||||||
"version-name": "Version-Name",
|
"version-name": "Version-Name",
|
||||||
"size": "Size",
|
"size": "Size",
|
||||||
"storage": "Storage",
|
"storage": "Storage",
|
||||||
"action": "操作",
|
"action": "操作",
|
||||||
"board-title": "Board Title",
|
"board-title": "Board Title",
|
||||||
"attachmentRenamePopup-title": "名前変更",
|
"attachmentRenamePopup-title": "名前変更"
|
||||||
"uploading": "Uploading",
|
|
||||||
"remaining_time": "Remaining time",
|
|
||||||
"speed": "Speed",
|
|
||||||
"progress": "Progress",
|
|
||||||
"password-again": "Password (again)",
|
|
||||||
"if-you-already-have-an-account": "If you already have an account",
|
|
||||||
"register": "Register",
|
|
||||||
"forgot-password": "Forgot password",
|
|
||||||
"minicardDetailsActionsPopup-title": "Card Details",
|
|
||||||
"Mongo_sessions_count": "Mongo sessions count",
|
|
||||||
"change-visibility": "公開範囲の変更"
|
|
||||||
}
|
}
|
||||||
|
|
@ -161,7 +161,7 @@
|
||||||
"board-view-collapse": "Collapse",
|
"board-view-collapse": "Collapse",
|
||||||
"board-view-gantt": "Gantt",
|
"board-view-gantt": "Gantt",
|
||||||
"board-view-lists": "ჩამონათვალი",
|
"board-view-lists": "ჩამონათვალი",
|
||||||
"bucket-example": "მაგალითად “Bucket List”",
|
"bucket-example": "მაგალითად “Bucket List” ",
|
||||||
"cancel": "გაუქმება",
|
"cancel": "გაუქმება",
|
||||||
"card-archived": "This card is moved to Archive.",
|
"card-archived": "This card is moved to Archive.",
|
||||||
"board-archived": "This board is moved to Archive.",
|
"board-archived": "This board is moved to Archive.",
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "მონიშნულის გაფილტვრა",
|
"filter-to-selection": "მონიშნულის გაფილტვრა",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "გაფართოებული ფილტრაცია",
|
"advanced-filter-label": "გაფართოებული ფილტრაცია",
|
||||||
"advanced-filter-description": "გაფართოებული ფილტრაცია, უფლებას გაძლევთ დაწეროთ მწკრივი რომლებიც შეიცავენ შემდეგ ოპერაციებს : == != <= >= && || ( ) space გამოიყენება როგორც გამმიჯნავი ოპერაციებს შორის. თქვენ შეგიძლიათ გაფილტროთ მომხმარებლის ველი მათი სახელებისა და ღირებულებების მიხედვით. მაგალითად: Field1 == Value1. გაითვალისწინეთ რომ თუ ველი ან ღირებულება შეიცავს space-ს თქვენ დაგჭირდებათ მათი მოთავსება ერთ ციტატაში მაგ: 'Field 1' == 'Value 1'. ერთი კონტროლის სიმბოლოებისთვის (' \/) გამოტოვება, შეგიძლიათ გამოიყენოთ \. მაგ: Field1 == I\'m. აგრეთვე თქვენ შეგიძლიათ შეურიოთ რამოდენიმე კომბინაცია. მაგალითად: F1 == V1 || F1 == V2. როგორც წესი ყველა ოპერაცია ინტერპრეტირებულია მარცხნიდან მარჯვნივ. თქვენ შეგიძლიათ შეცვალოთ რიგითობა ფრჩხილების შეცვლით მაგალითად: F1 == V1 && ( F2 == V2 || F2 == V3 ). აგრეთვე შეგიძლიათ მოძებნოთ ტექსტის ველები რეგექსით F1 == /Tes.*/i",
|
"advanced-filter-description": "გაფართოებული ფილტრაცია, უფლებას გაძლევთ დაწეროთ მწკრივი რომლებიც შეიცავენ შემდეგ ოპერაციებს : == != <= >= && || ( ) space გამოიყენება როგორც გამმიჯნავი ოპერაციებს შორის. თქვენ შეგიძლიათ გაფილტროთ მომხმარებლის ველი მათი სახელებისა და ღირებულებების მიხედვით. მაგალითად: Field1 == Value1. გაითვალისწინეთ რომ თუ ველი ან ღირებულება შეიცავს space-ს თქვენ დაგჭირდებათ მათი მოთავსება ერთ ციტატაში მაგ: 'Field 1' == 'Value 1'. ერთი კონტროლის სიმბოლოებისთვის (' \\/) გამოტოვება, შეგიძლიათ გამოიყენოთ \\. მაგ: Field1 == I\\'m. აგრეთვე თქვენ შეგიძლიათ შეურიოთ რამოდენიმე კომბინაცია. მაგალითად: F1 == V1 || F1 == V2. როგორც წესი ყველა ოპერაცია ინტერპრეტირებულია მარცხნიდან მარჯვნივ. თქვენ შეგიძლიათ შეცვალოთ რიგითობა ფრჩხილების შეცვლით მაგალითად: F1 == V1 && ( F2 == V2 || F2 == V3 ). აგრეთვე შეგიძლიათ მოძებნოთ ტექსტის ველები რეგექსით F1 == /Tes.*/i",
|
||||||
"fullname": "სახელი და გვარი",
|
"fullname": "სახელი და გვარი",
|
||||||
"header-logo-title": "დაბრუნდით უკან დაფების გვერდზე.",
|
"header-logo-title": "დაბრუნდით უკან დაფების გვერდზე.",
|
||||||
"hide-system-messages": "დამალეთ სისტემური შეტყობინებები",
|
"hide-system-messages": "დამალეთ სისტემური შეტყობინებები",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Card",
|
"card": "Card",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Full Name",
|
"fullname": "Full Name",
|
||||||
"header-logo-title": "Go back to your boards page.",
|
"header-logo-title": "Go back to your boards page.",
|
||||||
"hide-system-messages": "Hide system messages",
|
"hide-system-messages": "Hide system messages",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Card",
|
"card": "Card",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Full Name",
|
"fullname": "Full Name",
|
||||||
"header-logo-title": "Go back to your boards page.",
|
"header-logo-title": "Go back to your boards page.",
|
||||||
"hide-system-messages": "Hide system messages",
|
"hide-system-messages": "Hide system messages",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Card",
|
"card": "Card",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -352,7 +352,7 @@
|
||||||
"email-fail-text": "Error trying to send email",
|
"email-fail-text": "Error trying to send email",
|
||||||
"email-invalid": "잘못된 이메일 주소",
|
"email-invalid": "잘못된 이메일 주소",
|
||||||
"email-invite": "이메일로 초대",
|
"email-invite": "이메일로 초대",
|
||||||
"email-invite-subject": "\"__inviter__ 님이 당신에게 초대장을 보냈습니다.",
|
"email-invite-subject": "__inviter__님이 당신을 초대하였습니다.",
|
||||||
"email-invite-text": "__user__님,\n\n__inviter__님이 협업을 위해 \"__board__\"보드에 가입하도록 초대하셨습니다.\n\n아래 링크를 클릭해주십시오.\n\n__url__\n\n감사합니다.",
|
"email-invite-text": "__user__님,\n\n__inviter__님이 협업을 위해 \"__board__\"보드에 가입하도록 초대하셨습니다.\n\n아래 링크를 클릭해주십시오.\n\n__url__\n\n감사합니다.",
|
||||||
"email-resetPassword-subject": "패스워드 초기화: __siteName__",
|
"email-resetPassword-subject": "패스워드 초기화: __siteName__",
|
||||||
"email-resetPassword-text": "안녕하세요 __user__님,\n\n비밀번호를 재설정하려면 아래 링크를 클릭하십시오.\n\n__url__\n\n감사합니다.",
|
"email-resetPassword-text": "안녕하세요 __user__님,\n\n비밀번호를 재설정하려면 아래 링크를 클릭하십시오.\n\n__url__\n\n감사합니다.",
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "선택 항목으로 필터링",
|
"filter-to-selection": "선택 항목으로 필터링",
|
||||||
"other-filters-label": "그 밖의 필터",
|
"other-filters-label": "그 밖의 필터",
|
||||||
"advanced-filter-label": "고급 필터",
|
"advanced-filter-label": "고급 필터",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "실명",
|
"fullname": "실명",
|
||||||
"header-logo-title": "보드 페이지로 돌아가기.",
|
"header-logo-title": "보드 페이지로 돌아가기.",
|
||||||
"hide-system-messages": "시스템 메시지 숨기기",
|
"hide-system-messages": "시스템 메시지 숨기기",
|
||||||
|
|
@ -635,7 +635,7 @@
|
||||||
"smtp-tls-description": "SMTP 서버에 TLS 지원 사용",
|
"smtp-tls-description": "SMTP 서버에 TLS 지원 사용",
|
||||||
"smtp-host": "SMTP 호스트",
|
"smtp-host": "SMTP 호스트",
|
||||||
"smtp-port": "SMTP 포트",
|
"smtp-port": "SMTP 포트",
|
||||||
"smtp-username": "아이디",
|
"smtp-username": "사용자 이름",
|
||||||
"smtp-password": "암호",
|
"smtp-password": "암호",
|
||||||
"smtp-tls": "TLS 지원",
|
"smtp-tls": "TLS 지원",
|
||||||
"send-from": "보낸 사람",
|
"send-from": "보낸 사람",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "목록",
|
"r-list": "목록",
|
||||||
|
"list": "목록",
|
||||||
"set-filter": "필터 설정",
|
"set-filter": "필터 설정",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "카드",
|
"card": "카드",
|
||||||
"list": "목록",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Full Name",
|
"fullname": "Full Name",
|
||||||
"header-logo-title": "Go back to your boards page.",
|
"header-logo-title": "Go back to your boards page.",
|
||||||
"hide-system-messages": "Hide system messages",
|
"hide-system-messages": "Hide system messages",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Card",
|
"card": "Card",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"accept": "Piekrist",
|
"accept": "Piekrist",
|
||||||
"act-activity-notify": "Darbību paziņojumi",
|
"act-activity-notify": "Darbību paziņojumi",
|
||||||
"act-addAttachment": "added attachment __attachment__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
|
"act-addAttachment": "pievienoja failu __attachment__ kartiņai __card__ sarakstā __list__ joslā __swimlane__ dēlī __board__",
|
||||||
"act-deleteAttachment": "dzēsa failu __attachment__ kartiņai __card__ sarakstā __list__ joslā __swimlane__ dēlī __board__",
|
"act-deleteAttachment": "dzēsa failu __attachment__ kartiņai __card__ sarakstā __list__ joslā __swimlane__ dēlī __board__",
|
||||||
"act-addSubtask": "pievienoja apakšuzdevumu __subtask__ kartiņai __card__ sarakstā __list__ joslā __swimlane__ dēlī __board__",
|
"act-addSubtask": "pievienoja apakšuzdevumu __subtask__ kartiņai __card__ sarakstā __list__ joslā __swimlane__ dēlī __board__",
|
||||||
"act-addLabel": "Pievienoja birku __label__ kartiņai __card__ sarakstā __list__ joslā __swimlane__ dēlī __board__",
|
"act-addLabel": "Pievienoja birku __label__ kartiņai __card__ sarakstā __list__ joslā __swimlane__ dēlī __board__",
|
||||||
|
|
@ -365,7 +365,7 @@
|
||||||
"error-board-notAMember": "Jums jābūt šī dēļa dalībniekam, lai veiktu šo darbību",
|
"error-board-notAMember": "Jums jābūt šī dēļa dalībniekam, lai veiktu šo darbību",
|
||||||
"error-json-malformed": "Teksts nav derīgs JSON",
|
"error-json-malformed": "Teksts nav derīgs JSON",
|
||||||
"error-json-schema": "JSON dati nesatur nepieciešamo informāciju pareizajā formātā",
|
"error-json-schema": "JSON dati nesatur nepieciešamo informāciju pareizajā formātā",
|
||||||
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format ",
|
"error-csv-schema": "CSV (Comma Separated Values)/TSV (Tab Separated Values) dati nesatur nepieciešamo informāciju pareizajā formātā.",
|
||||||
"error-list-doesNotExist": "Šis saraksts neeksistē",
|
"error-list-doesNotExist": "Šis saraksts neeksistē",
|
||||||
"error-user-doesNotExist": "Šis lietotājs neeksistē",
|
"error-user-doesNotExist": "Šis lietotājs neeksistē",
|
||||||
"error-user-notAllowSelf": "Jūs nevarat ielūgt sevi",
|
"error-user-notAllowSelf": "Jūs nevarat ielūgt sevi",
|
||||||
|
|
@ -577,7 +577,7 @@
|
||||||
"this-board": "šis dēlis",
|
"this-board": "šis dēlis",
|
||||||
"this-card": "šī kartiņa",
|
"this-card": "šī kartiņa",
|
||||||
"spent-time-hours": "Pavadītais laiks (stundas)",
|
"spent-time-hours": "Pavadītais laiks (stundas)",
|
||||||
"overtime-hours": "Overtime (hours)",
|
"overtime-hours": "Virsstundas (stundas)",
|
||||||
"overtime": "Virsstundas",
|
"overtime": "Virsstundas",
|
||||||
"has-overtime-cards": "Kartiņas ar virsstundām",
|
"has-overtime-cards": "Kartiņas ar virsstundām",
|
||||||
"has-spenttime-cards": "Kartiņas ar pavadīto laiku",
|
"has-spenttime-cards": "Kartiņas ar pavadīto laiku",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Noņemts no",
|
"r-removed-from": "Noņemts no",
|
||||||
"r-the-board": "dēlis",
|
"r-the-board": "dēlis",
|
||||||
"r-list": "saraksts",
|
"r-list": "saraksts",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Uzstādīt filtru",
|
"set-filter": "Uzstādīt filtru",
|
||||||
"r-moved-to": "Pārvietots uz",
|
"r-moved-to": "Pārvietots uz",
|
||||||
"r-moved-from": "Pārvietots no",
|
"r-moved-from": "Pārvietots no",
|
||||||
|
|
@ -832,7 +833,7 @@
|
||||||
"r-items-list": "elements1,elements2,elements3",
|
"r-items-list": "elements1,elements2,elements3",
|
||||||
"r-add-swimlane": "Pievienot joslu",
|
"r-add-swimlane": "Pievienot joslu",
|
||||||
"r-swimlane-name": "joslas nosaukums",
|
"r-swimlane-name": "joslas nosaukums",
|
||||||
"r-board-note": "Note: leave a field empty to match every possible value. ",
|
"r-board-note": "Piezīme: atstājiet lauku tuksu lai atgrieztu visas iespējamās vērtības.",
|
||||||
"r-checklist-note": "Piezīme: kontrolsaraksta elementiem jābūt norādītiem atdalītiem ar komatu.",
|
"r-checklist-note": "Piezīme: kontrolsaraksta elementiem jābūt norādītiem atdalītiem ar komatu.",
|
||||||
"r-when-a-card-is-moved": "Kad kartiņa ir pārvietota uz citu sarakstu",
|
"r-when-a-card-is-moved": "Kad kartiņa ir pārvietota uz citu sarakstu",
|
||||||
"r-set": "Uzstādīt",
|
"r-set": "Uzstādīt",
|
||||||
|
|
@ -865,7 +866,7 @@
|
||||||
"duplicate-board": "Dublēt dēli",
|
"duplicate-board": "Dublēt dēli",
|
||||||
"org-number": "The number of organizations is:",
|
"org-number": "The number of organizations is:",
|
||||||
"team-number": "The number of teams is:",
|
"team-number": "The number of teams is:",
|
||||||
"people-number": "The number of people is: ",
|
"people-number": "Cilvēku skaits:",
|
||||||
"swimlaneDeletePopup-title": "Dzēst joslu?",
|
"swimlaneDeletePopup-title": "Dzēst joslu?",
|
||||||
"swimlane-delete-pop": "Visas darbības tiks dzēstas no darbību saraksta un josla nebūs atjaunojama. Darbību nevar atsaukt.",
|
"swimlane-delete-pop": "Visas darbības tiks dzēstas no darbību saraksta un josla nebūs atjaunojama. Darbību nevar atsaukt.",
|
||||||
"restore-all": "Atjaunot visu",
|
"restore-all": "Atjaunot visu",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Kartiņa",
|
"card": "Kartiņa",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -233,7 +233,7 @@
|
||||||
"cardType-linkedCard": "Поврзана карта",
|
"cardType-linkedCard": "Поврзана карта",
|
||||||
"cardType-linkedBoard": "Свързано табло",
|
"cardType-linkedBoard": "Свързано табло",
|
||||||
"change": "Промени",
|
"change": "Промени",
|
||||||
"change-avatar": "Промени аватар",
|
"change-avatar": "Промени аватара",
|
||||||
"change-password": "Промени лозинка",
|
"change-password": "Промени лозинка",
|
||||||
"change-permissions": "Промени права",
|
"change-permissions": "Промени права",
|
||||||
"change-settings": "Промени параметри",
|
"change-settings": "Промени параметри",
|
||||||
|
|
@ -333,7 +333,7 @@
|
||||||
"done": "Готово",
|
"done": "Готово",
|
||||||
"download": "Сваляне",
|
"download": "Сваляне",
|
||||||
"edit": "Промени",
|
"edit": "Промени",
|
||||||
"edit-avatar": "Промени аватар",
|
"edit-avatar": "Промени аватара",
|
||||||
"edit-profile": "Промяна на профила",
|
"edit-profile": "Промяна на профила",
|
||||||
"edit-wip-limit": "Промени WIP лимита",
|
"edit-wip-limit": "Промени WIP лимита",
|
||||||
"soft-wip-limit": "\"Мек\" WIP лимит",
|
"soft-wip-limit": "\"Мек\" WIP лимит",
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Филтрирай избраните",
|
"filter-to-selection": "Филтрирай избраните",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Напреден филтер",
|
"advanced-filter-label": "Напреден филтер",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Име",
|
"fullname": "Име",
|
||||||
"header-logo-title": "Назад към страницата с Вашите табла.",
|
"header-logo-title": "Назад към страницата с Вашите табла.",
|
||||||
"hide-system-messages": "Скриване на системните съобщения",
|
"hide-system-messages": "Скриване на системните съобщения",
|
||||||
|
|
@ -459,7 +459,7 @@
|
||||||
"joined": "присъедини",
|
"joined": "присъедини",
|
||||||
"just-invited": "Бяхте поканени в това табло",
|
"just-invited": "Бяхте поканени в това табло",
|
||||||
"keyboard-shortcuts": "Преки пътища с клавиатурата",
|
"keyboard-shortcuts": "Преки пътища с клавиатурата",
|
||||||
"label-create": "Креирај Табло",
|
"label-create": "Креирај етикет",
|
||||||
"label-default": "%s етикет (по подразбиране)",
|
"label-default": "%s етикет (по подразбиране)",
|
||||||
"label-delete-pop": "There is no undo. This will remove this label from all cards and destroy its history.",
|
"label-delete-pop": "There is no undo. This will remove this label from all cards and destroy its history.",
|
||||||
"labels": "Етикети",
|
"labels": "Етикети",
|
||||||
|
|
@ -482,17 +482,17 @@
|
||||||
"swimlaneAddPopup-title": "Add a Swimlane below",
|
"swimlaneAddPopup-title": "Add a Swimlane below",
|
||||||
"listImportCardPopup-title": "Импорт на карта от Trello",
|
"listImportCardPopup-title": "Импорт на карта от Trello",
|
||||||
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
|
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
|
||||||
"listMorePopup-title": "Повеќе",
|
"listMorePopup-title": "Още",
|
||||||
"link-list": "Връзка към този списък",
|
"link-list": "Връзка към този списък",
|
||||||
"list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.",
|
"list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.",
|
||||||
"list-delete-suggest-archive": "Можете да преместите списъка во Архива, за да го премахнете от Таблото и така да запазите активността в него.",
|
"list-delete-suggest-archive": "Можете да преместите списъка во Архива, за да го премахнете от Таблото и така да запазите активността в него.",
|
||||||
"lists": "Листи",
|
"lists": "Списъци",
|
||||||
"swimlanes": "Коридори",
|
"swimlanes": "Коридори",
|
||||||
"log-out": "Изход",
|
"log-out": "Изход",
|
||||||
"log-in": "Вход",
|
"log-in": "Вход",
|
||||||
"loginPopup-title": "Вход",
|
"loginPopup-title": "Вход",
|
||||||
"memberMenuPopup-title": "Настройки на профила",
|
"memberMenuPopup-title": "Настройки на профила",
|
||||||
"members": "Членови",
|
"members": "Членове",
|
||||||
"menu": "Меню",
|
"menu": "Меню",
|
||||||
"move-selection": "Move selection",
|
"move-selection": "Move selection",
|
||||||
"moveCardPopup-title": "Премести картата",
|
"moveCardPopup-title": "Премести картата",
|
||||||
|
|
@ -547,7 +547,7 @@
|
||||||
"rescue-card-description-dialogue": "Overwrite current card description with your changes?",
|
"rescue-card-description-dialogue": "Overwrite current card description with your changes?",
|
||||||
"card-settings": "Card Settings",
|
"card-settings": "Card Settings",
|
||||||
"save": "Запази",
|
"save": "Запази",
|
||||||
"search": "Барај",
|
"search": "Търсене",
|
||||||
"rules": "Правила",
|
"rules": "Правила",
|
||||||
"search-cards": "Search from card/list titles, descriptions and custom fields on this board",
|
"search-cards": "Search from card/list titles, descriptions and custom fields on this board",
|
||||||
"search-example": "Write text you search and press Enter",
|
"search-example": "Write text you search and press Enter",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "премахната от",
|
"r-removed-from": "премахната от",
|
||||||
"r-the-board": "таблото",
|
"r-the-board": "таблото",
|
||||||
"r-list": "списък",
|
"r-list": "списък",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Карта",
|
"card": "Карта",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Full Name",
|
"fullname": "Full Name",
|
||||||
"header-logo-title": "Go back to your boards page.",
|
"header-logo-title": "Go back to your boards page.",
|
||||||
"hide-system-messages": "Hide system messages",
|
"hide-system-messages": "Hide system messages",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Card",
|
"card": "Card",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Full Name",
|
"fullname": "Full Name",
|
||||||
"header-logo-title": "Go back to your boards page.",
|
"header-logo-title": "Go back to your boards page.",
|
||||||
"hide-system-messages": "Hide system messages",
|
"hide-system-messages": "Hide system messages",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Card",
|
"card": "Card",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -138,8 +138,8 @@
|
||||||
"back": "Kembali",
|
"back": "Kembali",
|
||||||
"board-change-color": "Ubah Warna",
|
"board-change-color": "Ubah Warna",
|
||||||
"show-at-all-boards-page": "Papar laman semua Papan",
|
"show-at-all-boards-page": "Papar laman semua Papan",
|
||||||
"board-info-on-my-boards" : "Semua tetapan Papa",
|
"board-info-on-my-boards": "Semua tetapan Papan",
|
||||||
"boardInfoOnMyBoardsPopup-title" : "Semua tetapan Papa",
|
"boardInfoOnMyBoardsPopup-title": "Semua tetapan Papan",
|
||||||
"boardInfoOnMyBoards-title": "Semua tetapan Papa",
|
"boardInfoOnMyBoards-title": "Semua tetapan Papa",
|
||||||
"show-card-counter-per-list": "Papar jumlah Kad setiap Senarai",
|
"show-card-counter-per-list": "Papar jumlah Kad setiap Senarai",
|
||||||
"show-board_members-avatar": "Papar avatar ahli Papan",
|
"show-board_members-avatar": "Papar avatar ahli Papan",
|
||||||
|
|
@ -334,7 +334,7 @@
|
||||||
"download": "Muat turun",
|
"download": "Muat turun",
|
||||||
"edit": "Ubah Suai",
|
"edit": "Ubah Suai",
|
||||||
"edit-avatar": "Tukar Avatar",
|
"edit-avatar": "Tukar Avatar",
|
||||||
"edit-profile": "Ubah Profil",
|
"edit-profile": "Ubah Profi",
|
||||||
"edit-wip-limit": "Ubah Had WIP",
|
"edit-wip-limit": "Ubah Had WIP",
|
||||||
"soft-wip-limit": "Ubah Had Lembut WIP",
|
"soft-wip-limit": "Ubah Had Lembut WIP",
|
||||||
"editCardStartDatePopup-title": "Tukar tarikh mula",
|
"editCardStartDatePopup-title": "Tukar tarikh mula",
|
||||||
|
|
@ -365,7 +365,7 @@
|
||||||
"error-board-notAMember": "Anda perlu menjadi Ahli Papan untuk tindakan itu",
|
"error-board-notAMember": "Anda perlu menjadi Ahli Papan untuk tindakan itu",
|
||||||
"error-json-malformed": "Teks anda tidak sah sebagai JSON",
|
"error-json-malformed": "Teks anda tidak sah sebagai JSON",
|
||||||
"error-json-schema": "Data JSON anda tidak terdiri daripada maklumat yang diperlukan dalam format yang betul",
|
"error-json-schema": "Data JSON anda tidak terdiri daripada maklumat yang diperlukan dalam format yang betul",
|
||||||
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format ",
|
"error-csv-schema": "CSV(Comma Separated Values)/TSV (Tab Separated Values) anda tidak mengikut format yang betul dengan maklumat yang bersesuaian.",
|
||||||
"error-list-doesNotExist": "Senarai tidak wujud",
|
"error-list-doesNotExist": "Senarai tidak wujud",
|
||||||
"error-user-doesNotExist": "Pengguna tidak wujud",
|
"error-user-doesNotExist": "Pengguna tidak wujud",
|
||||||
"error-user-notAllowSelf": "Anda tidak boleh menjemput diri sendiri",
|
"error-user-notAllowSelf": "Anda tidak boleh menjemput diri sendiri",
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Tapisan kepada pemilihan",
|
"filter-to-selection": "Tapisan kepada pemilihan",
|
||||||
"other-filters-label": "Tapisan Lain",
|
"other-filters-label": "Tapisan Lain",
|
||||||
"advanced-filter-label": "Tapisan Maju",
|
"advanced-filter-label": "Tapisan Maju",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Nama Penuh",
|
"fullname": "Nama Penuh",
|
||||||
"header-logo-title": "Kembali kepada laman Papan",
|
"header-logo-title": "Kembali kepada laman Papan",
|
||||||
"hide-system-messages": "Sembunyikan Makluman Sistem",
|
"hide-system-messages": "Sembunyikan Makluman Sistem",
|
||||||
|
|
@ -446,7 +446,7 @@
|
||||||
"import-json-placeholder": "Paste your valid JSON data here",
|
"import-json-placeholder": "Paste your valid JSON data here",
|
||||||
"import-csv-placeholder": "Tampal data CSV/TSV yang sah di sini",
|
"import-csv-placeholder": "Tampal data CSV/TSV yang sah di sini",
|
||||||
"import-map-members": "Padankan Ahli",
|
"import-map-members": "Padankan Ahli",
|
||||||
"import-members-map": "Papan yang diimport mempunyai ahli. Sila padankan ahli yang anda mahukan untuk import kepada pengguna anda",
|
"import-members-map": "Papan yang diimport mempunyai ahli. Sila padankan ahli yang anda mahukan untuk import kepada pengguna anda\n",
|
||||||
"import-members-map-note": "Ahli yang tidak dipadan akan di padankan kepada pengguna yang ada",
|
"import-members-map-note": "Ahli yang tidak dipadan akan di padankan kepada pengguna yang ada",
|
||||||
"import-show-user-mapping": "Semak pemetaan ahli",
|
"import-show-user-mapping": "Semak pemetaan ahli",
|
||||||
"import-user-select": "Pilih pengguna sedia ada yang anda mahu gunakan sebagai ahli",
|
"import-user-select": "Pilih pengguna sedia ada yang anda mahu gunakan sebagai ahli",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Dihapus daripada",
|
"r-removed-from": "Dihapus daripada",
|
||||||
"r-the-board": "Papan",
|
"r-the-board": "Papan",
|
||||||
"r-list": "senarai",
|
"r-list": "senarai",
|
||||||
|
"list": "Senarai",
|
||||||
"set-filter": "Set tapisan",
|
"set-filter": "Set tapisan",
|
||||||
"r-moved-to": "Dipindah ke",
|
"r-moved-to": "Dipindah ke",
|
||||||
"r-moved-from": "Dipindah daripada",
|
"r-moved-from": "Dipindah daripada",
|
||||||
|
|
@ -832,7 +833,7 @@
|
||||||
"r-items-list": "item1, item2, item3",
|
"r-items-list": "item1, item2, item3",
|
||||||
"r-add-swimlane": "Tambah aliranrenang",
|
"r-add-swimlane": "Tambah aliranrenang",
|
||||||
"r-swimlane-name": "nama aliranrenang",
|
"r-swimlane-name": "nama aliranrenang",
|
||||||
"r-board-note": "Note: leave a field empty to match every possible value. ",
|
"r-board-note": "Nota: Tinggalkan ruang kosong untuk padankan setiap nilai yang mungkin",
|
||||||
"r-checklist-note": "Nota: item-item senaraisemak perlu ditulis sebagai nilai terpisah antara tanda koma",
|
"r-checklist-note": "Nota: item-item senaraisemak perlu ditulis sebagai nilai terpisah antara tanda koma",
|
||||||
"r-when-a-card-is-moved": "Apabila kad dipindah ke senarai lain",
|
"r-when-a-card-is-moved": "Apabila kad dipindah ke senarai lain",
|
||||||
"r-set": "Set",
|
"r-set": "Set",
|
||||||
|
|
@ -863,9 +864,9 @@
|
||||||
"oidc-button-text": "Ubahsuai teks pada butang OIDC",
|
"oidc-button-text": "Ubahsuai teks pada butang OIDC",
|
||||||
"default-authentication-method": "Kaedah Pengesahan lalai",
|
"default-authentication-method": "Kaedah Pengesahan lalai",
|
||||||
"duplicate-board": "Pendua Papan",
|
"duplicate-board": "Pendua Papan",
|
||||||
"org-number": "The number of organizations is: ",
|
"org-number": "Jumlah Organisasi ialah:",
|
||||||
"team-number": "The number of teams is: ",
|
"team-number": "Jumlah kumpulan ialah:",
|
||||||
"people-number": "The number of people is: ",
|
"people-number": "Jumlah pengguna ialah:",
|
||||||
"swimlaneDeletePopup-title": "Hapus aliranrenang?",
|
"swimlaneDeletePopup-title": "Hapus aliranrenang?",
|
||||||
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
|
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
|
||||||
"restore-all": "Pulih semua",
|
"restore-all": "Pulih semua",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Kad",
|
"card": "Kad",
|
||||||
"list": "Senarai",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -365,7 +365,7 @@
|
||||||
"error-board-notAMember": "Du må være Medlem på denne tavlen for å gjøre dette",
|
"error-board-notAMember": "Du må være Medlem på denne tavlen for å gjøre dette",
|
||||||
"error-json-malformed": "Denne teksten er ikke gyldig JSON",
|
"error-json-malformed": "Denne teksten er ikke gyldig JSON",
|
||||||
"error-json-schema": "Dine JSON-data inneholder ikke informasjon i korrekt format",
|
"error-json-schema": "Dine JSON-data inneholder ikke informasjon i korrekt format",
|
||||||
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format ",
|
"error-csv-schema": "Dine CSV- (kommaseparerte verdier) / TSV-(Tab-separerte verdier) inneholder ikke informasjon i korrekt format",
|
||||||
"error-list-doesNotExist": "Denne listen finnes ikke",
|
"error-list-doesNotExist": "Denne listen finnes ikke",
|
||||||
"error-user-doesNotExist": "Denne Brukeren eksisterer ikke",
|
"error-user-doesNotExist": "Denne Brukeren eksisterer ikke",
|
||||||
"error-user-notAllowSelf": "Du kan ikke invitere deg selv",
|
"error-user-notAllowSelf": "Du kan ikke invitere deg selv",
|
||||||
|
|
@ -432,7 +432,7 @@
|
||||||
"impersonate-user": "Anonymiser Bruker",
|
"impersonate-user": "Anonymiser Bruker",
|
||||||
"link": "Lenke",
|
"link": "Lenke",
|
||||||
"import-board": "Importer Tavle",
|
"import-board": "Importer Tavle",
|
||||||
"import-board-c": "Importer tavle",
|
"import-board-c": "Importer Tavle",
|
||||||
"import-board-title-trello": "Importer Tavle fra Trello",
|
"import-board-title-trello": "Importer Tavle fra Trello",
|
||||||
"import-board-title-wekan": "Importer Tavle fra tidligere eksport",
|
"import-board-title-wekan": "Importer Tavle fra tidligere eksport",
|
||||||
"import-board-title-csv": "Importer tavle fra CSV/TSV",
|
"import-board-title-csv": "Importer tavle fra CSV/TSV",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Fjernet fra",
|
"r-removed-from": "Fjernet fra",
|
||||||
"r-the-board": "tavlen",
|
"r-the-board": "tavlen",
|
||||||
"r-list": "listen",
|
"r-list": "listen",
|
||||||
|
"list": "Liste",
|
||||||
"set-filter": "Sett filter",
|
"set-filter": "Sett filter",
|
||||||
"r-moved-to": "Flyttet til",
|
"r-moved-to": "Flyttet til",
|
||||||
"r-moved-from": "Flyttet fra",
|
"r-moved-from": "Flyttet fra",
|
||||||
|
|
@ -807,7 +808,7 @@
|
||||||
"r-d-move-to-bottom-spec": "Flytt kortet til bunnen av listen",
|
"r-d-move-to-bottom-spec": "Flytt kortet til bunnen av listen",
|
||||||
"r-d-send-email": "Send e-post",
|
"r-d-send-email": "Send e-post",
|
||||||
"r-d-send-email-to": "til",
|
"r-d-send-email-to": "til",
|
||||||
"r-d-send-email-subject": "Emne",
|
"r-d-send-email-subject": "emne",
|
||||||
"r-d-send-email-message": "melding",
|
"r-d-send-email-message": "melding",
|
||||||
"r-d-archive": "Flytt kort til arkiv",
|
"r-d-archive": "Flytt kort til arkiv",
|
||||||
"r-d-unarchive": "Gjenopprett kort fra arkiv",
|
"r-d-unarchive": "Gjenopprett kort fra arkiv",
|
||||||
|
|
@ -832,7 +833,7 @@
|
||||||
"r-items-list": "oppgave1,oppgave2,oppgave3",
|
"r-items-list": "oppgave1,oppgave2,oppgave3",
|
||||||
"r-add-swimlane": "Legg til svømmebane",
|
"r-add-swimlane": "Legg til svømmebane",
|
||||||
"r-swimlane-name": "Navn Svømmebane",
|
"r-swimlane-name": "Navn Svømmebane",
|
||||||
"r-board-note": "Note: leave a field empty to match every possible value. ",
|
"r-board-note": "Merk: La feltet stå tomt for å treffe alle mulige verdier.",
|
||||||
"r-checklist-note": "Merk: sjekklistens oppgaver må skrives som kommaseparerte verdier.",
|
"r-checklist-note": "Merk: sjekklistens oppgaver må skrives som kommaseparerte verdier.",
|
||||||
"r-when-a-card-is-moved": "Når et kort flyttes til en annen liste",
|
"r-when-a-card-is-moved": "Når et kort flyttes til en annen liste",
|
||||||
"r-set": "Sett",
|
"r-set": "Sett",
|
||||||
|
|
@ -863,9 +864,9 @@
|
||||||
"oidc-button-text": "Tilpass OIDC knappens tekst",
|
"oidc-button-text": "Tilpass OIDC knappens tekst",
|
||||||
"default-authentication-method": "Standard autentiseringsmetode",
|
"default-authentication-method": "Standard autentiseringsmetode",
|
||||||
"duplicate-board": "Dupliser tavle",
|
"duplicate-board": "Dupliser tavle",
|
||||||
"org-number": "The number of organizations is: ",
|
"org-number": "Antall Organisasjoner:",
|
||||||
"team-number": "The number of teams is: ",
|
"team-number": "Antall Teams:",
|
||||||
"people-number": "The number of people is: ",
|
"people-number": "Antall deltagere:",
|
||||||
"swimlaneDeletePopup-title": "Slett Svømmebane?",
|
"swimlaneDeletePopup-title": "Slett Svømmebane?",
|
||||||
"swimlane-delete-pop": "Alle aksjoner vil bli fjernet fra aktivitetstrømmen og du vil ikke kunne gjenopprette svømmebanen. Det er ikke mulig å angre.",
|
"swimlane-delete-pop": "Alle aksjoner vil bli fjernet fra aktivitetstrømmen og du vil ikke kunne gjenopprette svømmebanen. Det er ikke mulig å angre.",
|
||||||
"restore-all": "Gjenopprett alt",
|
"restore-all": "Gjenopprett alt",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "Mine Kort",
|
"my-cards": "Mine Kort",
|
||||||
"card": "Kort",
|
"card": "Kort",
|
||||||
"list": "Liste",
|
|
||||||
"board": "Tavle",
|
"board": "Tavle",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -365,7 +365,7 @@
|
||||||
"error-board-notAMember": "Je moet een lid zijn van dit bord om dat te doen.",
|
"error-board-notAMember": "Je moet een lid zijn van dit bord om dat te doen.",
|
||||||
"error-json-malformed": "JSON format klopt niet",
|
"error-json-malformed": "JSON format klopt niet",
|
||||||
"error-json-schema": "De JSON data bevat niet de juiste informatie in de juiste format",
|
"error-json-schema": "De JSON data bevat niet de juiste informatie in de juiste format",
|
||||||
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format ",
|
"error-csv-schema": "Je CSV(Comma Separated Values)/TSV (Tab Separated Values) bevat niet de juiste informatie in het juiste fomaat.",
|
||||||
"error-list-doesNotExist": "Deze lijst bestaat niet",
|
"error-list-doesNotExist": "Deze lijst bestaat niet",
|
||||||
"error-user-doesNotExist": "Deze gebruiker bestaat niet",
|
"error-user-doesNotExist": "Deze gebruiker bestaat niet",
|
||||||
"error-user-notAllowSelf": "Je kan jezelf niet uitnodigen",
|
"error-user-notAllowSelf": "Je kan jezelf niet uitnodigen",
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter zoals selectie",
|
"filter-to-selection": "Filter zoals selectie",
|
||||||
"other-filters-label": "Andere Filters",
|
"other-filters-label": "Andere Filters",
|
||||||
"advanced-filter-label": "Geavanceerd Filter",
|
"advanced-filter-label": "Geavanceerd Filter",
|
||||||
"advanced-filter-description": "Met het Geavanceerd Filter kun je een tekst schrijven die de volgende operatoren mag bevatten: == != <= >= && || ( ) Een Spatie wordt als scheiding gebruikt tussen de verschillende operatoren. Je kunt filteren op alle Maatwerkvelden door hun namen en waarden in te tikken. Bijvoorbeeld: Veld1 == Waarde1. Let op: Als velden of waarden spaties bevatten dan moet je die tussen enkele aanhalingstekens zetten. Bijvoorbeeld: 'Veld 1' == 'Waarde 1'. Om controle karakters (' \/) over te slaan gebruik je \. Bijvoorbeeld: Veld1 == I\'m. Je kunt ook meerdere condities combineren. Bijvoorbeeld: F1 == V1 || F1 == V2. Normalerwijze worden alle operatoren van links naar rechts verwerkt. Dit kun je veranderen door ronde haken te gebruiken. Bijvoorbeeld: F1 == V1 && ( F2 == V2 || F2 == V3 ). Je kunt ook met regex in tekstvelden zoeken. Bijvoorbeeld: F1 == /Tes.*/i",
|
"advanced-filter-description": "Met het Geavanceerd Filter kun je een tekst schrijven die de volgende operatoren mag bevatten: == != <= >= && || ( ) Een Spatie wordt als scheiding gebruikt tussen de verschillende operatoren. Je kunt filteren op alle Maatwerkvelden door hun namen en waarden in te tikken. Bijvoorbeeld: Veld1 == Waarde1. Let op: Als velden of waarden spaties bevatten dan moet je die tussen enkele aanhalingstekens zetten. Bijvoorbeeld: 'Veld 1' == 'Waarde 1'. Om controle karakters (' \\/) over te slaan gebruik je \\. Bijvoorbeeld: Veld1 == I\\'m. Je kunt ook meerdere condities combineren. Bijvoorbeeld: F1 == V1 || F1 == V2. Normalerwijze worden alle operatoren van links naar rechts verwerkt. Dit kun je veranderen door ronde haken te gebruiken. Bijvoorbeeld: F1 == V1 && ( F2 == V2 || F2 == V3 ). Je kunt ook met regex in tekstvelden zoeken. Bijvoorbeeld: F1 == /Tes.*/i",
|
||||||
"fullname": "Volledige naam",
|
"fullname": "Volledige naam",
|
||||||
"header-logo-title": "Ga terug naar jouw borden pagina.",
|
"header-logo-title": "Ga terug naar jouw borden pagina.",
|
||||||
"hide-system-messages": "Verberg systeemberichten",
|
"hide-system-messages": "Verberg systeemberichten",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Verwijderd van",
|
"r-removed-from": "Verwijderd van",
|
||||||
"r-the-board": "het bord",
|
"r-the-board": "het bord",
|
||||||
"r-list": "lijst",
|
"r-list": "lijst",
|
||||||
|
"list": "Lijst",
|
||||||
"set-filter": "Definieer Filter",
|
"set-filter": "Definieer Filter",
|
||||||
"r-moved-to": "verplaatst naar",
|
"r-moved-to": "verplaatst naar",
|
||||||
"r-moved-from": "verplaatst van",
|
"r-moved-from": "verplaatst van",
|
||||||
|
|
@ -832,7 +833,7 @@
|
||||||
"r-items-list": "item1, item2, item3",
|
"r-items-list": "item1, item2, item3",
|
||||||
"r-add-swimlane": "Swimlane toevoegen",
|
"r-add-swimlane": "Swimlane toevoegen",
|
||||||
"r-swimlane-name": "Swimlane-naam",
|
"r-swimlane-name": "Swimlane-naam",
|
||||||
"r-board-note": "Note: leave a field empty to match every possible value. ",
|
"r-board-note": "Let op: laat een veld leeg om er niet op te selecteren",
|
||||||
"r-checklist-note": "Let op: checklist items moeten geschreven worden als kommagescheiden waarden.",
|
"r-checklist-note": "Let op: checklist items moeten geschreven worden als kommagescheiden waarden.",
|
||||||
"r-when-a-card-is-moved": "Als een kaart is verplaatst naar een andere lijst",
|
"r-when-a-card-is-moved": "Als een kaart is verplaatst naar een andere lijst",
|
||||||
"r-set": "Wijzig",
|
"r-set": "Wijzig",
|
||||||
|
|
@ -863,9 +864,9 @@
|
||||||
"oidc-button-text": "Pas de OIDC-button tekst aan.",
|
"oidc-button-text": "Pas de OIDC-button tekst aan.",
|
||||||
"default-authentication-method": "Standaard Authenticatiemethode",
|
"default-authentication-method": "Standaard Authenticatiemethode",
|
||||||
"duplicate-board": "Dupliceer Bord",
|
"duplicate-board": "Dupliceer Bord",
|
||||||
"org-number": "The number of organizations is: ",
|
"org-number": "Het aantal organisaties is:",
|
||||||
"team-number": "The number of teams is: ",
|
"team-number": "Het aantal teams is:",
|
||||||
"people-number": "The number of people is: ",
|
"people-number": "Het aantal gebruikers is:",
|
||||||
"swimlaneDeletePopup-title": "Swimlane verwijderen?",
|
"swimlaneDeletePopup-title": "Swimlane verwijderen?",
|
||||||
"swimlane-delete-pop": "Alle acties zullen verwijderd worden van de activiteiten feed en je kunt de swimlane niet terughalen. Er is geen herstelmogelijkheid.",
|
"swimlane-delete-pop": "Alle acties zullen verwijderd worden van de activiteiten feed en je kunt de swimlane niet terughalen. Er is geen herstelmogelijkheid.",
|
||||||
"restore-all": "Haal alles terug",
|
"restore-all": "Haal alles terug",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Persoon",
|
"person": "Persoon",
|
||||||
"my-cards": "Mijn kaarten",
|
"my-cards": "Mijn kaarten",
|
||||||
"card": "Kaart",
|
"card": "Kaart",
|
||||||
"list": "Lijst",
|
|
||||||
"board": "Bord",
|
"board": "Bord",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "Mijn Kaarten Overzicht",
|
"myCardsViewChange-title": "Mijn Kaarten Overzicht",
|
||||||
|
|
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter zoals selectie",
|
"filter-to-selection": "Filter zoals selectie",
|
||||||
"other-filters-label": "Andere Filters",
|
"other-filters-label": "Andere Filters",
|
||||||
"advanced-filter-label": "Geavanceerd Filter",
|
"advanced-filter-label": "Geavanceerd Filter",
|
||||||
"advanced-filter-description": "Met het Geavanceerd Filter kun je een tekst schrijven die de volgende operatoren mag bevatten: == != <= >= && || ( ) Een Spatie wordt als scheiding gebruikt tussen de verschillende operatoren. Je kunt filteren op alle Maatwerkvelden door hun namen en waarden in te tikken. Bijvoorbeeld: Veld1 == Waarde1. Let op: Als velden of waarden spaties bevatten dan moet je die tussen enkele aanhalingstekens zetten. Bijvoorbeeld: 'Veld 1' == 'Waarde 1'. Om controle karakters (' \/) over te slaan gebruik je \. Bijvoorbeeld: Veld1 == I\'m. Je kunt ook meerdere condities combineren. Bijvoorbeeld: F1 == V1 || F1 == V2. Normalerwijze worden alle operatoren van links naar rechts verwerkt. Dit kun je veranderen door ronde haken te gebruiken. Bijvoorbeeld: F1 == V1 && ( F2 == V2 || F2 == V3 ). Je kunt ook met regex in tekstvelden zoeken. Bijvoorbeeld: F1 == /Tes.*/i",
|
"advanced-filter-description": "Met het Geavanceerd Filter kun je een tekst schrijven die de volgende operatoren mag bevatten: == != <= >= && || ( ) Een Spatie wordt als scheiding gebruikt tussen de verschillende operatoren. Je kunt filteren op alle Maatwerkvelden door hun namen en waarden in te tikken. Bijvoorbeeld: Veld1 == Waarde1. Let op: Als velden of waarden spaties bevatten dan moet je die tussen enkele aanhalingstekens zetten. Bijvoorbeeld: 'Veld 1' == 'Waarde 1'. Om controle karakters (' \\/) over te slaan gebruik je \\. Bijvoorbeeld: Veld1 == I\\'m. Je kunt ook meerdere condities combineren. Bijvoorbeeld: F1 == V1 || F1 == V2. Normalerwijze worden alle operatoren van links naar rechts verwerkt. Dit kun je veranderen door ronde haken te gebruiken. Bijvoorbeeld: F1 == V1 && ( F2 == V2 || F2 == V3 ). Je kunt ook met regex in tekstvelden zoeken. Bijvoorbeeld: F1 == /Tes.*/i",
|
||||||
"fullname": "Volledige naam",
|
"fullname": "Volledige naam",
|
||||||
"header-logo-title": "Ga terug naar jouw borden pagina.",
|
"header-logo-title": "Ga terug naar jouw borden pagina.",
|
||||||
"hide-system-messages": "Verberg systeemberichten",
|
"hide-system-messages": "Verberg systeemberichten",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Verwijderd van",
|
"r-removed-from": "Verwijderd van",
|
||||||
"r-the-board": "het bord",
|
"r-the-board": "het bord",
|
||||||
"r-list": "lijst",
|
"r-list": "lijst",
|
||||||
|
"list": "Lijst",
|
||||||
"set-filter": "Definieer Filter",
|
"set-filter": "Definieer Filter",
|
||||||
"r-moved-to": "verplaatst naar",
|
"r-moved-to": "verplaatst naar",
|
||||||
"r-moved-from": "verplaatst van",
|
"r-moved-from": "verplaatst van",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Persoon",
|
"person": "Persoon",
|
||||||
"my-cards": "Mijn kaarten",
|
"my-cards": "Mijn kaarten",
|
||||||
"card": "Kaart",
|
"card": "Kaart",
|
||||||
"list": "Lijst",
|
|
||||||
"board": "Bord",
|
"board": "Bord",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "Mijn Kaarten Overzicht",
|
"myCardsViewChange-title": "Mijn Kaarten Overzicht",
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
"act-removeChecklistItem": " as tirat l'element __checklistItem__ de la checklist __checklist__ de la carta __card__ de la tièra __list__ del corredor __swimlane__ del tablèu __board__",
|
"act-removeChecklistItem": " as tirat l'element __checklistItem__ de la checklist __checklist__ de la carta __card__ de la tièra __list__ del corredor __swimlane__ del tablèu __board__",
|
||||||
"act-checkedItem": "as croiat __checklistItem__ de la checklist __checklist__ de la carta __card__ de la tièra __list__ del corredor __swimlane__ del tablèu __board__",
|
"act-checkedItem": "as croiat __checklistItem__ de la checklist __checklist__ de la carta __card__ de la tièra __list__ del corredor __swimlane__ del tablèu __board__",
|
||||||
"act-uncheckedItem": "as descroiar __checklistItem__ de la checklist __checklist__ de la carta __card__ de la tièra __list__ del corredor __swimlane__ del tablèu __board__",
|
"act-uncheckedItem": "as descroiar __checklistItem__ de la checklist __checklist__ de la carta __card__ de la tièra __list__ del corredor __swimlane__ del tablèu __board__",
|
||||||
"act-completeChecklist": "as acabat la checklist__checklist__ de la carta __card__ de la tièra __list__ del corredor __swimlane__ del tablèu __board__",
|
"act-completeChecklist": "as completat la checklist __checklist__ de la carta __card__ de la tièra __list__ del corredor __swimlane__ del tablèu __board__",
|
||||||
"act-uncompleteChecklist": "as rendut incomplet la checklist __checklist__ de la carta __card__ de la tièra __list__ del corredor __swimlane__ del tablèu __board__",
|
"act-uncompleteChecklist": "as rendut incomplet la checklist __checklist__ de la carta __card__ de la tièra __list__ del corredor __swimlane__ del tablèu __board__",
|
||||||
"act-addComment": "as comentat la carta __card__: __comment__ de la tièra __list__ del corredor __swimlane__ del tablèu __board__",
|
"act-addComment": "as comentat la carta __card__: __comment__ de la tièra __list__ del corredor __swimlane__ del tablèu __board__",
|
||||||
"act-editComment": "edited comment on card __card__: __comment__ at list __list__ at swimlane __swimlane__ at board __board__",
|
"act-editComment": "edited comment on card __card__: __comment__ at list __list__ at swimlane __swimlane__ at board __board__",
|
||||||
|
|
@ -27,7 +27,7 @@
|
||||||
"act-setCustomField": "edited custom field __customField__: __customFieldValue__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
|
"act-setCustomField": "edited custom field __customField__: __customFieldValue__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
|
||||||
"act-createList": "as apondut la tièra __list__ al tablèu __board__",
|
"act-createList": "as apondut la tièra __list__ al tablèu __board__",
|
||||||
"act-addBoardMember": "as apondut un participant __member__ al tablèu __board__",
|
"act-addBoardMember": "as apondut un participant __member__ al tablèu __board__",
|
||||||
"act-archivedBoard": "Board __board__ moved to Archive",
|
"act-archivedBoard": "Lo tablèu __board__ es estat desplaçar cap a Archius",
|
||||||
"act-archivedCard": "La carta __card__ de la tièra __list__ del corredor __swimlane__ del tablèu __board__ es estat desplaçar cap a Archiu",
|
"act-archivedCard": "La carta __card__ de la tièra __list__ del corredor __swimlane__ del tablèu __board__ es estat desplaçar cap a Archiu",
|
||||||
"act-archivedList": "La tièra __list__ del corredor __swimlane__ del tablèu __board__ es estat desplaçar cap a Archius",
|
"act-archivedList": "La tièra __list__ del corredor __swimlane__ del tablèu __board__ es estat desplaçar cap a Archius",
|
||||||
"act-archivedSwimlane": "Lo corredor __swimlane__ del tablèu __board__ es estat desplaçar cap a Archius",
|
"act-archivedSwimlane": "Lo corredor __swimlane__ del tablèu __board__ es estat desplaçar cap a Archius",
|
||||||
|
|
@ -110,7 +110,7 @@
|
||||||
"apply": "Aplicar",
|
"apply": "Aplicar",
|
||||||
"app-is-offline": "Cargament, vos cal esperar. Refrescar la pagina vos va far perdre vòstre trabalh. Se lo cargament es tròp long, vos cal agachar se lo servidor es pas blocat/arrestat.",
|
"app-is-offline": "Cargament, vos cal esperar. Refrescar la pagina vos va far perdre vòstre trabalh. Se lo cargament es tròp long, vos cal agachar se lo servidor es pas blocat/arrestat.",
|
||||||
"app-try-reconnect": "Try to reconnect.",
|
"app-try-reconnect": "Try to reconnect.",
|
||||||
"archive": "Desplaçar cap a Archius",
|
"archive": "Archivar",
|
||||||
"archive-all": "Archivar tot",
|
"archive-all": "Archivar tot",
|
||||||
"archive-board": "Archivar lo tablèu",
|
"archive-board": "Archivar lo tablèu",
|
||||||
"archive-card": "Archivar la carta",
|
"archive-card": "Archivar la carta",
|
||||||
|
|
@ -122,7 +122,7 @@
|
||||||
"archived-boards": "Tablèu archivat",
|
"archived-boards": "Tablèu archivat",
|
||||||
"restore-board": "Restaurar lo tablèu",
|
"restore-board": "Restaurar lo tablèu",
|
||||||
"no-archived-boards": "Pas de tablèu archivat.",
|
"no-archived-boards": "Pas de tablèu archivat.",
|
||||||
"archives": "Archius",
|
"archives": "Archivar",
|
||||||
"template": "Modèl",
|
"template": "Modèl",
|
||||||
"templates": "Modèls",
|
"templates": "Modèls",
|
||||||
"template-container": "Template Container",
|
"template-container": "Template Container",
|
||||||
|
|
@ -279,7 +279,7 @@
|
||||||
"unset-color": "pas reglat",
|
"unset-color": "pas reglat",
|
||||||
"comment": "Comentari",
|
"comment": "Comentari",
|
||||||
"comment-placeholder": "Escrire un comentari",
|
"comment-placeholder": "Escrire un comentari",
|
||||||
"comment-only": "Comment only",
|
"comment-only": "Comentari solament",
|
||||||
"comment-only-desc": "Comentari sus las cartas solament.",
|
"comment-only-desc": "Comentari sus las cartas solament.",
|
||||||
"comment-delete": "Are you sure you want to delete the comment?",
|
"comment-delete": "Are you sure you want to delete the comment?",
|
||||||
"deleteCommentPopup-title": "Delete comment?",
|
"deleteCommentPopup-title": "Delete comment?",
|
||||||
|
|
@ -352,7 +352,7 @@
|
||||||
"email-fail-text": "Error per mandar lo corrièl",
|
"email-fail-text": "Error per mandar lo corrièl",
|
||||||
"email-invalid": "L'adreça corrièl es pas valida",
|
"email-invalid": "L'adreça corrièl es pas valida",
|
||||||
"email-invite": "Convidar per corrièl",
|
"email-invite": "Convidar per corrièl",
|
||||||
"email-invite-subject": "__inviter__ vos a mandat un convit",
|
"email-invite-subject": "__inviter__ vos as mandat un convit",
|
||||||
"email-invite-text": "Car __user__,\n\n__inviter__ vos a convidat per jónher lo tablèu \"__board__\".\n\nVos cal clicar sul ligam:\n\n__url__\n\nMercé.",
|
"email-invite-text": "Car __user__,\n\n__inviter__ vos a convidat per jónher lo tablèu \"__board__\".\n\nVos cal clicar sul ligam:\n\n__url__\n\nMercé.",
|
||||||
"email-resetPassword-subject": "Tornar inicializar vòstre mot de Santa-Clara de sit __siteName__",
|
"email-resetPassword-subject": "Tornar inicializar vòstre mot de Santa-Clara de sit __siteName__",
|
||||||
"email-resetPassword-text": "Adieu __user__,\n\nPer tornar inicializar vòstre mot de Santa-Clara vos cal clicar sul ligam :\n\n__url__\n\nMercé.",
|
"email-resetPassword-text": "Adieu __user__,\n\nPer tornar inicializar vòstre mot de Santa-Clara vos cal clicar sul ligam :\n\n__url__\n\nMercé.",
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filtrar la seleccion",
|
"filter-to-selection": "Filtrar la seleccion",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Filtre avançat",
|
"advanced-filter-label": "Filtre avançat",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Nom complet",
|
"fullname": "Nom complet",
|
||||||
"header-logo-title": "Retorn a vòstra pagina de tablèus",
|
"header-logo-title": "Retorn a vòstra pagina de tablèus",
|
||||||
"hide-system-messages": "Amagar los messatges sistèm",
|
"hide-system-messages": "Amagar los messatges sistèm",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Carta",
|
"card": "Carta",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Full Name",
|
"fullname": "Full Name",
|
||||||
"header-logo-title": "Go back to your boards page.",
|
"header-logo-title": "Go back to your boards page.",
|
||||||
"hide-system-messages": "Hide system messages",
|
"hide-system-messages": "Hide system messages",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Card",
|
"card": "Card",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -110,7 +110,7 @@
|
||||||
"apply": "Zastosuj",
|
"apply": "Zastosuj",
|
||||||
"app-is-offline": "Trwa ładowanie, proszę czekać. Odświeżenie strony może spowodować utratę danych. Jeśli strona się nie przeładowuje, upewnij się, że serwer działa poprawnie.",
|
"app-is-offline": "Trwa ładowanie, proszę czekać. Odświeżenie strony może spowodować utratę danych. Jeśli strona się nie przeładowuje, upewnij się, że serwer działa poprawnie.",
|
||||||
"app-try-reconnect": "Spróbuj połączyć się ponownie.",
|
"app-try-reconnect": "Spróbuj połączyć się ponownie.",
|
||||||
"archive": "Zarchiwizuj",
|
"archive": "Przenieś do Archiwum",
|
||||||
"archive-all": "Przenieś wszystko do Archiwum",
|
"archive-all": "Przenieś wszystko do Archiwum",
|
||||||
"archive-board": "Przenieś tablicę do Archiwum",
|
"archive-board": "Przenieś tablicę do Archiwum",
|
||||||
"archive-card": "Przenieś kartę do Archiwum",
|
"archive-card": "Przenieś kartę do Archiwum",
|
||||||
|
|
@ -225,7 +225,7 @@
|
||||||
"cardMembersPopup-title": "Użytkownicy",
|
"cardMembersPopup-title": "Użytkownicy",
|
||||||
"cardMorePopup-title": "Więcej",
|
"cardMorePopup-title": "Więcej",
|
||||||
"cardTemplatePopup-title": "Utwórz szablon",
|
"cardTemplatePopup-title": "Utwórz szablon",
|
||||||
"cards": "kart",
|
"cards": "Karty",
|
||||||
"cards-count": "kart",
|
"cards-count": "kart",
|
||||||
"cards-count-one": "karty",
|
"cards-count-one": "karty",
|
||||||
"casSignIn": "Zaloguj się poprzez CAS",
|
"casSignIn": "Zaloguj się poprzez CAS",
|
||||||
|
|
@ -365,7 +365,7 @@
|
||||||
"error-board-notAMember": "Musisz być użytkownikiem tej tablicy, żeby wykonać tę czynność",
|
"error-board-notAMember": "Musisz być użytkownikiem tej tablicy, żeby wykonać tę czynność",
|
||||||
"error-json-malformed": "Twoja fraza nie jest w formacie JSON",
|
"error-json-malformed": "Twoja fraza nie jest w formacie JSON",
|
||||||
"error-json-schema": "Twoje dane JSON nie zawierają prawidłowych informacji w poprawnym formacie",
|
"error-json-schema": "Twoje dane JSON nie zawierają prawidłowych informacji w poprawnym formacie",
|
||||||
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format ",
|
"error-csv-schema": "Twój plik CSV(plik oddzielony przecinkami)/TSV (plik oddzielony tabulatorami) nie zawiera danych w poprawnym formacie",
|
||||||
"error-list-doesNotExist": "Ta lista nie isnieje",
|
"error-list-doesNotExist": "Ta lista nie isnieje",
|
||||||
"error-user-doesNotExist": "Ten użytkownik nie istnieje",
|
"error-user-doesNotExist": "Ten użytkownik nie istnieje",
|
||||||
"error-user-notAllowSelf": "Nie możesz zaprosić samego siebie",
|
"error-user-notAllowSelf": "Nie możesz zaprosić samego siebie",
|
||||||
|
|
@ -545,7 +545,7 @@
|
||||||
"restore": "Przywróć",
|
"restore": "Przywróć",
|
||||||
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
|
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
|
||||||
"rescue-card-description-dialogue": "Overwrite current card description with your changes?",
|
"rescue-card-description-dialogue": "Overwrite current card description with your changes?",
|
||||||
"card-settings":"Ustawienia kart",
|
"card-settings": "Ustawienia karty",
|
||||||
"save": "Zapisz",
|
"save": "Zapisz",
|
||||||
"search": "Wyszukaj",
|
"search": "Wyszukaj",
|
||||||
"rules": "Reguły",
|
"rules": "Reguły",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "usunięta z",
|
"r-removed-from": "usunięta z",
|
||||||
"r-the-board": "na tablicy",
|
"r-the-board": "na tablicy",
|
||||||
"r-list": "listy",
|
"r-list": "listy",
|
||||||
|
"list": "Lista",
|
||||||
"set-filter": "Ustaw filtr",
|
"set-filter": "Ustaw filtr",
|
||||||
"r-moved-to": "przenoszona do",
|
"r-moved-to": "przenoszona do",
|
||||||
"r-moved-from": "przenoszona z",
|
"r-moved-from": "przenoszona z",
|
||||||
|
|
@ -832,7 +833,7 @@
|
||||||
"r-items-list": "element1,element2,element3",
|
"r-items-list": "element1,element2,element3",
|
||||||
"r-add-swimlane": "Dodaj ścieżkę",
|
"r-add-swimlane": "Dodaj ścieżkę",
|
||||||
"r-swimlane-name": "Nazwa ścieżki",
|
"r-swimlane-name": "Nazwa ścieżki",
|
||||||
"r-board-note": "Note: leave a field empty to match every possible value. ",
|
"r-board-note": "Uwaga: pozostaw pole puste, aby każda wartość była brana pod uwagę.",
|
||||||
"r-checklist-note": "Uwaga: elementy czeklisty muszą być oddzielone przecinkami.",
|
"r-checklist-note": "Uwaga: elementy czeklisty muszą być oddzielone przecinkami.",
|
||||||
"r-when-a-card-is-moved": "Gdy karta jest przenoszona do innej listy",
|
"r-when-a-card-is-moved": "Gdy karta jest przenoszona do innej listy",
|
||||||
"r-set": "Ustaw",
|
"r-set": "Ustaw",
|
||||||
|
|
@ -863,9 +864,9 @@
|
||||||
"oidc-button-text": "Własny tekst przycisku OIDC",
|
"oidc-button-text": "Własny tekst przycisku OIDC",
|
||||||
"default-authentication-method": "Domyślna metoda logowania",
|
"default-authentication-method": "Domyślna metoda logowania",
|
||||||
"duplicate-board": "Duplikuj tablicę",
|
"duplicate-board": "Duplikuj tablicę",
|
||||||
"org-number": "The number of organizations is: ",
|
"org-number": "Liczba organizacji:",
|
||||||
"team-number": "The number of teams is: ",
|
"team-number": "Liczba zespołów:",
|
||||||
"people-number": "The number of people is: ",
|
"people-number": "Liczba użytkowników to:",
|
||||||
"swimlaneDeletePopup-title": "Usunąć ścieżkę?",
|
"swimlaneDeletePopup-title": "Usunąć ścieżkę?",
|
||||||
"swimlane-delete-pop": "Wszystkie zdarzenia dotyczące tej ścieżki zostaną usunięte z historii aktywności. Tej operacji nie można cofnąć. Usunięcie jest nieodwracalne.",
|
"swimlane-delete-pop": "Wszystkie zdarzenia dotyczące tej ścieżki zostaną usunięte z historii aktywności. Tej operacji nie można cofnąć. Usunięcie jest nieodwracalne.",
|
||||||
"restore-all": "Przywróć wszystkie",
|
"restore-all": "Przywróć wszystkie",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Osoba",
|
"person": "Osoba",
|
||||||
"my-cards": "Moje karty",
|
"my-cards": "Moje karty",
|
||||||
"card": "karty",
|
"card": "karty",
|
||||||
"list": "Lista",
|
|
||||||
"board": "Tablica",
|
"board": "Tablica",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
@ -1076,7 +1076,7 @@
|
||||||
"label-names": "Nazwy etykiet",
|
"label-names": "Nazwy etykiet",
|
||||||
"archived-at": "zarchiwizowana",
|
"archived-at": "zarchiwizowana",
|
||||||
"sort-cards": "Sortuj karty",
|
"sort-cards": "Sortuj karty",
|
||||||
"cardsSortPopup-title": "Sortuj karty",
|
"cardsSortPopup-title": "Sortuj karty według",
|
||||||
"due-date": "terminu wykonania",
|
"due-date": "terminu wykonania",
|
||||||
"server-error": "Błąd serwera",
|
"server-error": "Błąd serwera",
|
||||||
"server-error-troubleshooting": "Uprzejmie proszę o przesłanie treści tego błędu serwera z logu.\nDla wersji snap uruchom: `sudo snap logs wekan.wekan`\nDla wersji Docker uruchom: `sudo docker logs wekan-app`",
|
"server-error-troubleshooting": "Uprzejmie proszę o przesłanie treści tego błędu serwera z logu.\nDla wersji snap uruchom: `sudo snap logs wekan.wekan`\nDla wersji Docker uruchom: `sudo docker logs wekan-app`",
|
||||||
|
|
@ -1099,7 +1099,7 @@
|
||||||
"boardsReportTitle": "Boards Report",
|
"boardsReportTitle": "Boards Report",
|
||||||
"cardsReportTitle": "Cards Report",
|
"cardsReportTitle": "Cards Report",
|
||||||
"copy-swimlane": "Skopiuj ścieżkę",
|
"copy-swimlane": "Skopiuj ścieżkę",
|
||||||
"copySwimlanePopup-title": "Skopiuj ścieżkę",
|
"copySwimlanePopup-title": "Kopiowanie ścieżki",
|
||||||
"display-card-creator": "Wyświetlaj autora karty",
|
"display-card-creator": "Wyświetlaj autora karty",
|
||||||
"wait-spinner": "Animowany wskaźnik postępu",
|
"wait-spinner": "Animowany wskaźnik postępu",
|
||||||
"Bounce": "Odbijanie",
|
"Bounce": "Odbijanie",
|
||||||
|
|
|
||||||
|
|
@ -37,9 +37,9 @@
|
||||||
"act-joinMember": "dodał użytkownika __member__ do karty __card__ na liście __list__ na ścieżce __swimlane__ na tablicy __board__",
|
"act-joinMember": "dodał użytkownika __member__ do karty __card__ na liście __list__ na ścieżce __swimlane__ na tablicy __board__",
|
||||||
"act-moveCard": "przeniósł kartę __card__ na tablicy __board__ z listy __oldList__ na ścieżce __oldSwimlane__ na listę __list__ na ścieżce __swimlane__",
|
"act-moveCard": "przeniósł kartę __card__ na tablicy __board__ z listy __oldList__ na ścieżce __oldSwimlane__ na listę __list__ na ścieżce __swimlane__",
|
||||||
"act-moveCardToOtherBoard": "przeniósł kartę __card__ z listy __oldList__ na ścieżce __oldSwimlane__ na tablicy __oldBoard__ do listy __listy__ na ścieżce __swimlane__ na tablicy __board__",
|
"act-moveCardToOtherBoard": "przeniósł kartę __card__ z listy __oldList__ na ścieżce __oldSwimlane__ na tablicy __oldBoard__ do listy __listy__ na ścieżce __swimlane__ na tablicy __board__",
|
||||||
"act-removeBoardMember": "removed member __member__ from board __board__",
|
"act-removeBoardMember": "usunął użytkownika __member__ z tablicy __board__",
|
||||||
"act-restoredCard": "przywrócił(a) kartę __card__ na listę __list__ na ścieżce __swimlane__ na tablicy __board__",
|
"act-restoredCard": "przywrócił(a) kartę __card__ na listę __list__ na ścieżce __swimlane__ na tablicy __board__",
|
||||||
"act-unjoinMember": "removed member __member__ from card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
|
"act-unjoinMember": "usunął użytkownika __member__ z karty __card__ na liście __list__ na ścieżce __swimlane__ na tablicy __board__",
|
||||||
"act-withBoardTitle": "__board__",
|
"act-withBoardTitle": "__board__",
|
||||||
"act-withCardTitle": "[__board__] __card__",
|
"act-withCardTitle": "[__board__] __card__",
|
||||||
"actions": "Reakcje",
|
"actions": "Reakcje",
|
||||||
|
|
@ -56,10 +56,10 @@
|
||||||
"activity-joined": "dodał się do %s",
|
"activity-joined": "dodał się do %s",
|
||||||
"activity-moved": "przeniósł %s z %s do %s",
|
"activity-moved": "przeniósł %s z %s do %s",
|
||||||
"activity-on": "w %s",
|
"activity-on": "w %s",
|
||||||
"activity-removed": "removed %s from %s",
|
"activity-removed": "usunięto %s z %s",
|
||||||
"activity-sent": "wysłano %s z %s",
|
"activity-sent": "wysłano %s z %s",
|
||||||
"activity-unjoined": "odłączył się od %s",
|
"activity-unjoined": "odłączył się od %s",
|
||||||
"activity-subtask-added": "added subtask to %s",
|
"activity-subtask-added": "dodano podzadanie do %s",
|
||||||
"activity-checked-item": "zaznaczył %s w czekliście %s w %s",
|
"activity-checked-item": "zaznaczył %s w czekliście %s w %s",
|
||||||
"activity-unchecked-item": "odznaczył %s w czekliście %s w %s",
|
"activity-unchecked-item": "odznaczył %s w czekliście %s w %s",
|
||||||
"activity-checklist-added": "dodał czeklistę do %s",
|
"activity-checklist-added": "dodał czeklistę do %s",
|
||||||
|
|
@ -74,7 +74,7 @@
|
||||||
"activity-checklist-completed-card": "wykonał(a) wszystkie elementy z czeklisty __checklist__ na karcie __card__ na liście __list__ na ścieżce __swimlane__ na tablicy __board__",
|
"activity-checklist-completed-card": "wykonał(a) wszystkie elementy z czeklisty __checklist__ na karcie __card__ na liście __list__ na ścieżce __swimlane__ na tablicy __board__",
|
||||||
"activity-checklist-uncompleted-card": "wycofano ukończenie czeklisty %s",
|
"activity-checklist-uncompleted-card": "wycofano ukończenie czeklisty %s",
|
||||||
"activity-editComment": "edytował(a) komentarz %s",
|
"activity-editComment": "edytował(a) komentarz %s",
|
||||||
"activity-deleteComment": "deleted comment %s",
|
"activity-deleteComment": "usunął komentarz %s",
|
||||||
"activity-receivedDate": "zmienił datę otrzymania na %s z %s",
|
"activity-receivedDate": "zmienił datę otrzymania na %s z %s",
|
||||||
"activity-startDate": "zmienił datę rozpoczęcia na %s z %s",
|
"activity-startDate": "zmienił datę rozpoczęcia na %s z %s",
|
||||||
"activity-dueDate": "zmienił datę wykonania na %s z %s",
|
"activity-dueDate": "zmienił datę wykonania na %s z %s",
|
||||||
|
|
@ -110,7 +110,7 @@
|
||||||
"apply": "Zastosuj",
|
"apply": "Zastosuj",
|
||||||
"app-is-offline": "Trwa ładowanie, proszę czekać. Odświeżenie strony może spowodować utratę danych. Jeśli strona się nie przeładowuje, upewnij się, że serwer działa poprawnie.",
|
"app-is-offline": "Trwa ładowanie, proszę czekać. Odświeżenie strony może spowodować utratę danych. Jeśli strona się nie przeładowuje, upewnij się, że serwer działa poprawnie.",
|
||||||
"app-try-reconnect": "Spróbuj połączyć się ponownie.",
|
"app-try-reconnect": "Spróbuj połączyć się ponownie.",
|
||||||
"archive": "Zarchiwizuj",
|
"archive": "Przenieś do Archiwum",
|
||||||
"archive-all": "Przenieś wszystko do Archiwum",
|
"archive-all": "Przenieś wszystko do Archiwum",
|
||||||
"archive-board": "Przenieś tablicę do Archiwum",
|
"archive-board": "Przenieś tablicę do Archiwum",
|
||||||
"archive-card": "Przenieś kartę do Archiwum",
|
"archive-card": "Przenieś kartę do Archiwum",
|
||||||
|
|
@ -173,7 +173,7 @@
|
||||||
"card-archive-suggest-cancel": "Możesz później przywrócić kartę z Archiwum.",
|
"card-archive-suggest-cancel": "Możesz później przywrócić kartę z Archiwum.",
|
||||||
"card-due": "Data wykonania",
|
"card-due": "Data wykonania",
|
||||||
"card-due-on": "Data wykonania",
|
"card-due-on": "Data wykonania",
|
||||||
"card-spent": "Spent Time",
|
"card-spent": "Czas pracy",
|
||||||
"card-edit-attachments": "Edytuj załączniki",
|
"card-edit-attachments": "Edytuj załączniki",
|
||||||
"card-edit-custom-fields": "Edytuj niestandardowe pola",
|
"card-edit-custom-fields": "Edytuj niestandardowe pola",
|
||||||
"card-edit-labels": "Edytuj etykiety",
|
"card-edit-labels": "Edytuj etykiety",
|
||||||
|
|
@ -225,8 +225,8 @@
|
||||||
"cardMembersPopup-title": "Użytkownicy",
|
"cardMembersPopup-title": "Użytkownicy",
|
||||||
"cardMorePopup-title": "Więcej",
|
"cardMorePopup-title": "Więcej",
|
||||||
"cardTemplatePopup-title": "Utwórz szablon",
|
"cardTemplatePopup-title": "Utwórz szablon",
|
||||||
"cards": "Cards",
|
"cards": "Karty",
|
||||||
"cards-count": "Cards",
|
"cards-count": "kart",
|
||||||
"cards-count-one": "karty",
|
"cards-count-one": "karty",
|
||||||
"casSignIn": "Zaloguj się poprzez CAS",
|
"casSignIn": "Zaloguj się poprzez CAS",
|
||||||
"cardType-card": "karty",
|
"cardType-card": "karty",
|
||||||
|
|
@ -365,7 +365,7 @@
|
||||||
"error-board-notAMember": "Musisz być użytkownikiem tej tablicy, żeby wykonać tę czynność",
|
"error-board-notAMember": "Musisz być użytkownikiem tej tablicy, żeby wykonać tę czynność",
|
||||||
"error-json-malformed": "Twoja fraza nie jest w formacie JSON",
|
"error-json-malformed": "Twoja fraza nie jest w formacie JSON",
|
||||||
"error-json-schema": "Twoje dane JSON nie zawierają prawidłowych informacji w poprawnym formacie",
|
"error-json-schema": "Twoje dane JSON nie zawierają prawidłowych informacji w poprawnym formacie",
|
||||||
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format ",
|
"error-csv-schema": "Twój plik CSV(plik oddzielony przecinkami)/TSV (plik oddzielony tabulatorami) nie zawiera danych w poprawnym formacie",
|
||||||
"error-list-doesNotExist": "Ta lista nie isnieje",
|
"error-list-doesNotExist": "Ta lista nie isnieje",
|
||||||
"error-user-doesNotExist": "Ten użytkownik nie istnieje",
|
"error-user-doesNotExist": "Ten użytkownik nie istnieje",
|
||||||
"error-user-notAllowSelf": "Nie możesz zaprosić samego siebie",
|
"error-user-notAllowSelf": "Nie możesz zaprosić samego siebie",
|
||||||
|
|
@ -545,7 +545,7 @@
|
||||||
"restore": "Przywróć",
|
"restore": "Przywróć",
|
||||||
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
|
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
|
||||||
"rescue-card-description-dialogue": "Overwrite current card description with your changes?",
|
"rescue-card-description-dialogue": "Overwrite current card description with your changes?",
|
||||||
"card-settings":"Ustawienia kart",
|
"card-settings": "Ustawienia karty",
|
||||||
"save": "Zapisz",
|
"save": "Zapisz",
|
||||||
"search": "Wyszukaj",
|
"search": "Wyszukaj",
|
||||||
"rules": "Reguły",
|
"rules": "Reguły",
|
||||||
|
|
@ -578,7 +578,7 @@
|
||||||
"this-card": "ta karta",
|
"this-card": "ta karta",
|
||||||
"spent-time-hours": "Czas pracy (h)",
|
"spent-time-hours": "Czas pracy (h)",
|
||||||
"overtime-hours": "Nadgodziny (h)",
|
"overtime-hours": "Nadgodziny (h)",
|
||||||
"overtime": "Overtime",
|
"overtime": "Nadgodziny",
|
||||||
"has-overtime-cards": "Ma karty z wykazanymi nadgodzinami",
|
"has-overtime-cards": "Ma karty z wykazanymi nadgodzinami",
|
||||||
"has-spenttime-cards": "Ma karty z wykazanym czasem pracy",
|
"has-spenttime-cards": "Ma karty z wykazanym czasem pracy",
|
||||||
"time": "Czas",
|
"time": "Czas",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "usunięta z",
|
"r-removed-from": "usunięta z",
|
||||||
"r-the-board": "na tablicy",
|
"r-the-board": "na tablicy",
|
||||||
"r-list": "listy",
|
"r-list": "listy",
|
||||||
|
"list": "Lista",
|
||||||
"set-filter": "Ustaw filtr",
|
"set-filter": "Ustaw filtr",
|
||||||
"r-moved-to": "przenoszona do",
|
"r-moved-to": "przenoszona do",
|
||||||
"r-moved-from": "przenoszona z",
|
"r-moved-from": "przenoszona z",
|
||||||
|
|
@ -832,7 +833,7 @@
|
||||||
"r-items-list": "element1,element2,element3",
|
"r-items-list": "element1,element2,element3",
|
||||||
"r-add-swimlane": "Dodaj ścieżkę",
|
"r-add-swimlane": "Dodaj ścieżkę",
|
||||||
"r-swimlane-name": "Nazwa ścieżki",
|
"r-swimlane-name": "Nazwa ścieżki",
|
||||||
"r-board-note": "Note: leave a field empty to match every possible value. ",
|
"r-board-note": "Uwaga: pozostaw pole puste, aby każda wartość była brana pod uwagę.",
|
||||||
"r-checklist-note": "Uwaga: elementy czeklisty muszą być oddzielone przecinkami.",
|
"r-checklist-note": "Uwaga: elementy czeklisty muszą być oddzielone przecinkami.",
|
||||||
"r-when-a-card-is-moved": "Gdy karta jest przenoszona do innej listy",
|
"r-when-a-card-is-moved": "Gdy karta jest przenoszona do innej listy",
|
||||||
"r-set": "Ustaw",
|
"r-set": "Ustaw",
|
||||||
|
|
@ -863,9 +864,9 @@
|
||||||
"oidc-button-text": "Własny tekst przycisku OIDC",
|
"oidc-button-text": "Własny tekst przycisku OIDC",
|
||||||
"default-authentication-method": "Domyślna metoda logowania",
|
"default-authentication-method": "Domyślna metoda logowania",
|
||||||
"duplicate-board": "Duplikuj tablicę",
|
"duplicate-board": "Duplikuj tablicę",
|
||||||
"org-number": "The number of organizations is: ",
|
"org-number": "Liczba organizacji:",
|
||||||
"team-number": "The number of teams is: ",
|
"team-number": "Liczba zespołów:",
|
||||||
"people-number": "The number of people is: ",
|
"people-number": "Liczba użytkowników to:",
|
||||||
"swimlaneDeletePopup-title": "Usunąć ścieżkę?",
|
"swimlaneDeletePopup-title": "Usunąć ścieżkę?",
|
||||||
"swimlane-delete-pop": "Wszystkie zdarzenia dotyczące tej ścieżki zostaną usunięte z historii aktywności. Tej operacji nie można cofnąć. Usunięcie jest nieodwracalne.",
|
"swimlane-delete-pop": "Wszystkie zdarzenia dotyczące tej ścieżki zostaną usunięte z historii aktywności. Tej operacji nie można cofnąć. Usunięcie jest nieodwracalne.",
|
||||||
"restore-all": "Przywróć wszystkie",
|
"restore-all": "Przywróć wszystkie",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Osoba",
|
"person": "Osoba",
|
||||||
"my-cards": "Moje karty",
|
"my-cards": "Moje karty",
|
||||||
"card": "karty",
|
"card": "karty",
|
||||||
"list": "Lista",
|
|
||||||
"board": "Tablica",
|
"board": "Tablica",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
@ -1075,7 +1075,7 @@
|
||||||
"label-colors": "Kolory etykiet",
|
"label-colors": "Kolory etykiet",
|
||||||
"label-names": "Nazwy etykiet",
|
"label-names": "Nazwy etykiet",
|
||||||
"archived-at": "zarchiwizowana",
|
"archived-at": "zarchiwizowana",
|
||||||
"sort-cards": "Sortuj karty według",
|
"sort-cards": "Sortuj karty",
|
||||||
"cardsSortPopup-title": "Sortuj karty według",
|
"cardsSortPopup-title": "Sortuj karty według",
|
||||||
"due-date": "terminu wykonania",
|
"due-date": "terminu wykonania",
|
||||||
"server-error": "Błąd serwera",
|
"server-error": "Błąd serwera",
|
||||||
|
|
@ -1098,7 +1098,7 @@
|
||||||
"rulesReportTitle": "Wykaz reguł",
|
"rulesReportTitle": "Wykaz reguł",
|
||||||
"boardsReportTitle": "Boards Report",
|
"boardsReportTitle": "Boards Report",
|
||||||
"cardsReportTitle": "Cards Report",
|
"cardsReportTitle": "Cards Report",
|
||||||
"copy-swimlane": "Kopiowanie ścieżki",
|
"copy-swimlane": "Skopiuj ścieżkę",
|
||||||
"copySwimlanePopup-title": "Kopiowanie ścieżki",
|
"copySwimlanePopup-title": "Kopiowanie ścieżki",
|
||||||
"display-card-creator": "Wyświetlaj autora karty",
|
"display-card-creator": "Wyświetlaj autora karty",
|
||||||
"wait-spinner": "Animowany wskaźnik postępu",
|
"wait-spinner": "Animowany wskaźnik postępu",
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
"act-completeChecklist": "completada a lista de verificação __checklist__ no cartão __card__ na lista __list__ em raia __swimlane__ no quadro __board__",
|
"act-completeChecklist": "completada a lista de verificação __checklist__ no cartão __card__ na lista __list__ em raia __swimlane__ no quadro __board__",
|
||||||
"act-uncompleteChecklist": "lista de verificação incompleta __checklist__ no cartão __card__ na lista __list__ em raia __swimlane__ no quadro __board__",
|
"act-uncompleteChecklist": "lista de verificação incompleta __checklist__ no cartão __card__ na lista __list__ em raia __swimlane__ no quadro __board__",
|
||||||
"act-addComment": "comentou no cartão __card__: __comment__ na lista __list__ em raia __swimlane__ no quadro __board__",
|
"act-addComment": "comentou no cartão __card__: __comment__ na lista __list__ em raia __swimlane__ no quadro __board__",
|
||||||
"act-editComment": "edited comment on card __card__: __comment__ at list __list__ at swimlane __swimlane__ at board __board__",
|
"act-editComment": "editado comentário no cartão __card__: __comment__ da lista __list__ da raia __swimlane__ do quadro __board__",
|
||||||
"act-deleteComment": "excluído comentário no cartão __card__: __comment__ da lista __list__ da raia __swimlane__ do quadro __board__",
|
"act-deleteComment": "excluído comentário no cartão __card__: __comment__ da lista __list__ da raia __swimlane__ do quadro __board__",
|
||||||
"act-createBoard": "criado quadro__board__",
|
"act-createBoard": "criado quadro__board__",
|
||||||
"act-createSwimlane": "criada a raia __swimlane__ no quadro __board__",
|
"act-createSwimlane": "criada a raia __swimlane__ no quadro __board__",
|
||||||
|
|
@ -110,7 +110,7 @@
|
||||||
"apply": "Aplicar",
|
"apply": "Aplicar",
|
||||||
"app-is-offline": "Carregando, por favor espere. Atualizar a página causará perda de dados. Se a carga não funcionar, por favor verifique se o servidor não caiu.",
|
"app-is-offline": "Carregando, por favor espere. Atualizar a página causará perda de dados. Se a carga não funcionar, por favor verifique se o servidor não caiu.",
|
||||||
"app-try-reconnect": "Tentar reconectar",
|
"app-try-reconnect": "Tentar reconectar",
|
||||||
"archive": "Mover para Arquivo morto",
|
"archive": "Mover para o Arquivo morto",
|
||||||
"archive-all": "Mover Tudo para o Arquivo morto",
|
"archive-all": "Mover Tudo para o Arquivo morto",
|
||||||
"archive-board": "Mover Quadro para o Arquivo morto",
|
"archive-board": "Mover Quadro para o Arquivo morto",
|
||||||
"archive-card": "Mover Cartão para o Arquivo morto",
|
"archive-card": "Mover Cartão para o Arquivo morto",
|
||||||
|
|
@ -118,7 +118,7 @@
|
||||||
"archive-swimlane": "Mover Raia para Arquivo morto",
|
"archive-swimlane": "Mover Raia para Arquivo morto",
|
||||||
"archive-selection": "Mover seleção para o Arquivo morto",
|
"archive-selection": "Mover seleção para o Arquivo morto",
|
||||||
"archiveBoardPopup-title": "Mover Quadro para o Arquivo morto?",
|
"archiveBoardPopup-title": "Mover Quadro para o Arquivo morto?",
|
||||||
"archived-items": "Arquivos morto",
|
"archived-items": "Arquivo morto",
|
||||||
"archived-boards": "Quadros no Arquivo morto",
|
"archived-boards": "Quadros no Arquivo morto",
|
||||||
"restore-board": "Restaurar Quadro",
|
"restore-board": "Restaurar Quadro",
|
||||||
"no-archived-boards": "Sem Quadros no Arquivo morto.",
|
"no-archived-boards": "Sem Quadros no Arquivo morto.",
|
||||||
|
|
@ -236,7 +236,7 @@
|
||||||
"change-avatar": "Alterar Avatar",
|
"change-avatar": "Alterar Avatar",
|
||||||
"change-password": "Alterar Senha",
|
"change-password": "Alterar Senha",
|
||||||
"change-permissions": "Alterar permissões",
|
"change-permissions": "Alterar permissões",
|
||||||
"change-settings": "Alterar configurações",
|
"change-settings": "Altera configurações",
|
||||||
"changeAvatarPopup-title": "Alterar Avatar",
|
"changeAvatarPopup-title": "Alterar Avatar",
|
||||||
"changeLanguagePopup-title": "Alterar Idioma",
|
"changeLanguagePopup-title": "Alterar Idioma",
|
||||||
"changePasswordPopup-title": "Alterar Senha",
|
"changePasswordPopup-title": "Alterar Senha",
|
||||||
|
|
@ -365,7 +365,7 @@
|
||||||
"error-board-notAMember": "Você precisa ser um membro desse quadro para fazer isto",
|
"error-board-notAMember": "Você precisa ser um membro desse quadro para fazer isto",
|
||||||
"error-json-malformed": "Seu texto não é um JSON válido",
|
"error-json-malformed": "Seu texto não é um JSON válido",
|
||||||
"error-json-schema": "Seu JSON não inclui as informações no formato correto",
|
"error-json-schema": "Seu JSON não inclui as informações no formato correto",
|
||||||
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format ",
|
"error-csv-schema": "Seu CSV(Comma Separated Values)/TSV (Tab Separated Values) não inclui a informação adequada no formato correto",
|
||||||
"error-list-doesNotExist": "Esta lista não existe",
|
"error-list-doesNotExist": "Esta lista não existe",
|
||||||
"error-user-doesNotExist": "Este usuário não existe",
|
"error-user-doesNotExist": "Este usuário não existe",
|
||||||
"error-user-notAllowSelf": "Você não pode convidar a si mesmo",
|
"error-user-notAllowSelf": "Você não pode convidar a si mesmo",
|
||||||
|
|
@ -433,7 +433,7 @@
|
||||||
"link": "Ligação",
|
"link": "Ligação",
|
||||||
"import-board": "importar quadro",
|
"import-board": "importar quadro",
|
||||||
"import-board-c": "Importar quadro",
|
"import-board-c": "Importar quadro",
|
||||||
"import-board-title-trello": "Import board from Trello",
|
"import-board-title-trello": "Importar quadro do Trello",
|
||||||
"import-board-title-wekan": "Importar quadro a partir de exportação prévia",
|
"import-board-title-wekan": "Importar quadro a partir de exportação prévia",
|
||||||
"import-board-title-csv": "Importar quadro de CSV/TSV",
|
"import-board-title-csv": "Importar quadro de CSV/TSV",
|
||||||
"from-trello": "Do Trello",
|
"from-trello": "Do Trello",
|
||||||
|
|
@ -491,7 +491,7 @@
|
||||||
"log-out": "Sair",
|
"log-out": "Sair",
|
||||||
"log-in": "Entrar",
|
"log-in": "Entrar",
|
||||||
"loginPopup-title": "Entrar",
|
"loginPopup-title": "Entrar",
|
||||||
"memberMenuPopup-title": "Configurações de Membro",
|
"memberMenuPopup-title": "Configuração de Membros",
|
||||||
"members": "Membros",
|
"members": "Membros",
|
||||||
"menu": "Menu",
|
"menu": "Menu",
|
||||||
"move-selection": "Mover seleção",
|
"move-selection": "Mover seleção",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removido de",
|
"r-removed-from": "Removido de",
|
||||||
"r-the-board": "o quadro",
|
"r-the-board": "o quadro",
|
||||||
"r-list": "lista",
|
"r-list": "lista",
|
||||||
|
"list": "Lista",
|
||||||
"set-filter": "Inserir Filtro",
|
"set-filter": "Inserir Filtro",
|
||||||
"r-moved-to": "Movido para",
|
"r-moved-to": "Movido para",
|
||||||
"r-moved-from": "Movido de",
|
"r-moved-from": "Movido de",
|
||||||
|
|
@ -832,7 +833,7 @@
|
||||||
"r-items-list": "item1,item2,item3",
|
"r-items-list": "item1,item2,item3",
|
||||||
"r-add-swimlane": "Adicionar raia",
|
"r-add-swimlane": "Adicionar raia",
|
||||||
"r-swimlane-name": "Nome da raia",
|
"r-swimlane-name": "Nome da raia",
|
||||||
"r-board-note": "Note: leave a field empty to match every possible value. ",
|
"r-board-note": "Nota: deixe o campo vazio para corresponder à todos os valores possíveis",
|
||||||
"r-checklist-note": "Nota: itens de Checklists devem ser escritos separados por vírgulas",
|
"r-checklist-note": "Nota: itens de Checklists devem ser escritos separados por vírgulas",
|
||||||
"r-when-a-card-is-moved": "Quando um cartão é movido de outra lista",
|
"r-when-a-card-is-moved": "Quando um cartão é movido de outra lista",
|
||||||
"r-set": "Definir",
|
"r-set": "Definir",
|
||||||
|
|
@ -863,9 +864,9 @@
|
||||||
"oidc-button-text": "Personalizar o texto do botão OIDC",
|
"oidc-button-text": "Personalizar o texto do botão OIDC",
|
||||||
"default-authentication-method": "Método de Autenticação Padrão",
|
"default-authentication-method": "Método de Autenticação Padrão",
|
||||||
"duplicate-board": "Duplicar Quadro",
|
"duplicate-board": "Duplicar Quadro",
|
||||||
"org-number": "The number of organizations is: ",
|
"org-number": "O número de organizações é:",
|
||||||
"team-number": "The number of teams is: ",
|
"team-number": "O número de times é:",
|
||||||
"people-number": "The number of people is: ",
|
"people-number": "O número de pessoas é:",
|
||||||
"swimlaneDeletePopup-title": "Excluir Raia?",
|
"swimlaneDeletePopup-title": "Excluir Raia?",
|
||||||
"swimlane-delete-pop": "Todas as ações serão excluídas da lista de atividades e você não poderá recuperar a raia. Não há como desfazer.",
|
"swimlane-delete-pop": "Todas as ações serão excluídas da lista de atividades e você não poderá recuperar a raia. Não há como desfazer.",
|
||||||
"restore-all": "Restaurar tudo",
|
"restore-all": "Restaurar tudo",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Pessoa",
|
"person": "Pessoa",
|
||||||
"my-cards": "Meus Cartões",
|
"my-cards": "Meus Cartões",
|
||||||
"card": "Cartão",
|
"card": "Cartão",
|
||||||
"list": "Lista",
|
|
||||||
"board": "Quadro",
|
"board": "Quadro",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "Visão de Meus Cartões",
|
"myCardsViewChange-title": "Visão de Meus Cartões",
|
||||||
|
|
|
||||||
|
|
@ -53,7 +53,7 @@
|
||||||
"activity-excluded": "excluiu %s de %s",
|
"activity-excluded": "excluiu %s de %s",
|
||||||
"activity-imported": "importou %s para %s de %s",
|
"activity-imported": "importou %s para %s de %s",
|
||||||
"activity-imported-board": "importou %s de %s",
|
"activity-imported-board": "importou %s de %s",
|
||||||
"activity-joined": "joined %s",
|
"activity-joined": "juntou-se a %s",
|
||||||
"activity-moved": "moveu %s de %s para %s",
|
"activity-moved": "moveu %s de %s para %s",
|
||||||
"activity-on": "em %s",
|
"activity-on": "em %s",
|
||||||
"activity-removed": "removeu %s de %s",
|
"activity-removed": "removeu %s de %s",
|
||||||
|
|
@ -68,7 +68,7 @@
|
||||||
"activity-checklist-uncompleted": "descompletou a lista de verificação %s de %s",
|
"activity-checklist-uncompleted": "descompletou a lista de verificação %s de %s",
|
||||||
"activity-checklist-item-added": "adicionou o item a '%s' em %s",
|
"activity-checklist-item-added": "adicionou o item a '%s' em %s",
|
||||||
"activity-checklist-item-removed": "removeu o item de '%s' na %s",
|
"activity-checklist-item-removed": "removeu o item de '%s' na %s",
|
||||||
"add": "Add",
|
"add": "Adicionar",
|
||||||
"activity-checked-item-card": "marcou %s na lista de verificação %s",
|
"activity-checked-item-card": "marcou %s na lista de verificação %s",
|
||||||
"activity-unchecked-item-card": "desmarcou %s na lista de verificação %s",
|
"activity-unchecked-item-card": "desmarcou %s na lista de verificação %s",
|
||||||
"activity-checklist-completed-card": "completou a lista de verificação __checklist__ no cartão __card__ na lista __list__ na pista __swimlane__ no quadro __board__",
|
"activity-checklist-completed-card": "completou a lista de verificação __checklist__ no cartão __card__ na lista __list__ na pista __swimlane__ no quadro __board__",
|
||||||
|
|
@ -79,14 +79,14 @@
|
||||||
"activity-startDate": "editou a data de início para %s de %s",
|
"activity-startDate": "editou a data de início para %s de %s",
|
||||||
"activity-dueDate": "editou a data limite para %s de %s",
|
"activity-dueDate": "editou a data limite para %s de %s",
|
||||||
"activity-endDate": "editou a data de fim para %s de %s",
|
"activity-endDate": "editou a data de fim para %s de %s",
|
||||||
"add-attachment": "Add Attachment",
|
"add-attachment": "Adicionar Anexo",
|
||||||
"add-board": "Adicionar Quadro",
|
"add-board": "Adicionar Quadro",
|
||||||
"add-template": "Adicionar Modelo",
|
"add-template": "Adicionar Modelo",
|
||||||
"add-card": "Adicionar Cartão",
|
"add-card": "Adicionar Cartão",
|
||||||
"add-card-to-top-of-list": "Adicionar Cartão no Topo da Lista",
|
"add-card-to-top-of-list": "Adicionar Cartão no Topo da Lista",
|
||||||
"add-card-to-bottom-of-list": "Adicionar Cartão no Fundo da Lista",
|
"add-card-to-bottom-of-list": "Adicionar Cartão no Fundo da Lista",
|
||||||
"add-swimlane": "Adicionar Pista",
|
"add-swimlane": "Adicionar Pista",
|
||||||
"add-subtask": "Add Subtask",
|
"add-subtask": "Adicionar Sub-tarefa",
|
||||||
"add-checklist": "Adicionar Lista de Verificação",
|
"add-checklist": "Adicionar Lista de Verificação",
|
||||||
"add-checklist-item": "Adicionar um item à lista de verificação",
|
"add-checklist-item": "Adicionar um item à lista de verificação",
|
||||||
"close-add-checklist-item": "Close add an item to checklist form",
|
"close-add-checklist-item": "Close add an item to checklist form",
|
||||||
|
|
@ -96,7 +96,7 @@
|
||||||
"add-label": "Adicionar Etiqueta",
|
"add-label": "Adicionar Etiqueta",
|
||||||
"add-list": "Adicionar Lista",
|
"add-list": "Adicionar Lista",
|
||||||
"add-members": "Adicionar Membros",
|
"add-members": "Adicionar Membros",
|
||||||
"added": "Added",
|
"added": "Adicionado",
|
||||||
"addMemberPopup-title": "Membros",
|
"addMemberPopup-title": "Membros",
|
||||||
"memberPopup-title": "Configuração dos Membros",
|
"memberPopup-title": "Configuração dos Membros",
|
||||||
"admin": "Administrador",
|
"admin": "Administrador",
|
||||||
|
|
@ -365,7 +365,7 @@
|
||||||
"error-board-notAMember": "Precisa de ser um membro deste quadro para fazer isso",
|
"error-board-notAMember": "Precisa de ser um membro deste quadro para fazer isso",
|
||||||
"error-json-malformed": "O seu texto não é um JSON válido",
|
"error-json-malformed": "O seu texto não é um JSON válido",
|
||||||
"error-json-schema": "O seu JSON não inclui as informações apropriadas no formato correto",
|
"error-json-schema": "O seu JSON não inclui as informações apropriadas no formato correto",
|
||||||
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format ",
|
"error-csv-schema": "O seu CSV(Comma Separated Values)/TSV (Tab Separated Values) não inclui a informação apropriada no formato correto",
|
||||||
"error-list-doesNotExist": "Esta lista não existe",
|
"error-list-doesNotExist": "Esta lista não existe",
|
||||||
"error-user-doesNotExist": "Este utilizador não existe",
|
"error-user-doesNotExist": "Este utilizador não existe",
|
||||||
"error-user-notAllowSelf": "Não se pode convidar a si mesmo",
|
"error-user-notAllowSelf": "Não se pode convidar a si mesmo",
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filtrar esta selecção",
|
"filter-to-selection": "Filtrar esta selecção",
|
||||||
"other-filters-label": "Outros filtros",
|
"other-filters-label": "Outros filtros",
|
||||||
"advanced-filter-label": "Filtro Avançado",
|
"advanced-filter-label": "Filtro Avançado",
|
||||||
"advanced-filter-description": "Filtro Avançado permite escrever uma "string" contendo os seguintes operadores: == != <= >= && || ( ). Um espaço é usado como separador entre Operadores. Pode filtrar em todos os Campos Personalizados escreventos os seus nomes e valores. Por Exemplo: Campo1 == Valor1. Nota: Se os campos ou valores contiverem espaços, tem de os encapsular em apóstrofes. Por Exemplo: 'Campo 1' == 'Valor 1'. Para que caracteres de controlo únicos (' \/) sejam ignorados, pode usar \. Por exemplo: Campo1 == I\'m. Pode também combinar múltiplas condições. Por Exemplo: F1 == V1 || F1 == V2. Normalmente todos os operadores são interpretados da esquerda para a direita. Pode alterar a ordem inserindo parênteses. Por Exemplo: F1 == V1 && ( F2 == V2 || F2 == V3 ). Pode também procurar em campos de texto utilizando uma expressão regular: F1 == /Tes.*/i",
|
"advanced-filter-description": "Filtro Avançado permite escrever uma \"string\" contendo os seguintes operadores: == != <= >= && || ( ). Um espaço é usado como separador entre Operadores. Pode filtrar em todos os Campos Personalizados escreventos os seus nomes e valores. Por Exemplo: Campo1 == Valor1. Nota: Se os campos ou valores contiverem espaços, tem de os encapsular em apóstrofes. Por Exemplo: 'Campo 1' == 'Valor 1'. Para que caracteres de controlo únicos (' \\/) sejam ignorados, pode usar \\. Por exemplo: Campo1 == I\\'m. Pode também combinar múltiplas condições. Por Exemplo: F1 == V1 || F1 == V2. Normalmente todos os operadores são interpretados da esquerda para a direita. Pode alterar a ordem inserindo parênteses. Por Exemplo: F1 == V1 && ( F2 == V2 || F2 == V3 ). Pode também procurar em campos de texto utilizando uma expressão regular: F1 == /Tes.*/i",
|
||||||
"fullname": "Nome Completo",
|
"fullname": "Nome Completo",
|
||||||
"header-logo-title": "Voltar para a sua lista de quadros.",
|
"header-logo-title": "Voltar para a sua lista de quadros.",
|
||||||
"hide-system-messages": "Esconder mensagens de sistema",
|
"hide-system-messages": "Esconder mensagens de sistema",
|
||||||
|
|
@ -532,7 +532,7 @@
|
||||||
"public": "Público",
|
"public": "Público",
|
||||||
"public-desc": "Este quadro é público. Está visível para qualquer pessoa com a ligação e será exibido em motores de busca como o Google. Apenas os membros do quadro o podem editar.",
|
"public-desc": "Este quadro é público. Está visível para qualquer pessoa com a ligação e será exibido em motores de busca como o Google. Apenas os membros do quadro o podem editar.",
|
||||||
"quick-access-description": "Clique na estrela de um quadro para adicionar um atalho nesta barra.",
|
"quick-access-description": "Clique na estrela de um quadro para adicionar um atalho nesta barra.",
|
||||||
"remove-cover": "Remove Cover",
|
"remove-cover": "Remover Capa",
|
||||||
"remove-from-board": "Remover do Quadro",
|
"remove-from-board": "Remover do Quadro",
|
||||||
"remove-label": "Remover Etiqueta",
|
"remove-label": "Remover Etiqueta",
|
||||||
"listDeletePopup-title": "Apagar Lista ?",
|
"listDeletePopup-title": "Apagar Lista ?",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removido de",
|
"r-removed-from": "Removido de",
|
||||||
"r-the-board": "o quadro",
|
"r-the-board": "o quadro",
|
||||||
"r-list": "lista",
|
"r-list": "lista",
|
||||||
|
"list": "Lista",
|
||||||
"set-filter": "Definir Filtro",
|
"set-filter": "Definir Filtro",
|
||||||
"r-moved-to": "Movido para",
|
"r-moved-to": "Movido para",
|
||||||
"r-moved-from": "Movido de",
|
"r-moved-from": "Movido de",
|
||||||
|
|
@ -782,7 +783,7 @@
|
||||||
"r-archive": "Mover para o Arquivo",
|
"r-archive": "Mover para o Arquivo",
|
||||||
"r-unarchive": "Restaurar do Arquivo",
|
"r-unarchive": "Restaurar do Arquivo",
|
||||||
"r-card": "cartão",
|
"r-card": "cartão",
|
||||||
"r-add": "Add",
|
"r-add": "Novo",
|
||||||
"r-remove": "Remover",
|
"r-remove": "Remover",
|
||||||
"r-label": "etiqueta",
|
"r-label": "etiqueta",
|
||||||
"r-member": "membro",
|
"r-member": "membro",
|
||||||
|
|
@ -832,7 +833,7 @@
|
||||||
"r-items-list": "item1,item2,item3",
|
"r-items-list": "item1,item2,item3",
|
||||||
"r-add-swimlane": "Adicionar pista",
|
"r-add-swimlane": "Adicionar pista",
|
||||||
"r-swimlane-name": "nome da pista",
|
"r-swimlane-name": "nome da pista",
|
||||||
"r-board-note": "Note: leave a field empty to match every possible value. ",
|
"r-board-note": "Nota: deixe o campo vazio para corresponder a todos os valores possíveis.",
|
||||||
"r-checklist-note": "Nota: itens de listas de verificação devem ser escritos separados por vírgulas.",
|
"r-checklist-note": "Nota: itens de listas de verificação devem ser escritos separados por vírgulas.",
|
||||||
"r-when-a-card-is-moved": "Quando um cartão é movido de outra lista",
|
"r-when-a-card-is-moved": "Quando um cartão é movido de outra lista",
|
||||||
"r-set": "Definir",
|
"r-set": "Definir",
|
||||||
|
|
@ -863,9 +864,9 @@
|
||||||
"oidc-button-text": "Customize the OIDC button text",
|
"oidc-button-text": "Customize the OIDC button text",
|
||||||
"default-authentication-method": "Método de Autenticação por Omissão",
|
"default-authentication-method": "Método de Autenticação por Omissão",
|
||||||
"duplicate-board": "Duplicar Quadro",
|
"duplicate-board": "Duplicar Quadro",
|
||||||
"org-number": "The number of organizations is: ",
|
"org-number": "O número de organizações é:",
|
||||||
"team-number": "The number of teams is: ",
|
"team-number": "O número de equipas é:",
|
||||||
"people-number": "The number of people is: ",
|
"people-number": "O número de pessoas é:",
|
||||||
"swimlaneDeletePopup-title": "Apagar Pista ?",
|
"swimlaneDeletePopup-title": "Apagar Pista ?",
|
||||||
"swimlane-delete-pop": "Todas as acções serão removidas do feed de atividade e não será possível recuperar a pista. Não é reversível.",
|
"swimlane-delete-pop": "Todas as acções serão removidas do feed de atividade e não será possível recuperar a pista. Não é reversível.",
|
||||||
"restore-all": "Restaurar todos",
|
"restore-all": "Restaurar todos",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Pessoa",
|
"person": "Pessoa",
|
||||||
"my-cards": "Meus Cartões",
|
"my-cards": "Meus Cartões",
|
||||||
"card": "Cartão",
|
"card": "Cartão",
|
||||||
"list": "Lista",
|
|
||||||
"board": "Quadro",
|
"board": "Quadro",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
|
|
@ -122,7 +122,7 @@
|
||||||
"archived-boards": "Boards in Archive",
|
"archived-boards": "Boards in Archive",
|
||||||
"restore-board": "Restore Board",
|
"restore-board": "Restore Board",
|
||||||
"no-archived-boards": "No Boards in Archive.",
|
"no-archived-boards": "No Boards in Archive.",
|
||||||
"archives": "Arhivă",
|
"archives": "Archive",
|
||||||
"template": "Template",
|
"template": "Template",
|
||||||
"templates": "Templates",
|
"templates": "Templates",
|
||||||
"template-container": "Template Container",
|
"template-container": "Template Container",
|
||||||
|
|
@ -222,7 +222,7 @@
|
||||||
"cardArchivePopup-title": "Archive Card?",
|
"cardArchivePopup-title": "Archive Card?",
|
||||||
"cardDetailsActionsPopup-title": "Card Actions",
|
"cardDetailsActionsPopup-title": "Card Actions",
|
||||||
"cardLabelsPopup-title": "Labels",
|
"cardLabelsPopup-title": "Labels",
|
||||||
"cardMembersPopup-title": "Membrii",
|
"cardMembersPopup-title": "Members",
|
||||||
"cardMorePopup-title": "More",
|
"cardMorePopup-title": "More",
|
||||||
"cardTemplatePopup-title": "Create template",
|
"cardTemplatePopup-title": "Create template",
|
||||||
"cards": "Cards",
|
"cards": "Cards",
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Full Name",
|
"fullname": "Full Name",
|
||||||
"header-logo-title": "Go back to your boards page.",
|
"header-logo-title": "Go back to your boards page.",
|
||||||
"hide-system-messages": "Hide system messages",
|
"hide-system-messages": "Hide system messages",
|
||||||
|
|
@ -492,7 +492,7 @@
|
||||||
"log-in": "Log In",
|
"log-in": "Log In",
|
||||||
"loginPopup-title": "Log In",
|
"loginPopup-title": "Log In",
|
||||||
"memberMenuPopup-title": "Member Settings",
|
"memberMenuPopup-title": "Member Settings",
|
||||||
"members": "Membrii",
|
"members": "Members",
|
||||||
"menu": "Meniu",
|
"menu": "Meniu",
|
||||||
"move-selection": "Move selection",
|
"move-selection": "Move selection",
|
||||||
"moveCardPopup-title": "Move Card",
|
"moveCardPopup-title": "Move Card",
|
||||||
|
|
@ -541,7 +541,7 @@
|
||||||
"remove-member-pop": "Remove __name__ (__username__) from __boardTitle__? The member will be removed from all cards on this board. They will receive a notification.",
|
"remove-member-pop": "Remove __name__ (__username__) from __boardTitle__? The member will be removed from all cards on this board. They will receive a notification.",
|
||||||
"removeMemberPopup-title": "Remove Member?",
|
"removeMemberPopup-title": "Remove Member?",
|
||||||
"rename": "Rename",
|
"rename": "Rename",
|
||||||
"rename-board": "Redenumește Tabla",
|
"rename-board": "Rename Board",
|
||||||
"restore": "Restore",
|
"restore": "Restore",
|
||||||
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
|
"rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
|
||||||
"rescue-card-description-dialogue": "Overwrite current card description with your changes?",
|
"rescue-card-description-dialogue": "Overwrite current card description with your changes?",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -782,7 +783,7 @@
|
||||||
"r-archive": "Move to Archive",
|
"r-archive": "Move to Archive",
|
||||||
"r-unarchive": "Restore from Archive",
|
"r-unarchive": "Restore from Archive",
|
||||||
"r-card": "card",
|
"r-card": "card",
|
||||||
"r-add": "Adaugă",
|
"r-add": "Add",
|
||||||
"r-remove": "Remove",
|
"r-remove": "Remove",
|
||||||
"r-label": "label",
|
"r-label": "label",
|
||||||
"r-member": "member",
|
"r-member": "member",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Card",
|
"card": "Card",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Full Name",
|
"fullname": "Full Name",
|
||||||
"header-logo-title": "Go back to your boards page.",
|
"header-logo-title": "Go back to your boards page.",
|
||||||
"hide-system-messages": "Hide system messages",
|
"hide-system-messages": "Hide system messages",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Card",
|
"card": "Card",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
"act-removeChecklistItem": "удалил пункт __checklistItem__ из контрольного списка __checkList__ в карточке __card__ в списке __list__ на дорожке __swimlane__ доски __board__",
|
"act-removeChecklistItem": "удалил пункт __checklistItem__ из контрольного списка __checkList__ в карточке __card__ в списке __list__ на дорожке __swimlane__ доски __board__",
|
||||||
"act-checkedItem": "отметил __checklistItem__ в контрольном списке __checklist__ в карточке __card__ в списке __list__ на дорожке __swimlane__ доски __board__",
|
"act-checkedItem": "отметил __checklistItem__ в контрольном списке __checklist__ в карточке __card__ в списке __list__ на дорожке __swimlane__ доски __board__",
|
||||||
"act-uncheckedItem": "снял __checklistItem__ в контрольном списке __checklist__ в карточке __card__ в списке __list__ на дорожке __swimlane__ доски __board__",
|
"act-uncheckedItem": "снял __checklistItem__ в контрольном списке __checklist__ в карточке __card__ в списке __list__ на дорожке __swimlane__ доски __board__",
|
||||||
"act-completeChecklist": "завершил контрольный список __checklist__ в карточку __card__ в списке __list__ на дорожке __swimlane__ доски __board__",
|
"act-completeChecklist": "завершил контрольный список __checklist__ в карточке __card__ в списке __list__ на дорожке __swimlane__ доски __board__",
|
||||||
"act-uncompleteChecklist": "вновь открыл контрольный список __checklist__ в карточке __card__ в списке __list__ на дорожке __swimlane__ доски __board__",
|
"act-uncompleteChecklist": "вновь открыл контрольный список __checklist__ в карточке __card__ в списке __list__ на дорожке __swimlane__ доски __board__",
|
||||||
"act-addComment": "написал в карточке __card__: __comment__ в списке __list__ на дорожке __swimlane__ доски __board__",
|
"act-addComment": "написал в карточке __card__: __comment__ в списке __list__ на дорожке __swimlane__ доски __board__",
|
||||||
"act-editComment": "изменил комментарий в карточке __card__: __comment__ в списке __list__ на дорожке __swimlane__ доски __board__",
|
"act-editComment": "изменил комментарий в карточке __card__: __comment__ в списке __list__ на дорожке __swimlane__ доски __board__",
|
||||||
|
|
@ -184,7 +184,7 @@
|
||||||
"card-start-on": "Начнётся с",
|
"card-start-on": "Начнётся с",
|
||||||
"cardAttachmentsPopup-title": "Прикрепить из",
|
"cardAttachmentsPopup-title": "Прикрепить из",
|
||||||
"cardCustomField-datePopup-title": "Изменить дату",
|
"cardCustomField-datePopup-title": "Изменить дату",
|
||||||
"cardCustomFieldsPopup-title": "Редактировать настраиваемые поля",
|
"cardCustomFieldsPopup-title": "редактировать настраиваемые поля",
|
||||||
"cardStartVotingPopup-title": "Голосовать",
|
"cardStartVotingPopup-title": "Голосовать",
|
||||||
"positiveVoteMembersPopup-title": "Сторонники",
|
"positiveVoteMembersPopup-title": "Сторонники",
|
||||||
"negativeVoteMembersPopup-title": "Противники",
|
"negativeVoteMembersPopup-title": "Противники",
|
||||||
|
|
@ -236,7 +236,7 @@
|
||||||
"change-avatar": "Изменить аватар",
|
"change-avatar": "Изменить аватар",
|
||||||
"change-password": "Изменить пароль",
|
"change-password": "Изменить пароль",
|
||||||
"change-permissions": "Изменить права доступа",
|
"change-permissions": "Изменить права доступа",
|
||||||
"change-settings": "Изменить Настройки",
|
"change-settings": "Изменить настройки",
|
||||||
"changeAvatarPopup-title": "Изменить аватар",
|
"changeAvatarPopup-title": "Изменить аватар",
|
||||||
"changeLanguagePopup-title": "Сменить язык",
|
"changeLanguagePopup-title": "Сменить язык",
|
||||||
"changePasswordPopup-title": "Изменить пароль",
|
"changePasswordPopup-title": "Изменить пароль",
|
||||||
|
|
@ -344,7 +344,7 @@
|
||||||
"editCardSpentTimePopup-title": "Изменить затраченное время",
|
"editCardSpentTimePopup-title": "Изменить затраченное время",
|
||||||
"editLabelPopup-title": "Изменить метки",
|
"editLabelPopup-title": "Изменить метки",
|
||||||
"editNotificationPopup-title": "Редактировать уведомления",
|
"editNotificationPopup-title": "Редактировать уведомления",
|
||||||
"editProfilePopup-title": "Изменить профиль",
|
"editProfilePopup-title": "Редактировать профиль",
|
||||||
"email": "Эл.почта",
|
"email": "Эл.почта",
|
||||||
"email-enrollAccount-subject": "Аккаунт создан для вас здесь __url__",
|
"email-enrollAccount-subject": "Аккаунт создан для вас здесь __url__",
|
||||||
"email-enrollAccount-text": "Привет __user__,\n\nДля того, чтобы начать использовать сервис, просто нажми на ссылку ниже.\n\n__url__\n\nСпасибо.",
|
"email-enrollAccount-text": "Привет __user__,\n\nДля того, чтобы начать использовать сервис, просто нажми на ссылку ниже.\n\n__url__\n\nСпасибо.",
|
||||||
|
|
@ -365,7 +365,7 @@
|
||||||
"error-board-notAMember": "Вы должны быть участником доски, чтобы сделать это",
|
"error-board-notAMember": "Вы должны быть участником доски, чтобы сделать это",
|
||||||
"error-json-malformed": "Ваше текст не является правильным JSON",
|
"error-json-malformed": "Ваше текст не является правильным JSON",
|
||||||
"error-json-schema": "Содержимое вашего JSON не содержит информацию в корректном формате",
|
"error-json-schema": "Содержимое вашего JSON не содержит информацию в корректном формате",
|
||||||
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format ",
|
"error-csv-schema": "Ваши данные CSV (с разделителями запятой)/TSV (с разделителями табулятором) не содержат информации в корректном формате",
|
||||||
"error-list-doesNotExist": "Список не найден",
|
"error-list-doesNotExist": "Список не найден",
|
||||||
"error-user-doesNotExist": "Пользователь не найден",
|
"error-user-doesNotExist": "Пользователь не найден",
|
||||||
"error-user-notAllowSelf": "Вы не можете пригласить себя",
|
"error-user-notAllowSelf": "Вы не можете пригласить себя",
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
"other-filters-label": "Другие фильтры",
|
"other-filters-label": "Другие фильтры",
|
||||||
"advanced-filter-label": "Расширенный фильтр",
|
"advanced-filter-label": "Расширенный фильтр",
|
||||||
"advanced-filter-description": "Расширенный фильтр позволяет написать строку, содержащую следующие операторы: == != <= >= && || ( ) Пробел используется как разделитель между операторами. Можно фильтровать все настраиваемые поля, вводя их имена и значения. Например: Поле1 == Значение1. Примечание. Если поля или значения содержат пробелы, нужно взять их в одинарные кавычки. Например: 'Поле 1' == 'Значение 1'. Для одиночных управляющих символов (' \/), которые нужно пропустить, следует использовать \. Например: Field1 = I\'m. Также можно комбинировать несколько условий. Например: F1 == V1 || F1 == V2. Обычно все операторы интерпретируются слева направо, но можно изменить порядок, разместив скобки. Например: F1 == V1 && (F2 == V2 || F2 == V3). Также можно искать текстовые поля с помощью регулярных выражений: F1 == /Tes.*/i",
|
"advanced-filter-description": "Расширенный фильтр позволяет написать строку, содержащую следующие операторы: == != <= >= && || ( ) Пробел используется как разделитель между операторами. Можно фильтровать все настраиваемые поля, вводя их имена и значения. Например: Поле1 == Значение1. Примечание. Если поля или значения содержат пробелы, нужно взять их в одинарные кавычки. Например: 'Поле 1' == 'Значение 1'. Для одиночных управляющих символов (' \\/), которые нужно пропустить, следует использовать \\. Например: Field1 = I\\'m. Также можно комбинировать несколько условий. Например: F1 == V1 || F1 == V2. Обычно все операторы интерпретируются слева направо, но можно изменить порядок, разместив скобки. Например: F1 == V1 && (F2 == V2 || F2 == V3). Также можно искать текстовые поля с помощью регулярных выражений: F1 == /Tes.*/i",
|
||||||
"fullname": "Полное имя",
|
"fullname": "Полное имя",
|
||||||
"header-logo-title": "Вернуться к доскам.",
|
"header-logo-title": "Вернуться к доскам.",
|
||||||
"hide-system-messages": "Скрыть системные сообщения",
|
"hide-system-messages": "Скрыть системные сообщения",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Покидает",
|
"r-removed-from": "Покидает",
|
||||||
"r-the-board": "доску",
|
"r-the-board": "доску",
|
||||||
"r-list": "список",
|
"r-list": "список",
|
||||||
|
"list": "Список",
|
||||||
"set-filter": "Установить фильтр",
|
"set-filter": "Установить фильтр",
|
||||||
"r-moved-to": "Перемещается в",
|
"r-moved-to": "Перемещается в",
|
||||||
"r-moved-from": "Покидает",
|
"r-moved-from": "Покидает",
|
||||||
|
|
@ -832,7 +833,7 @@
|
||||||
"r-items-list": "пункт1,пункт2,пункт3",
|
"r-items-list": "пункт1,пункт2,пункт3",
|
||||||
"r-add-swimlane": "Добавить дорожку",
|
"r-add-swimlane": "Добавить дорожку",
|
||||||
"r-swimlane-name": "имя",
|
"r-swimlane-name": "имя",
|
||||||
"r-board-note": "Note: leave a field empty to match every possible value. ",
|
"r-board-note": "Примечание: пустое поле соответствует любым возможным значениям.",
|
||||||
"r-checklist-note": "Примечание: пункты контрольных списков при перечислении разделяются запятыми.",
|
"r-checklist-note": "Примечание: пункты контрольных списков при перечислении разделяются запятыми.",
|
||||||
"r-when-a-card-is-moved": "Когда карточка перемещена в другой список",
|
"r-when-a-card-is-moved": "Когда карточка перемещена в другой список",
|
||||||
"r-set": "Установить",
|
"r-set": "Установить",
|
||||||
|
|
@ -863,9 +864,9 @@
|
||||||
"oidc-button-text": "Изменить текст кнопки OIDC",
|
"oidc-button-text": "Изменить текст кнопки OIDC",
|
||||||
"default-authentication-method": "Способ авторизации по умолчанию",
|
"default-authentication-method": "Способ авторизации по умолчанию",
|
||||||
"duplicate-board": "Клонировать доску",
|
"duplicate-board": "Клонировать доску",
|
||||||
"org-number": "The number of organizations is: ",
|
"org-number": "Количество организаций:",
|
||||||
"team-number": "The number of teams is: ",
|
"team-number": "Количество команд:",
|
||||||
"people-number": "The number of people is: ",
|
"people-number": "Количество человек:",
|
||||||
"swimlaneDeletePopup-title": "Удалить дорожку?",
|
"swimlaneDeletePopup-title": "Удалить дорожку?",
|
||||||
"swimlane-delete-pop": "Все действия будут удалены из ленты активности участников, и вы не сможете восстановить дорожку. Данное действие необратимо.",
|
"swimlane-delete-pop": "Все действия будут удалены из ленты активности участников, и вы не сможете восстановить дорожку. Данное действие необратимо.",
|
||||||
"restore-all": "Восстановить все",
|
"restore-all": "Восстановить все",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Представитель",
|
"person": "Представитель",
|
||||||
"my-cards": "Мои карточки",
|
"my-cards": "Мои карточки",
|
||||||
"card": "Карточка",
|
"card": "Карточка",
|
||||||
"list": "Список",
|
|
||||||
"board": "Доска",
|
"board": "Доска",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
"act-createBoard": "создал доску __board__",
|
"act-createBoard": "создал доску __board__",
|
||||||
"act-createSwimlane": "создал дорожку __swimlane__ на доске __board__",
|
"act-createSwimlane": "создал дорожку __swimlane__ на доске __board__",
|
||||||
"act-createCard": "создал карточку __card__ в списке __list__ на дорожке __swimlane__ доски __board__",
|
"act-createCard": "создал карточку __card__ в списке __list__ на дорожке __swimlane__ доски __board__",
|
||||||
"act-createCustomField": "создал новое поле __customField__ на доске __board__",
|
"act-createCustomField": "создал новое поле __customField__ на доске __board__\n",
|
||||||
"act-deleteCustomField": "удалил поле __customField__ с доски __board__",
|
"act-deleteCustomField": "удалил поле __customField__ с доски __board__",
|
||||||
"act-setCustomField": "изменил значение поля __customField__: __customFieldValue__ в карточке __card__ в списке __list__ на дорожке __swimlane__ доски __board__",
|
"act-setCustomField": "изменил значение поля __customField__: __customFieldValue__ в карточке __card__ в списке __list__ на дорожке __swimlane__ доски __board__",
|
||||||
"act-createList": "добавил список __list__ на доску __board__",
|
"act-createList": "добавил список __list__ на доску __board__",
|
||||||
|
|
@ -64,14 +64,14 @@
|
||||||
"activity-unchecked-item": "снял %s в контрольном списке %s в %s",
|
"activity-unchecked-item": "снял %s в контрольном списке %s в %s",
|
||||||
"activity-checklist-added": "добавил контрольный список в %s",
|
"activity-checklist-added": "добавил контрольный список в %s",
|
||||||
"activity-checklist-removed": "удалил контрольный список из %s",
|
"activity-checklist-removed": "удалил контрольный список из %s",
|
||||||
"activity-checklist-completed": "completed checklist %s of %s",
|
"activity-checklist-completed": "завершил контрольный список %s в %s",
|
||||||
"activity-checklist-uncompleted": "вновь открыл контрольный список %s в %s",
|
"activity-checklist-uncompleted": "вновь открыл контрольный список %s в %s",
|
||||||
"activity-checklist-item-added": "добавил пункт в контрольный список '%s' в карточке %s",
|
"activity-checklist-item-added": "добавил пункт в контрольный список '%s' в карточке %s",
|
||||||
"activity-checklist-item-removed": "удалил пункт из контрольного списка '%s' в карточке %s",
|
"activity-checklist-item-removed": "удалил пункт из контрольного списка '%s' в карточке %s",
|
||||||
"add": "Создать",
|
"add": "Создать",
|
||||||
"activity-checked-item-card": "отметил %s в контрольном списке %s",
|
"activity-checked-item-card": "отметил %s в контрольном списке %s",
|
||||||
"activity-unchecked-item-card": "снял %s в контрольном списке %s",
|
"activity-unchecked-item-card": "снял %s в контрольном списке %s",
|
||||||
"activity-checklist-completed-card": "завершил контрольный список __checklist__ в карточке __card__ в списке __list__ на дорожке __swimlane__ доски __board__",
|
"activity-checklist-completed-card": "завершил контрольный список __checklist__ в карточку __card__ в списке __list__ на дорожке __swimlane__ доски __board__",
|
||||||
"activity-checklist-uncompleted-card": "вновь открыл контрольный список %s",
|
"activity-checklist-uncompleted-card": "вновь открыл контрольный список %s",
|
||||||
"activity-editComment": "отредактировал комментарий %s",
|
"activity-editComment": "отредактировал комментарий %s",
|
||||||
"activity-deleteComment": "удалил комментарий %s",
|
"activity-deleteComment": "удалил комментарий %s",
|
||||||
|
|
@ -153,9 +153,9 @@
|
||||||
"boardChangeVisibilityPopup-title": "Изменить настройки видимости",
|
"boardChangeVisibilityPopup-title": "Изменить настройки видимости",
|
||||||
"boardChangeWatchPopup-title": "Режимы оповещения",
|
"boardChangeWatchPopup-title": "Режимы оповещения",
|
||||||
"boardMenuPopup-title": "Настройки доски",
|
"boardMenuPopup-title": "Настройки доски",
|
||||||
"boardChangeViewPopup-title": "Board View",
|
"boardChangeViewPopup-title": "Вид доски",
|
||||||
"boards": "Доски",
|
"boards": "Доски",
|
||||||
"board-view": "Board View",
|
"board-view": "Вид доски",
|
||||||
"board-view-cal": "Календарь",
|
"board-view-cal": "Календарь",
|
||||||
"board-view-swimlanes": "Дорожки",
|
"board-view-swimlanes": "Дорожки",
|
||||||
"board-view-collapse": "Свернуть",
|
"board-view-collapse": "Свернуть",
|
||||||
|
|
@ -175,7 +175,7 @@
|
||||||
"card-due-on": "Выполнить до",
|
"card-due-on": "Выполнить до",
|
||||||
"card-spent": "Затраченное время",
|
"card-spent": "Затраченное время",
|
||||||
"card-edit-attachments": "Изменить вложения",
|
"card-edit-attachments": "Изменить вложения",
|
||||||
"card-edit-custom-fields": "редактировать настраиваемые поля",
|
"card-edit-custom-fields": "Редактировать настраиваемые поля",
|
||||||
"card-edit-labels": "Изменить метку",
|
"card-edit-labels": "Изменить метку",
|
||||||
"card-edit-members": "Изменить участников",
|
"card-edit-members": "Изменить участников",
|
||||||
"card-labels-title": "Изменить метки для этой карточки.",
|
"card-labels-title": "Изменить метки для этой карточки.",
|
||||||
|
|
@ -241,7 +241,7 @@
|
||||||
"changeLanguagePopup-title": "Сменить язык",
|
"changeLanguagePopup-title": "Сменить язык",
|
||||||
"changePasswordPopup-title": "Изменить пароль",
|
"changePasswordPopup-title": "Изменить пароль",
|
||||||
"changePermissionsPopup-title": "Изменить настройки доступа",
|
"changePermissionsPopup-title": "Изменить настройки доступа",
|
||||||
"changeSettingsPopup-title": "Изменить настройки",
|
"changeSettingsPopup-title": "Изменить Настройки",
|
||||||
"subtasks": "Подзадачи",
|
"subtasks": "Подзадачи",
|
||||||
"checklists": "Контрольные списки",
|
"checklists": "Контрольные списки",
|
||||||
"click-to-star": "Добавить в «Избранное»",
|
"click-to-star": "Добавить в «Избранное»",
|
||||||
|
|
@ -328,13 +328,13 @@
|
||||||
"deleteLabelPopup-title": "Удалить метку?",
|
"deleteLabelPopup-title": "Удалить метку?",
|
||||||
"description": "Описание",
|
"description": "Описание",
|
||||||
"disambiguateMultiLabelPopup-title": "Разрешить конфликт меток",
|
"disambiguateMultiLabelPopup-title": "Разрешить конфликт меток",
|
||||||
"disambiguateMultiMemberPopup-title": "Disambiguate Member Action",
|
"disambiguateMultiMemberPopup-title": "Разрешить конфликт участников",
|
||||||
"discard": "Отказать",
|
"discard": "Отказать",
|
||||||
"done": "Готово",
|
"done": "Готово",
|
||||||
"download": "Скачать",
|
"download": "Скачать",
|
||||||
"edit": "Редактировать",
|
"edit": "Редактировать",
|
||||||
"edit-avatar": "Изменить аватар",
|
"edit-avatar": "Изменить аватар",
|
||||||
"edit-profile": "Редактировать профиль",
|
"edit-profile": "Изменить профиль",
|
||||||
"edit-wip-limit": "Изменить лимит на кол-во задач",
|
"edit-wip-limit": "Изменить лимит на кол-во задач",
|
||||||
"soft-wip-limit": "Мягкий лимит",
|
"soft-wip-limit": "Мягкий лимит",
|
||||||
"editCardStartDatePopup-title": "Изменить дату начала",
|
"editCardStartDatePopup-title": "Изменить дату начала",
|
||||||
|
|
@ -365,7 +365,7 @@
|
||||||
"error-board-notAMember": "Вы должны быть участником доски, чтобы сделать это",
|
"error-board-notAMember": "Вы должны быть участником доски, чтобы сделать это",
|
||||||
"error-json-malformed": "Ваше текст не является правильным JSON",
|
"error-json-malformed": "Ваше текст не является правильным JSON",
|
||||||
"error-json-schema": "Содержимое вашего JSON не содержит информацию в корректном формате",
|
"error-json-schema": "Содержимое вашего JSON не содержит информацию в корректном формате",
|
||||||
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format ",
|
"error-csv-schema": "Ваши данные CSV (с разделителями запятой)/TSV (с разделителями табулятором) не содержат информации в корректном формате",
|
||||||
"error-list-doesNotExist": "Список не найден",
|
"error-list-doesNotExist": "Список не найден",
|
||||||
"error-user-doesNotExist": "Пользователь не найден",
|
"error-user-doesNotExist": "Пользователь не найден",
|
||||||
"error-user-notAllowSelf": "Вы не можете пригласить себя",
|
"error-user-notAllowSelf": "Вы не можете пригласить себя",
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
"other-filters-label": "Другие фильтры",
|
"other-filters-label": "Другие фильтры",
|
||||||
"advanced-filter-label": "Расширенный фильтр",
|
"advanced-filter-label": "Расширенный фильтр",
|
||||||
"advanced-filter-description": "Расширенный фильтр позволяет написать строку, содержащую следующие операторы: == != <= >= && || ( ) Пробел используется как разделитель между операторами. Можно фильтровать все настраиваемые поля, вводя их имена и значения. Например: Поле1 == Значение1. Примечание. Если поля или значения содержат пробелы, нужно взять их в одинарные кавычки. Например: 'Поле 1' == 'Значение 1'. Для одиночных управляющих символов (' \/), которые нужно пропустить, следует использовать \. Например: Field1 = I\'m. Также можно комбинировать несколько условий. Например: F1 == V1 || F1 == V2. Обычно все операторы интерпретируются слева направо, но можно изменить порядок, разместив скобки. Например: F1 == V1 && (F2 == V2 || F2 == V3). Также можно искать текстовые поля с помощью регулярных выражений: F1 == /Tes.*/i",
|
"advanced-filter-description": "Расширенный фильтр позволяет написать строку, содержащую следующие операторы: == != <= >= && || ( ) Пробел используется как разделитель между операторами. Можно фильтровать все настраиваемые поля, вводя их имена и значения. Например: Поле1 == Значение1. Примечание. Если поля или значения содержат пробелы, нужно взять их в одинарные кавычки. Например: 'Поле 1' == 'Значение 1'. Для одиночных управляющих символов (' \\/), которые нужно пропустить, следует использовать \\. Например: Field1 = I\\'m. Также можно комбинировать несколько условий. Например: F1 == V1 || F1 == V2. Обычно все операторы интерпретируются слева направо, но можно изменить порядок, разместив скобки. Например: F1 == V1 && (F2 == V2 || F2 == V3). Также можно искать текстовые поля с помощью регулярных выражений: F1 == /Tes.*/i",
|
||||||
"fullname": "Полное имя",
|
"fullname": "Полное имя",
|
||||||
"header-logo-title": "Вернуться к доскам.",
|
"header-logo-title": "Вернуться к доскам.",
|
||||||
"hide-system-messages": "Скрыть системные сообщения",
|
"hide-system-messages": "Скрыть системные сообщения",
|
||||||
|
|
@ -467,7 +467,7 @@
|
||||||
"last-admin-desc": "Вы не можете изменять роли, для этого требуются права администратора.",
|
"last-admin-desc": "Вы не можете изменять роли, для этого требуются права администратора.",
|
||||||
"leave-board": "Покинуть доску",
|
"leave-board": "Покинуть доску",
|
||||||
"leave-board-pop": "Вы уверенны, что хотите покинуть __boardTitle__? Вы будете удалены из всех карточек на этой доске.",
|
"leave-board-pop": "Вы уверенны, что хотите покинуть __boardTitle__? Вы будете удалены из всех карточек на этой доске.",
|
||||||
"leaveBoardPopup-title": "Leave Board ?",
|
"leaveBoardPopup-title": "Покинуть доску?",
|
||||||
"link-card": "Доступна по ссылке",
|
"link-card": "Доступна по ссылке",
|
||||||
"list-archive-cards": "Переместить все карточки в этом списке в Архив",
|
"list-archive-cards": "Переместить все карточки в этом списке в Архив",
|
||||||
"list-archive-cards-pop": "Это действие удалит все карточки из этого списка с доски. Чтобы просмотреть карточки в Архиве и вернуть их на доску, нажмите “Меню” > “Архив”.",
|
"list-archive-cards-pop": "Это действие удалит все карточки из этого списка с доски. Чтобы просмотреть карточки в Архиве и вернуть их на доску, нажмите “Меню” > “Архив”.",
|
||||||
|
|
@ -662,7 +662,7 @@
|
||||||
"MongoDB_version": "Версия MongoDB",
|
"MongoDB_version": "Версия MongoDB",
|
||||||
"MongoDB_storage_engine": "Движок хранилища MongoDB",
|
"MongoDB_storage_engine": "Движок хранилища MongoDB",
|
||||||
"MongoDB_Oplog_enabled": "MongoDB Oplog включен",
|
"MongoDB_Oplog_enabled": "MongoDB Oplog включен",
|
||||||
"OS_Arch": "OS Arch",
|
"OS_Arch": "Архитектура",
|
||||||
"OS_Cpus": "Количество процессоров",
|
"OS_Cpus": "Количество процессоров",
|
||||||
"OS_Freemem": "Свободная память",
|
"OS_Freemem": "Свободная память",
|
||||||
"OS_Loadavg": "Средняя загрузка",
|
"OS_Loadavg": "Средняя загрузка",
|
||||||
|
|
@ -675,7 +675,7 @@
|
||||||
"hours": "часы",
|
"hours": "часы",
|
||||||
"minutes": "минуты",
|
"minutes": "минуты",
|
||||||
"seconds": "секунды",
|
"seconds": "секунды",
|
||||||
"show-field-on-card": "Show this field on card",
|
"show-field-on-card": "Показать это поле на карточке",
|
||||||
"automatically-field-on-card": "Добавить поле на новую карточку",
|
"automatically-field-on-card": "Добавить поле на новую карточку",
|
||||||
"always-field-on-card": "Добавить поле на все карточки",
|
"always-field-on-card": "Добавить поле на все карточки",
|
||||||
"showLabel-field-on-card": "Показать имя поля на карточке",
|
"showLabel-field-on-card": "Показать имя поля на карточке",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Покидает",
|
"r-removed-from": "Покидает",
|
||||||
"r-the-board": "доску",
|
"r-the-board": "доску",
|
||||||
"r-list": "список",
|
"r-list": "список",
|
||||||
|
"list": "Список",
|
||||||
"set-filter": "Установить фильтр",
|
"set-filter": "Установить фильтр",
|
||||||
"r-moved-to": "Перемещается в",
|
"r-moved-to": "Перемещается в",
|
||||||
"r-moved-from": "Покидает",
|
"r-moved-from": "Покидает",
|
||||||
|
|
@ -832,7 +833,7 @@
|
||||||
"r-items-list": "пункт1,пункт2,пункт3",
|
"r-items-list": "пункт1,пункт2,пункт3",
|
||||||
"r-add-swimlane": "Добавить дорожку",
|
"r-add-swimlane": "Добавить дорожку",
|
||||||
"r-swimlane-name": "имя",
|
"r-swimlane-name": "имя",
|
||||||
"r-board-note": "Note: leave a field empty to match every possible value. ",
|
"r-board-note": "Примечание: пустое поле соответствует любым возможным значениям.",
|
||||||
"r-checklist-note": "Примечание: пункты контрольных списков при перечислении разделяются запятыми.",
|
"r-checklist-note": "Примечание: пункты контрольных списков при перечислении разделяются запятыми.",
|
||||||
"r-when-a-card-is-moved": "Когда карточка перемещена в другой список",
|
"r-when-a-card-is-moved": "Когда карточка перемещена в другой список",
|
||||||
"r-set": "Установить",
|
"r-set": "Установить",
|
||||||
|
|
@ -863,9 +864,9 @@
|
||||||
"oidc-button-text": "Изменить текст кнопки OIDC",
|
"oidc-button-text": "Изменить текст кнопки OIDC",
|
||||||
"default-authentication-method": "Способ авторизации по умолчанию",
|
"default-authentication-method": "Способ авторизации по умолчанию",
|
||||||
"duplicate-board": "Клонировать доску",
|
"duplicate-board": "Клонировать доску",
|
||||||
"org-number": "The number of organizations is: ",
|
"org-number": "Количество организаций:",
|
||||||
"team-number": "The number of teams is: ",
|
"team-number": "Количество команд:",
|
||||||
"people-number": "The number of people is: ",
|
"people-number": "Количество человек:",
|
||||||
"swimlaneDeletePopup-title": "Удалить дорожку?",
|
"swimlaneDeletePopup-title": "Удалить дорожку?",
|
||||||
"swimlane-delete-pop": "Все действия будут удалены из ленты активности участников, и вы не сможете восстановить дорожку. Данное действие необратимо.",
|
"swimlane-delete-pop": "Все действия будут удалены из ленты активности участников, и вы не сможете восстановить дорожку. Данное действие необратимо.",
|
||||||
"restore-all": "Восстановить все",
|
"restore-all": "Восстановить все",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Представитель",
|
"person": "Представитель",
|
||||||
"my-cards": "Мои карточки",
|
"my-cards": "Мои карточки",
|
||||||
"card": "Карточка",
|
"card": "Карточка",
|
||||||
"list": "Список",
|
|
||||||
"board": "Доска",
|
"board": "Доска",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "Просмотр моих карточек",
|
"myCardsViewChange-title": "Просмотр моих карточек",
|
||||||
|
|
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Celé meno",
|
"fullname": "Celé meno",
|
||||||
"header-logo-title": "Go back to your boards page.",
|
"header-logo-title": "Go back to your boards page.",
|
||||||
"hide-system-messages": "Hide system messages",
|
"hide-system-messages": "Hide system messages",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Card",
|
"card": "Card",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"accept": "Sprejmi",
|
"accept": "Sprejmi",
|
||||||
"act-activity-notify": "Activity Notification",
|
"act-activity-notify": "Obvestilo o dejavnosti",
|
||||||
"act-addAttachment": "dodal priponko __attachment__ h kartici __card__ na seznamu __list__ na plavalni stezi __swimlane__ na tabli __board__",
|
"act-addAttachment": "dodal priponko __attachment__ h kartici __card__ na seznamu __list__ na plavalni stezi __swimlane__ na tabli __board__",
|
||||||
"act-deleteAttachment": "odstranil priponko __attachment__ iz kartice __card__ na seznamu __list__ na plavalni stezi __swimlane__ na tabli __board__",
|
"act-deleteAttachment": "odstranil priponko __attachment__ iz kartice __card__ na seznamu __list__ na plavalni stezi __swimlane__ na tabli __board__",
|
||||||
"act-addSubtask": "dodal podopravilo __subtask__ h kartici __card__ na seznamu __list__ na plavalni stezi __swimlane__ na tabli __board__",
|
"act-addSubtask": "dodal podopravilo __subtask__ h kartici __card__ na seznamu __list__ na plavalni stezi __swimlane__ na tabli __board__",
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
"act-removeChecklistItem": "odstranil postavko __checklistItem__ kontrolnega seznama __checklist__ na kartici __card__ na seznamu __list__ na plavalni stezi __swimlane__ na tabli __board__",
|
"act-removeChecklistItem": "odstranil postavko __checklistItem__ kontrolnega seznama __checklist__ na kartici __card__ na seznamu __list__ na plavalni stezi __swimlane__ na tabli __board__",
|
||||||
"act-checkedItem": "obkljukal postavko __checklistItem__ kontrolnega seznama __checklist__ na kartici __card__ na seznamu __list__ na plavalni stezi __swimlane__ na tabli __board__",
|
"act-checkedItem": "obkljukal postavko __checklistItem__ kontrolnega seznama __checklist__ na kartici __card__ na seznamu __list__ na plavalni stezi __swimlane__ na tabli __board__",
|
||||||
"act-uncheckedItem": "odkljukal postavko __checklistItem__ kontrolnega seznama __checklist__ na kartici __card__ na seznamu __list__ na plavalni stezi __swimlane__ na tabli __board__",
|
"act-uncheckedItem": "odkljukal postavko __checklistItem__ kontrolnega seznama __checklist__ na kartici __card__ na seznamu __list__ na plavalni stezi __swimlane__ na tabli __board__",
|
||||||
"act-completeChecklist": "completed checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
|
"act-completeChecklist": "dokončal kontrolni seznam __checklist__ na kartici __card__ na seznamu __list__ na plavalni stezi __swimlane__ na tabli __board__",
|
||||||
"act-uncompleteChecklist": "nedokončan kontrolni seznam __checklist__ na kartici __card__ na seznamu __list__ na plavalni stezi __swimlane__ na tabli __board__",
|
"act-uncompleteChecklist": "nedokončan kontrolni seznam __checklist__ na kartici __card__ na seznamu __list__ na plavalni stezi __swimlane__ na tabli __board__",
|
||||||
"act-addComment": "komentiral na kartici __card__: __comment__ na seznamu __list__ na plavalni stezi __swimlane__ na tabli __board__",
|
"act-addComment": "komentiral na kartici __card__: __comment__ na seznamu __list__ na plavalni stezi __swimlane__ na tabli __board__",
|
||||||
"act-editComment": "uredil komentar na kartici __card__: __comment__ na seznamu __list__ na plavalni stezi __swimlane__ na tabli __board__",
|
"act-editComment": "uredil komentar na kartici __card__: __comment__ na seznamu __list__ na plavalni stezi __swimlane__ na tabli __board__",
|
||||||
|
|
@ -71,7 +71,7 @@
|
||||||
"add": "Dodaj",
|
"add": "Dodaj",
|
||||||
"activity-checked-item-card": "obkljukal %s na kontrolnem seznamu %s",
|
"activity-checked-item-card": "obkljukal %s na kontrolnem seznamu %s",
|
||||||
"activity-unchecked-item-card": "odkljukal %s na kontrolnem seznamu %s",
|
"activity-unchecked-item-card": "odkljukal %s na kontrolnem seznamu %s",
|
||||||
"activity-checklist-completed-card": "completed checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
|
"activity-checklist-completed-card": "dokončal kontrolni seznam __checklist__ na kartici __card__ na seznamu __list__ na plavalni stezi __swimlane__ na tabli __board__",
|
||||||
"activity-checklist-uncompleted-card": "nedokončal kontrolni seznam %s",
|
"activity-checklist-uncompleted-card": "nedokončal kontrolni seznam %s",
|
||||||
"activity-editComment": "uredil komentar %s",
|
"activity-editComment": "uredil komentar %s",
|
||||||
"activity-deleteComment": "izbrisal komentar %s",
|
"activity-deleteComment": "izbrisal komentar %s",
|
||||||
|
|
@ -110,7 +110,7 @@
|
||||||
"apply": "Uporabi",
|
"apply": "Uporabi",
|
||||||
"app-is-offline": "Nalaganje, prosimo počakajte. Osveževanje strani bo povzročilo izgubo podatkov. Če nalaganje ne deluje, preverite, ali se strežnik ni ustavil.",
|
"app-is-offline": "Nalaganje, prosimo počakajte. Osveževanje strani bo povzročilo izgubo podatkov. Če nalaganje ne deluje, preverite, ali se strežnik ni ustavil.",
|
||||||
"app-try-reconnect": "Try to reconnect.",
|
"app-try-reconnect": "Try to reconnect.",
|
||||||
"archive": "premaknjena v arhiv",
|
"archive": "Premakni v arhiv",
|
||||||
"archive-all": "Premakni vse v arhiv",
|
"archive-all": "Premakni vse v arhiv",
|
||||||
"archive-board": "Arhiviraj tablo",
|
"archive-board": "Arhiviraj tablo",
|
||||||
"archive-card": "Arhiviraj kartico",
|
"archive-card": "Arhiviraj kartico",
|
||||||
|
|
@ -171,7 +171,7 @@
|
||||||
"card-delete-suggest-archive": "Kartico lahko premaknete v arhiv, da jo odstranite s table in ohranite dejavnost.",
|
"card-delete-suggest-archive": "Kartico lahko premaknete v arhiv, da jo odstranite s table in ohranite dejavnost.",
|
||||||
"card-archive-pop": "Card will not be visible at this list after archiving card.",
|
"card-archive-pop": "Card will not be visible at this list after archiving card.",
|
||||||
"card-archive-suggest-cancel": "You can later restore card from Archive.",
|
"card-archive-suggest-cancel": "You can later restore card from Archive.",
|
||||||
"card-due": "Due",
|
"card-due": "Rok",
|
||||||
"card-due-on": "Rok",
|
"card-due-on": "Rok",
|
||||||
"card-spent": "Porabljen čas",
|
"card-spent": "Porabljen čas",
|
||||||
"card-edit-attachments": "Uredi priponke",
|
"card-edit-attachments": "Uredi priponke",
|
||||||
|
|
@ -225,7 +225,7 @@
|
||||||
"cardMembersPopup-title": "Člani",
|
"cardMembersPopup-title": "Člani",
|
||||||
"cardMorePopup-title": "Več",
|
"cardMorePopup-title": "Več",
|
||||||
"cardTemplatePopup-title": "Ustvari predlogo",
|
"cardTemplatePopup-title": "Ustvari predlogo",
|
||||||
"cards": "Kartic",
|
"cards": "Kartice",
|
||||||
"cards-count": "Kartic",
|
"cards-count": "Kartic",
|
||||||
"cards-count-one": "Kartica",
|
"cards-count-one": "Kartica",
|
||||||
"casSignIn": "Vpiši se s CAS",
|
"casSignIn": "Vpiši se s CAS",
|
||||||
|
|
@ -311,7 +311,7 @@
|
||||||
"custom-field-checkbox": "Potrditveno polje",
|
"custom-field-checkbox": "Potrditveno polje",
|
||||||
"custom-field-currency": "Currency",
|
"custom-field-currency": "Currency",
|
||||||
"custom-field-currency-option": "Currency Code",
|
"custom-field-currency-option": "Currency Code",
|
||||||
"custom-field-date": "Date",
|
"custom-field-date": "Datum",
|
||||||
"custom-field-dropdown": "Spustni seznam",
|
"custom-field-dropdown": "Spustni seznam",
|
||||||
"custom-field-dropdown-none": "(nobeno)",
|
"custom-field-dropdown-none": "(nobeno)",
|
||||||
"custom-field-dropdown-options": "Možnosti seznama",
|
"custom-field-dropdown-options": "Možnosti seznama",
|
||||||
|
|
@ -320,7 +320,7 @@
|
||||||
"custom-field-number": "Število",
|
"custom-field-number": "Število",
|
||||||
"custom-field-text": "Besedilo",
|
"custom-field-text": "Besedilo",
|
||||||
"custom-fields": "Poljubna polja",
|
"custom-fields": "Poljubna polja",
|
||||||
"date": "Date",
|
"date": "Datum",
|
||||||
"decline": "Zavrni",
|
"decline": "Zavrni",
|
||||||
"default-avatar": "Privzeti avatar",
|
"default-avatar": "Privzeti avatar",
|
||||||
"delete": "Briši",
|
"delete": "Briši",
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filtriraj izbrane",
|
"filter-to-selection": "Filtriraj izbrane",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Napredni filter",
|
"advanced-filter-label": "Napredni filter",
|
||||||
"advanced-filter-description": "Napredni filter omogoča pripravo niza, ki vsebuje naslednje operaterje: == != <= >= && || () Preslednica se uporablja kot ločilo med operatorji. Vsa polja po meri lahko filtrirate tako, da vtipkate njihova imena in vrednosti. Na primer: Polje1 == Vrednost1. Opomba: Če polja ali vrednosti vsebujejo presledke, jih morate postaviti v enojne narekovaje. Primer: 'Polje 1' == 'Vrednost 1'. Če želite preskočiti posamezne kontrolne znake (' \/), lahko uporabite \. Na primer: Polje1 == I\'m. Prav tako lahko kombinirate več pogojev. Na primer: F1 == V1 || F1 == V2. Običajno se vsi operaterji interpretirajo od leve proti desni. Vrstni red lahko spremenite tako, da postavite oklepaje. Na primer: F1 == V1 && ( F2 == V2 || F2 == V3 ). Prav tako lahko po besedilu iščete z uporabo pravil regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Napredni filter omogoča pripravo niza, ki vsebuje naslednje operaterje: == != <= >= && || () Preslednica se uporablja kot ločilo med operatorji. Vsa polja po meri lahko filtrirate tako, da vtipkate njihova imena in vrednosti. Na primer: Polje1 == Vrednost1. Opomba: Če polja ali vrednosti vsebujejo presledke, jih morate postaviti v enojne narekovaje. Primer: 'Polje 1' == 'Vrednost 1'. Če želite preskočiti posamezne kontrolne znake (' \\/), lahko uporabite \\. Na primer: Polje1 == I\\'m. Prav tako lahko kombinirate več pogojev. Na primer: F1 == V1 || F1 == V2. Običajno se vsi operaterji interpretirajo od leve proti desni. Vrstni red lahko spremenite tako, da postavite oklepaje. Na primer: F1 == V1 && ( F2 == V2 || F2 == V3 ). Prav tako lahko po besedilu iščete z uporabo pravil regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Polno Ime",
|
"fullname": "Polno Ime",
|
||||||
"header-logo-title": "Pojdi nazaj na stran s tablami.",
|
"header-logo-title": "Pojdi nazaj na stran s tablami.",
|
||||||
"hide-system-messages": "Skrij sistemska sporočila",
|
"hide-system-messages": "Skrij sistemska sporočila",
|
||||||
|
|
@ -459,7 +459,7 @@
|
||||||
"joined": "se je pridružil",
|
"joined": "se je pridružil",
|
||||||
"just-invited": "Povabljeni ste k tej tabli",
|
"just-invited": "Povabljeni ste k tej tabli",
|
||||||
"keyboard-shortcuts": "Bližnjice",
|
"keyboard-shortcuts": "Bližnjice",
|
||||||
"label-create": "Ustvari oznako",
|
"label-create": "Ustvari Oznako",
|
||||||
"label-default": "%s oznaka (privzeto)",
|
"label-default": "%s oznaka (privzeto)",
|
||||||
"label-delete-pop": "Razveljavitve ni. To bo odstranilo oznako iz vseh kartic in izbrisalo njeno zgodovino.",
|
"label-delete-pop": "Razveljavitve ni. To bo odstranilo oznako iz vseh kartic in izbrisalo njeno zgodovino.",
|
||||||
"labels": "Oznake",
|
"labels": "Oznake",
|
||||||
|
|
@ -562,7 +562,7 @@
|
||||||
"shortcut-close-dialog": "Zapri dialog",
|
"shortcut-close-dialog": "Zapri dialog",
|
||||||
"shortcut-filter-my-cards": "Filtriraj moje kartice",
|
"shortcut-filter-my-cards": "Filtriraj moje kartice",
|
||||||
"shortcut-show-shortcuts": "Prikaži seznam bližnjic",
|
"shortcut-show-shortcuts": "Prikaži seznam bližnjic",
|
||||||
"shortcut-toggle-filterbar": "Toggle Filter Sidebar",
|
"shortcut-toggle-filterbar": "Preklopi stransko vrstico za filter",
|
||||||
"shortcut-toggle-searchbar": "Toggle Search Sidebar",
|
"shortcut-toggle-searchbar": "Toggle Search Sidebar",
|
||||||
"shortcut-toggle-sidebar": "Preklopi stransko vrstico table",
|
"shortcut-toggle-sidebar": "Preklopi stransko vrstico table",
|
||||||
"show-cards-minimum-count": "Prikaži število kartic, če seznam vsebuje več kot",
|
"show-cards-minimum-count": "Prikaži število kartic, če seznam vsebuje več kot",
|
||||||
|
|
@ -633,7 +633,7 @@
|
||||||
"smtp-host-description": "Naslov vašega strežnika SMTP.",
|
"smtp-host-description": "Naslov vašega strežnika SMTP.",
|
||||||
"smtp-port-description": "Vrata vašega strežnika SMTP za odhodno pošto.",
|
"smtp-port-description": "Vrata vašega strežnika SMTP za odhodno pošto.",
|
||||||
"smtp-tls-description": "Omogoči šifriranje TLS za SMTP strežnik.",
|
"smtp-tls-description": "Omogoči šifriranje TLS za SMTP strežnik.",
|
||||||
"smtp-host": "SMTP Host",
|
"smtp-host": "SMTP gostitelj",
|
||||||
"smtp-port": "SMTP vrata",
|
"smtp-port": "SMTP vrata",
|
||||||
"smtp-username": "Up. ime",
|
"smtp-username": "Up. ime",
|
||||||
"smtp-password": "Geslo",
|
"smtp-password": "Geslo",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "izbrisan iz",
|
"r-removed-from": "izbrisan iz",
|
||||||
"r-the-board": "tabla",
|
"r-the-board": "tabla",
|
||||||
"r-list": "seznam",
|
"r-list": "seznam",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Nastavi filter",
|
"set-filter": "Nastavi filter",
|
||||||
"r-moved-to": "premaknjena v",
|
"r-moved-to": "premaknjena v",
|
||||||
"r-moved-from": "premaknjena iz",
|
"r-moved-from": "premaknjena iz",
|
||||||
|
|
@ -806,7 +807,7 @@
|
||||||
"r-d-move-to-bottom-gen": "Premakni kartico na dno pripadajočega seznama",
|
"r-d-move-to-bottom-gen": "Premakni kartico na dno pripadajočega seznama",
|
||||||
"r-d-move-to-bottom-spec": "Premakni kartico na dno seznama",
|
"r-d-move-to-bottom-spec": "Premakni kartico na dno seznama",
|
||||||
"r-d-send-email": "Pošlji e-pošto",
|
"r-d-send-email": "Pošlji e-pošto",
|
||||||
"r-d-send-email-to": "naslovnik",
|
"r-d-send-email-to": "na",
|
||||||
"r-d-send-email-subject": "zadeva",
|
"r-d-send-email-subject": "zadeva",
|
||||||
"r-d-send-email-message": "vsebina",
|
"r-d-send-email-message": "vsebina",
|
||||||
"r-d-archive": "Premakni kartico v arhiv",
|
"r-d-archive": "Premakni kartico v arhiv",
|
||||||
|
|
@ -832,7 +833,7 @@
|
||||||
"r-items-list": "el1,el2,el3",
|
"r-items-list": "el1,el2,el3",
|
||||||
"r-add-swimlane": "Dodaj plavalno stezo",
|
"r-add-swimlane": "Dodaj plavalno stezo",
|
||||||
"r-swimlane-name": "ime pl. steze",
|
"r-swimlane-name": "ime pl. steze",
|
||||||
"r-board-note": "Note: leave a field empty to match every possible value. ",
|
"r-board-note": "Opomba: polje pustite prazno, da ustreza vsaki možni vrednosti.",
|
||||||
"r-checklist-note": "Opomba: elementi kontrolnega seznama morajo biti zapisani kot vrednosti, ločene z vejicami.",
|
"r-checklist-note": "Opomba: elementi kontrolnega seznama morajo biti zapisani kot vrednosti, ločene z vejicami.",
|
||||||
"r-when-a-card-is-moved": "Ko je kartica premaknjena v drug seznam",
|
"r-when-a-card-is-moved": "Ko je kartica premaknjena v drug seznam",
|
||||||
"r-set": "Nastavi",
|
"r-set": "Nastavi",
|
||||||
|
|
@ -865,7 +866,7 @@
|
||||||
"duplicate-board": "Dupliciraj tablo",
|
"duplicate-board": "Dupliciraj tablo",
|
||||||
"org-number": "The number of organizations is:",
|
"org-number": "The number of organizations is:",
|
||||||
"team-number": "The number of teams is:",
|
"team-number": "The number of teams is:",
|
||||||
"people-number": "The number of people is: ",
|
"people-number": "Število ljudi je:",
|
||||||
"swimlaneDeletePopup-title": "Zbriši plavalno stezo?",
|
"swimlaneDeletePopup-title": "Zbriši plavalno stezo?",
|
||||||
"swimlane-delete-pop": "Vsa dejanja bodo odstranjena iz seznama dejavnosti. Plavalne steze ne boste mogli obnoviti. Razveljavitve ni.",
|
"swimlane-delete-pop": "Vsa dejanja bodo odstranjena iz seznama dejavnosti. Plavalne steze ne boste mogli obnoviti. Razveljavitve ni.",
|
||||||
"restore-all": "Obnovi vse",
|
"restore-all": "Obnovi vse",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Kartica",
|
"card": "Kartica",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"accept": "Prihvati",
|
"accept": "Prihvati",
|
||||||
"act-activity-notify": "Obaveštenje o aktivnosti",
|
"act-activity-notify": "Obaveštenje o aktivnosti",
|
||||||
"act-addAttachment": "added attachment __attachment__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
|
"act-addAttachment": "dodao attachment __prilog__ na kartici __kartica__ na listi __lista__ na swimlane dijagramu toka __swimlane dijagram toka__ na tabli __tabla__",
|
||||||
"act-deleteAttachment": "deleted attachment __attachment__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
|
"act-deleteAttachment": "deleted attachment __attachment__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
|
||||||
"act-addSubtask": "added subtask __subtask__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
|
"act-addSubtask": "added subtask __subtask__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
|
||||||
"act-addLabel": "Added label __label__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
|
"act-addLabel": "Added label __label__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
|
||||||
|
|
@ -110,7 +110,7 @@
|
||||||
"apply": "Primeni",
|
"apply": "Primeni",
|
||||||
"app-is-offline": "Loading, please wait. Refreshing the page will cause data loss. If loading does not work, please check that server has not stopped.",
|
"app-is-offline": "Loading, please wait. Refreshing the page will cause data loss. If loading does not work, please check that server has not stopped.",
|
||||||
"app-try-reconnect": "Try to reconnect.",
|
"app-try-reconnect": "Try to reconnect.",
|
||||||
"archive": "Move to Archive",
|
"archive": "Premesti u arhivu",
|
||||||
"archive-all": "Premesti sve u arhivu",
|
"archive-all": "Premesti sve u arhivu",
|
||||||
"archive-board": "Move Board to Archive",
|
"archive-board": "Move Board to Archive",
|
||||||
"archive-card": "Premesti karticu u arhivu",
|
"archive-card": "Premesti karticu u arhivu",
|
||||||
|
|
@ -334,7 +334,7 @@
|
||||||
"download": "Preuzmi",
|
"download": "Preuzmi",
|
||||||
"edit": "Uredi",
|
"edit": "Uredi",
|
||||||
"edit-avatar": "Promeni avatara",
|
"edit-avatar": "Promeni avatara",
|
||||||
"edit-profile": "Izmeni profil",
|
"edit-profile": "Uredi profil",
|
||||||
"edit-wip-limit": "Edit WIP Limit",
|
"edit-wip-limit": "Edit WIP Limit",
|
||||||
"soft-wip-limit": "Soft WIP Limit",
|
"soft-wip-limit": "Soft WIP Limit",
|
||||||
"editCardStartDatePopup-title": "Izmeni početni datum",
|
"editCardStartDatePopup-title": "Izmeni početni datum",
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Napredni filter",
|
"advanced-filter-label": "Napredni filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Puno ime",
|
"fullname": "Puno ime",
|
||||||
"header-logo-title": "Go back to your boards page.",
|
"header-logo-title": "Go back to your boards page.",
|
||||||
"hide-system-messages": "Sakrij sistemske poruke",
|
"hide-system-messages": "Sakrij sistemske poruke",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Uklonjena iz",
|
"r-removed-from": "Uklonjena iz",
|
||||||
"r-the-board": "table",
|
"r-the-board": "table",
|
||||||
"r-list": "liste",
|
"r-list": "liste",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Kartica",
|
"card": "Kartica",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -3,30 +3,30 @@
|
||||||
"act-activity-notify": "Aktivitetsnotis",
|
"act-activity-notify": "Aktivitetsnotis",
|
||||||
"act-addAttachment": "lade till filen __attachment__ på kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__",
|
"act-addAttachment": "lade till filen __attachment__ på kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__",
|
||||||
"act-deleteAttachment": "raderade filen __attachment__ från kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__",
|
"act-deleteAttachment": "raderade filen __attachment__ från kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__",
|
||||||
"act-addSubtask": "added subtask __subtask__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
|
"act-addSubtask": "lade till underaktivitet __subtask__ på kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__",
|
||||||
"act-addLabel": "Added label __label__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
|
"act-addLabel": "lade till etikett __label__ på kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__",
|
||||||
"act-addedLabel": "Added label __label__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
|
"act-addedLabel": "lade till etikett __label__ på kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__",
|
||||||
"act-removeLabel": "Removed label __label__ from card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
|
"act-removeLabel": "Tog bort etikett __label__ från kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__",
|
||||||
"act-removedLabel": "Removed label __label__ from card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
|
"act-removedLabel": "Tog bort etikett __label__ från kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__",
|
||||||
"act-addChecklist": "added checklist __checklist__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
|
"act-addChecklist": "lade till checklista __checklist__ på kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__",
|
||||||
"act-addChecklistItem": "lade till checklisteobjekt __checklistItem__ till checklista __checklist__ på kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__",
|
"act-addChecklistItem": "lade till checklisteobjekt __checklistItem__ till checklista __checklist__ på kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__",
|
||||||
"act-removeChecklist": "tog bort checklista __checklist__ från kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__",
|
"act-removeChecklist": "tog bort checklista __checklist__ från kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__",
|
||||||
"act-removeChecklistItem": "tog bort checklisteobjekt __checklistItem__ från __checklist__ på kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__",
|
"act-removeChecklistItem": "tog bort checklisteobjekt __checklistItem__ från __checklist__ på kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__",
|
||||||
"act-checkedItem": "klarmarkerade __checklistItem__ från checklista __checklist__ på kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__",
|
"act-checkedItem": "klarmarkerade __checklistItem__ från checklista __checklist__ på kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__",
|
||||||
"act-uncheckedItem": "unchecked __checklistItem__ of checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
|
"act-uncheckedItem": "avmarkerade __checklistItem__ från checklista __checklist__ på kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__",
|
||||||
"act-completeChecklist": "completed checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
|
"act-completeChecklist": "slutförde checklista __checklist__ i kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__",
|
||||||
"act-uncompleteChecklist": "uncompleted checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
|
"act-uncompleteChecklist": "ofullbordade checklista __checklist__ på kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__",
|
||||||
"act-addComment": "commented on card __card__: __comment__ at list __list__ at swimlane __swimlane__ at board __board__",
|
"act-addComment": "kommenterade på kort __card__: __comment__ i lista __list__ i simbana __swimlane__ på tavla __board__",
|
||||||
"act-editComment": "redigerade kommentar på kort __card__: __comment__ i listan __list__ i simbana __swimlane__ på tavla __board__",
|
"act-editComment": "redigerade kommentar på kort __card__: __comment__ i listan __list__ i simbana __swimlane__ på tavla __board__",
|
||||||
"act-deleteComment": "raderade kommentar på kort __card__: __comment__ i listan __list__ i simbana __swimlane__ på tavla __board__",
|
"act-deleteComment": "raderade kommentar på kort __card__: __comment__ i listan __list__ i simbana __swimlane__ på tavla __board__",
|
||||||
"act-createBoard": "created board __board__",
|
"act-createBoard": "skapade tavla __board__",
|
||||||
"act-createSwimlane": "skapade simbana __swimlane__ i tavla __board__",
|
"act-createSwimlane": "skapade simbana __swimlane__ i tavla __board__",
|
||||||
"act-createCard": "created card __card__ to list __list__ at swimlane __swimlane__ at board __board__",
|
"act-createCard": "skapade kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__",
|
||||||
"act-createCustomField": "skapade anpassat fält __customField__ på tavla __board__",
|
"act-createCustomField": "skapade anpassat fält __customField__ på tavla __board__",
|
||||||
"act-deleteCustomField": "raderade anpassat fält __customField__ på tavla __board__",
|
"act-deleteCustomField": "raderade anpassat fält __customField__ på tavla __board__",
|
||||||
"act-setCustomField": "redigerade anpassat fält __customField__: __customFieldValue__ på kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__",
|
"act-setCustomField": "redigerade anpassat fält __customField__: __customFieldValue__ på kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__",
|
||||||
"act-createList": "added list __list__ to board __board__",
|
"act-createList": "lade till lista __list__ på tavla __board__",
|
||||||
"act-addBoardMember": "added member __member__ to board __board__",
|
"act-addBoardMember": "lade till medlem __member__ på tavla __board__",
|
||||||
"act-archivedBoard": "Tavlan __board__ flyttad till arkivet",
|
"act-archivedBoard": "Tavlan __board__ flyttad till arkivet",
|
||||||
"act-archivedCard": "Kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__ flyttad till Arkiv",
|
"act-archivedCard": "Kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__ flyttad till Arkiv",
|
||||||
"act-archivedList": "Lista __list__ i simbana __swimlane__ på tavla __board__ flyttad till Arkiv",
|
"act-archivedList": "Lista __list__ i simbana __swimlane__ på tavla __board__ flyttad till Arkiv",
|
||||||
|
|
@ -36,10 +36,10 @@
|
||||||
"act-importList": "importerade lista __list__ till simbana __swimlane__ på tavla __board__",
|
"act-importList": "importerade lista __list__ till simbana __swimlane__ på tavla __board__",
|
||||||
"act-joinMember": "lade till medlem __member__ till kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__",
|
"act-joinMember": "lade till medlem __member__ till kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__",
|
||||||
"act-moveCard": "flyttade kort __card__ på tavla __board__ från lista __oldList__ i simbana __oldSwimlane__ till lista __list__ i simbana __swimlane__",
|
"act-moveCard": "flyttade kort __card__ på tavla __board__ från lista __oldList__ i simbana __oldSwimlane__ till lista __list__ i simbana __swimlane__",
|
||||||
"act-moveCardToOtherBoard": "moved card __card__ from list __oldList__ at swimlane __oldSwimlane__ at board __oldBoard__ to list __list__ at swimlane __swimlane__ at board __board__",
|
"act-moveCardToOtherBoard": "flyttade kort __card__ från lista __oldList__ i simbana __oldSwimlane__ på tavla __oldBoard__ till lista __list__ i simbana __swimlane__ på tavla __board__",
|
||||||
"act-removeBoardMember": "tog bort medlem __member__ från tavla __board__",
|
"act-removeBoardMember": "tog bort medlem __member__ från tavla __board__",
|
||||||
"act-restoredCard": "återställde kort __card__ till lista __list__ i simbana __swimlane__ på tavla __board__",
|
"act-restoredCard": "återställde kort __card__ till lista __list__ i simbana __swimlane__ på tavla __board__",
|
||||||
"act-unjoinMember": "removed member __member__ from card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
|
"act-unjoinMember": "tog bort medlem __member__ från kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__",
|
||||||
"act-withBoardTitle": "__board__",
|
"act-withBoardTitle": "__board__",
|
||||||
"act-withCardTitle": "[__board__] __card__",
|
"act-withCardTitle": "[__board__] __card__",
|
||||||
"actions": "Händelser",
|
"actions": "Händelser",
|
||||||
|
|
@ -71,7 +71,7 @@
|
||||||
"add": "Lägg till",
|
"add": "Lägg till",
|
||||||
"activity-checked-item-card": "klarmarkerade %s i checklistan %s",
|
"activity-checked-item-card": "klarmarkerade %s i checklistan %s",
|
||||||
"activity-unchecked-item-card": "avmarkerade %s i checklistan %s",
|
"activity-unchecked-item-card": "avmarkerade %s i checklistan %s",
|
||||||
"activity-checklist-completed-card": "completed checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
|
"activity-checklist-completed-card": "slutförde checklista __checklist__ i kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__",
|
||||||
"activity-checklist-uncompleted-card": "ofullbordade checklistan %s",
|
"activity-checklist-uncompleted-card": "ofullbordade checklistan %s",
|
||||||
"activity-editComment": "redigerade kommentar %s",
|
"activity-editComment": "redigerade kommentar %s",
|
||||||
"activity-deleteComment": "raderade kommentar %s",
|
"activity-deleteComment": "raderade kommentar %s",
|
||||||
|
|
@ -365,7 +365,7 @@
|
||||||
"error-board-notAMember": "Du måste vara medlem i denna tavla för att göra det",
|
"error-board-notAMember": "Du måste vara medlem i denna tavla för att göra det",
|
||||||
"error-json-malformed": "Din text är inte giltigt JSON",
|
"error-json-malformed": "Din text är inte giltigt JSON",
|
||||||
"error-json-schema": "Din JSON data inkluderar inte korrekt information i rätt format",
|
"error-json-schema": "Din JSON data inkluderar inte korrekt information i rätt format",
|
||||||
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format ",
|
"error-csv-schema": "Din CSV(Comma Separated Values)/TSV (Tab Separated Values) innehåller inte korrekt information i rätt format.",
|
||||||
"error-list-doesNotExist": "Denna lista finns inte",
|
"error-list-doesNotExist": "Denna lista finns inte",
|
||||||
"error-user-doesNotExist": "Denna användare finns inte",
|
"error-user-doesNotExist": "Denna användare finns inte",
|
||||||
"error-user-notAllowSelf": "Du kan inte bjuda in dig själv",
|
"error-user-notAllowSelf": "Du kan inte bjuda in dig själv",
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter till val",
|
"filter-to-selection": "Filter till val",
|
||||||
"other-filters-label": "Andra filter",
|
"other-filters-label": "Andra filter",
|
||||||
"advanced-filter-label": "Avancerat filter",
|
"advanced-filter-label": "Avancerat filter",
|
||||||
"advanced-filter-description": "Avancerade filter låter dig skriva en sträng innehållande följande operatorer: == != <= >= && || ( ). Ett mellanslag används som separator mellan operatorerna. Du kan filtrera alla specialfält genom att skriva dess namn och värde. Till exempel: Fält1 == Vårde1. Notera: om fälten eller värden innehåller mellanrum behöver du innesluta dem med enkla citatstecken. Till exempel: 'Fält 1' == 'Värde 1'. För att skippa enkla kontrolltecken (' \/) kan du använda \. Till exempel: Fält1 == I\'m. Du kan även kombinera fler villkor. TIll exempel: F1 == V1 || F1 == V2. Vanligtvis läses operatorerna från vänster till höger. Du kan ändra ordning genom att använda paranteser. TIll exempel: F1 == V1 && ( F2 == V2 || F2 == V3 ). Du kan även söka efter textfält med hjälp av regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Avancerade filter låter dig skriva en sträng innehållande följande operatorer: == != <= >= && || ( ). Ett mellanslag används som separator mellan operatorerna. Du kan filtrera alla specialfält genom att skriva dess namn och värde. Till exempel: Fält1 == Vårde1. Notera: om fälten eller värden innehåller mellanrum behöver du innesluta dem med enkla citatstecken. Till exempel: 'Fält 1' == 'Värde 1'. För att skippa enkla kontrolltecken (' \\/) kan du använda \\. Till exempel: Fält1 == I\\'m. Du kan även kombinera fler villkor. TIll exempel: F1 == V1 || F1 == V2. Vanligtvis läses operatorerna från vänster till höger. Du kan ändra ordning genom att använda paranteser. TIll exempel: F1 == V1 && ( F2 == V2 || F2 == V3 ). Du kan även söka efter textfält med hjälp av regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Namn",
|
"fullname": "Namn",
|
||||||
"header-logo-title": "Gå tillbaka till din anslagstavlor-sida.",
|
"header-logo-title": "Gå tillbaka till din anslagstavlor-sida.",
|
||||||
"hide-system-messages": "Dölj systemmeddelanden",
|
"hide-system-messages": "Dölj systemmeddelanden",
|
||||||
|
|
@ -482,7 +482,7 @@
|
||||||
"swimlaneAddPopup-title": "Lägg till en simbana nedan",
|
"swimlaneAddPopup-title": "Lägg till en simbana nedan",
|
||||||
"listImportCardPopup-title": "Importera ett Trello kort",
|
"listImportCardPopup-title": "Importera ett Trello kort",
|
||||||
"listImportCardsTsvPopup-title": "Importera Excel CSV/TSV",
|
"listImportCardsTsvPopup-title": "Importera Excel CSV/TSV",
|
||||||
"listMorePopup-title": "Mer",
|
"listMorePopup-title": "Mera",
|
||||||
"link-list": "Länk till den här listan",
|
"link-list": "Länk till den här listan",
|
||||||
"list-delete-pop": "Alla händelser kommer att tas bort från aktivitetsflödet och du kommer inte att kunna återställa listan. Det går inte att ångra.",
|
"list-delete-pop": "Alla händelser kommer att tas bort från aktivitetsflödet och du kommer inte att kunna återställa listan. Det går inte att ångra.",
|
||||||
"list-delete-suggest-archive": "Du kan flytta en lista till Arkiv för att ta bort den från tavlan och bevara aktiviteten.",
|
"list-delete-suggest-archive": "Du kan flytta en lista till Arkiv för att ta bort den från tavlan och bevara aktiviteten.",
|
||||||
|
|
@ -602,7 +602,7 @@
|
||||||
"custom-help-link-url": "Custom Help Link URL",
|
"custom-help-link-url": "Custom Help Link URL",
|
||||||
"text-below-custom-login-logo": "Text under anpassad logga för inloggning",
|
"text-below-custom-login-logo": "Text under anpassad logga för inloggning",
|
||||||
"automatic-linked-url-schemes": "Anpassade URL-scheman som ska vara klickbara automatiskt. Ett URL-schema per rad",
|
"automatic-linked-url-schemes": "Anpassade URL-scheman som ska vara klickbara automatiskt. Ett URL-schema per rad",
|
||||||
"username": "Användarnamn",
|
"username": "Änvandarnamn",
|
||||||
"import-usernames": "Importera användarnamn",
|
"import-usernames": "Importera användarnamn",
|
||||||
"view-it": "Visa det",
|
"view-it": "Visa det",
|
||||||
"warn-list-archived": "varning: detta kort finns i en lista i Arkiv",
|
"warn-list-archived": "varning: detta kort finns i en lista i Arkiv",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Borttagen från",
|
"r-removed-from": "Borttagen från",
|
||||||
"r-the-board": "tavlan",
|
"r-the-board": "tavlan",
|
||||||
"r-list": "lista",
|
"r-list": "lista",
|
||||||
|
"list": "Lista",
|
||||||
"set-filter": "Ställ in filter",
|
"set-filter": "Ställ in filter",
|
||||||
"r-moved-to": "Flyttat till",
|
"r-moved-to": "Flyttat till",
|
||||||
"r-moved-from": "Flyttad från",
|
"r-moved-from": "Flyttad från",
|
||||||
|
|
@ -799,7 +800,7 @@
|
||||||
"r-send-email": "Skicka ett e-postmeddelande",
|
"r-send-email": "Skicka ett e-postmeddelande",
|
||||||
"r-to": "till",
|
"r-to": "till",
|
||||||
"r-of": "av",
|
"r-of": "av",
|
||||||
"r-subject": "ämne",
|
"r-subject": "änme",
|
||||||
"r-rule-details": "Regeldetaljer",
|
"r-rule-details": "Regeldetaljer",
|
||||||
"r-d-move-to-top-gen": "Flytta kort till toppen av sin lista",
|
"r-d-move-to-top-gen": "Flytta kort till toppen av sin lista",
|
||||||
"r-d-move-to-top-spec": "Flytta kort till toppen av listan",
|
"r-d-move-to-top-spec": "Flytta kort till toppen av listan",
|
||||||
|
|
@ -832,7 +833,7 @@
|
||||||
"r-items-list": "objekt1,objekt2,objekt3",
|
"r-items-list": "objekt1,objekt2,objekt3",
|
||||||
"r-add-swimlane": "Lägg till simbana",
|
"r-add-swimlane": "Lägg till simbana",
|
||||||
"r-swimlane-name": "Simbanans namn",
|
"r-swimlane-name": "Simbanans namn",
|
||||||
"r-board-note": "Note: leave a field empty to match every possible value. ",
|
"r-board-note": "Notera: lämna ett fält tomt för att matcha alla möjliga värden.",
|
||||||
"r-checklist-note": "Notera: objekt i en checklista måste skrivas som kommaseparerade värden.",
|
"r-checklist-note": "Notera: objekt i en checklista måste skrivas som kommaseparerade värden.",
|
||||||
"r-when-a-card-is-moved": "När ett kort flyttas till en annan lista",
|
"r-when-a-card-is-moved": "När ett kort flyttas till en annan lista",
|
||||||
"r-set": "Ange",
|
"r-set": "Ange",
|
||||||
|
|
@ -863,9 +864,9 @@
|
||||||
"oidc-button-text": "Customize the OIDC button text",
|
"oidc-button-text": "Customize the OIDC button text",
|
||||||
"default-authentication-method": "Standard autentiseringsmetod",
|
"default-authentication-method": "Standard autentiseringsmetod",
|
||||||
"duplicate-board": "Duplicera tavla",
|
"duplicate-board": "Duplicera tavla",
|
||||||
"org-number": "The number of organizations is: ",
|
"org-number": "Antalet organisationer är:",
|
||||||
"team-number": "The number of teams is: ",
|
"team-number": "Antalet team är:",
|
||||||
"people-number": "The number of people is: ",
|
"people-number": "Antalet personer är:",
|
||||||
"swimlaneDeletePopup-title": "Radera simbana?",
|
"swimlaneDeletePopup-title": "Radera simbana?",
|
||||||
"swimlane-delete-pop": "Alla händelser kommer att tas bort från aktivitetsflödet och du kommer inte att kunna återställa simbanan. Det går inte att ångra.",
|
"swimlane-delete-pop": "Alla händelser kommer att tas bort från aktivitetsflödet och du kommer inte att kunna återställa simbanan. Det går inte att ångra.",
|
||||||
"restore-all": "Återställ alla",
|
"restore-all": "Återställ alla",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "Mina Kort",
|
"my-cards": "Mina Kort",
|
||||||
"card": "Kort",
|
"card": "Kort",
|
||||||
"list": "Lista",
|
|
||||||
"board": "Tavla",
|
"board": "Tavla",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Full Name",
|
"fullname": "Full Name",
|
||||||
"header-logo-title": "Go back to your boards page.",
|
"header-logo-title": "Go back to your boards page.",
|
||||||
"hide-system-messages": "Hide system messages",
|
"hide-system-messages": "Hide system messages",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Card",
|
"card": "Card",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -239,7 +239,7 @@
|
||||||
"change-settings": "Change Settings",
|
"change-settings": "Change Settings",
|
||||||
"changeAvatarPopup-title": "Change Avatar",
|
"changeAvatarPopup-title": "Change Avatar",
|
||||||
"changeLanguagePopup-title": "Change Language",
|
"changeLanguagePopup-title": "Change Language",
|
||||||
"changePasswordPopup-title": "கடவுச்சொல்லை மாற்று",
|
"changePasswordPopup-title": "கடவுச்சொல்லை மாற்றுக ",
|
||||||
"changePermissionsPopup-title": "Change Permissions",
|
"changePermissionsPopup-title": "Change Permissions",
|
||||||
"changeSettingsPopup-title": "Change Settings",
|
"changeSettingsPopup-title": "Change Settings",
|
||||||
"subtasks": "Subtasks",
|
"subtasks": "Subtasks",
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "முழு பெயர் ",
|
"fullname": "முழு பெயர் ",
|
||||||
"header-logo-title": "Go back to your boards page.",
|
"header-logo-title": "Go back to your boards page.",
|
||||||
"hide-system-messages": "Hide system messages",
|
"hide-system-messages": "Hide system messages",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Card",
|
"card": "Card",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -149,7 +149,7 @@
|
||||||
"board-public-info": "บอร์ดนี้จะเป็น <strong>สาธารณะ</strong>.",
|
"board-public-info": "บอร์ดนี้จะเป็น <strong>สาธารณะ</strong>.",
|
||||||
"board-drag-drop-reorder-or-click-open": "Drag and drop to reorder board icons. Click board icon to open board.",
|
"board-drag-drop-reorder-or-click-open": "Drag and drop to reorder board icons. Click board icon to open board.",
|
||||||
"boardChangeColorPopup-title": "เปลี่ยนสีพื้นหลังบอร์ด",
|
"boardChangeColorPopup-title": "เปลี่ยนสีพื้นหลังบอร์ด",
|
||||||
"boardChangeTitlePopup-title": "ตั้งชื่อบอร์ดใหม่",
|
"boardChangeTitlePopup-title": "เปลี่ยนชื่อบอร์ด",
|
||||||
"boardChangeVisibilityPopup-title": "เปลี่ยนการเข้าถึง",
|
"boardChangeVisibilityPopup-title": "เปลี่ยนการเข้าถึง",
|
||||||
"boardChangeWatchPopup-title": "เปลี่ยนการเฝ้าดู",
|
"boardChangeWatchPopup-title": "เปลี่ยนการเฝ้าดู",
|
||||||
"boardMenuPopup-title": "Board Settings",
|
"boardMenuPopup-title": "Board Settings",
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "กรองตัวเลือก",
|
"filter-to-selection": "กรองตัวเลือก",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "ชื่อ นามสกุล",
|
"fullname": "ชื่อ นามสกุล",
|
||||||
"header-logo-title": "ย้อนกลับไปที่หน้าบอร์ดของคุณ",
|
"header-logo-title": "ย้อนกลับไปที่หน้าบอร์ดของคุณ",
|
||||||
"hide-system-messages": "ซ่อนข้อความของระบบ",
|
"hide-system-messages": "ซ่อนข้อความของระบบ",
|
||||||
|
|
@ -494,7 +494,7 @@
|
||||||
"memberMenuPopup-title": "การตั้งค่า",
|
"memberMenuPopup-title": "การตั้งค่า",
|
||||||
"members": "สมาชิก",
|
"members": "สมาชิก",
|
||||||
"menu": "เมนู",
|
"menu": "เมนู",
|
||||||
"move-selection": "เลือกย้าย",
|
"move-selection": "ย้ายตัวเลือก",
|
||||||
"moveCardPopup-title": "ย้ายการ์ด",
|
"moveCardPopup-title": "ย้ายการ์ด",
|
||||||
"moveCardToBottom-title": "ย้ายไปล่าง",
|
"moveCardToBottom-title": "ย้ายไปล่าง",
|
||||||
"moveCardToTop-title": "ย้ายไปบน",
|
"moveCardToTop-title": "ย้ายไปบน",
|
||||||
|
|
@ -523,7 +523,7 @@
|
||||||
"password": "รหัสผ่าน",
|
"password": "รหัสผ่าน",
|
||||||
"paste-or-dragdrop": "วาง หรือลากและวาง ไฟล์ภาพ(ภาพเท่านั้น)",
|
"paste-or-dragdrop": "วาง หรือลากและวาง ไฟล์ภาพ(ภาพเท่านั้น)",
|
||||||
"participating": "Participating",
|
"participating": "Participating",
|
||||||
"preview": "ตัวอย่าง",
|
"preview": "ภาพตัวอย่าง",
|
||||||
"previewAttachedImagePopup-title": "ตัวอย่าง",
|
"previewAttachedImagePopup-title": "ตัวอย่าง",
|
||||||
"previewClipboardImagePopup-title": "ตัวอย่าง",
|
"previewClipboardImagePopup-title": "ตัวอย่าง",
|
||||||
"private": "ส่วนตัว",
|
"private": "ส่วนตัว",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Card",
|
"card": "Card",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
|
|
@ -145,7 +145,7 @@
|
||||||
"show-board_members-avatar": "Show Board members avatars",
|
"show-board_members-avatar": "Show Board members avatars",
|
||||||
"board-nb-stars": "%s yıldız",
|
"board-nb-stars": "%s yıldız",
|
||||||
"board-not-found": "Pano bulunamadı",
|
"board-not-found": "Pano bulunamadı",
|
||||||
"board-private-info": "This board will be <strong>private</strong>.",
|
"board-private-info": "Bu pano <strong>gizli</strong> olacak.",
|
||||||
"board-public-info": "Bu pano <strong>genel</strong>e açılacaktır.",
|
"board-public-info": "Bu pano <strong>genel</strong>e açılacaktır.",
|
||||||
"board-drag-drop-reorder-or-click-open": "Tahta ikonlarını yeniden sıralamak için sürükleyip bırakın. Tahtayı açmak için tahta ikonuna tıklayın.",
|
"board-drag-drop-reorder-or-click-open": "Tahta ikonlarını yeniden sıralamak için sürükleyip bırakın. Tahtayı açmak için tahta ikonuna tıklayın.",
|
||||||
"boardChangeColorPopup-title": "Pano arkaplan rengini değiştir",
|
"boardChangeColorPopup-title": "Pano arkaplan rengini değiştir",
|
||||||
|
|
@ -223,7 +223,7 @@
|
||||||
"cardDetailsActionsPopup-title": "Kart işlemleri",
|
"cardDetailsActionsPopup-title": "Kart işlemleri",
|
||||||
"cardLabelsPopup-title": "Etiketler",
|
"cardLabelsPopup-title": "Etiketler",
|
||||||
"cardMembersPopup-title": "Üyeler",
|
"cardMembersPopup-title": "Üyeler",
|
||||||
"cardMorePopup-title": "Daha fazla",
|
"cardMorePopup-title": "Daha",
|
||||||
"cardTemplatePopup-title": "Şablon oluştur",
|
"cardTemplatePopup-title": "Şablon oluştur",
|
||||||
"cards": "Kartlar",
|
"cards": "Kartlar",
|
||||||
"cards-count": "Kartlar",
|
"cards-count": "Kartlar",
|
||||||
|
|
@ -337,8 +337,8 @@
|
||||||
"edit-profile": "Profili Düzenle",
|
"edit-profile": "Profili Düzenle",
|
||||||
"edit-wip-limit": "Devam Eden İş Sınırını Düzenle",
|
"edit-wip-limit": "Devam Eden İş Sınırını Düzenle",
|
||||||
"soft-wip-limit": "Zayıf Devam Eden İş Sınırı",
|
"soft-wip-limit": "Zayıf Devam Eden İş Sınırı",
|
||||||
"editCardStartDatePopup-title": "Change start date",
|
"editCardStartDatePopup-title": "Başlangıç tarihini değiştir",
|
||||||
"editCardDueDatePopup-title": "Change due date",
|
"editCardDueDatePopup-title": "Bitiş tarihini değiştir",
|
||||||
"editCustomFieldPopup-title": "Alanı düzenle",
|
"editCustomFieldPopup-title": "Alanı düzenle",
|
||||||
"addReactionPopup-title": "Reaksiyon ekle",
|
"addReactionPopup-title": "Reaksiyon ekle",
|
||||||
"editCardSpentTimePopup-title": "Harcanan zamanı değiştir",
|
"editCardSpentTimePopup-title": "Harcanan zamanı değiştir",
|
||||||
|
|
@ -365,7 +365,7 @@
|
||||||
"error-board-notAMember": "Bu işlemi yapmak için panoya üye olmalısın.",
|
"error-board-notAMember": "Bu işlemi yapmak için panoya üye olmalısın.",
|
||||||
"error-json-malformed": "Girilen metin geçerli bir JSON formatında değil",
|
"error-json-malformed": "Girilen metin geçerli bir JSON formatında değil",
|
||||||
"error-json-schema": "Girdiğin JSON metni tüm bilgileri doğru biçimde barındırmıyor",
|
"error-json-schema": "Girdiğin JSON metni tüm bilgileri doğru biçimde barındırmıyor",
|
||||||
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format ",
|
"error-csv-schema": "CSV'niz (Virgülle Ayrılmış Değerler) / TSV'niz (Sekmeyle Ayrılmış Değerler) doğru formatta uygun bilgileri içermiyor",
|
||||||
"error-list-doesNotExist": "Liste bulunamadı",
|
"error-list-doesNotExist": "Liste bulunamadı",
|
||||||
"error-user-doesNotExist": "Kullanıcı bulunamadı",
|
"error-user-doesNotExist": "Kullanıcı bulunamadı",
|
||||||
"error-user-notAllowSelf": "Kendi kendini davet edemezsin",
|
"error-user-notAllowSelf": "Kendi kendini davet edemezsin",
|
||||||
|
|
@ -385,7 +385,7 @@
|
||||||
"export-card-pdf": "Kartı PDF olarak dışa aktar",
|
"export-card-pdf": "Kartı PDF olarak dışa aktar",
|
||||||
"user-can-not-export-card-to-pdf": "Bu kullanıcı kartı PDF olarak dışa aktaramaz.",
|
"user-can-not-export-card-to-pdf": "Bu kullanıcı kartı PDF olarak dışa aktaramaz.",
|
||||||
"exportBoardPopup-title": "Panoyu dışarı aktar",
|
"exportBoardPopup-title": "Panoyu dışarı aktar",
|
||||||
"exportCardPopup-title": "Kartı dışa aktar",
|
"exportCardPopup-title": "Kartı dışa aktar.",
|
||||||
"sort": "Sırala",
|
"sort": "Sırala",
|
||||||
"sorted": "Sıralanmış",
|
"sorted": "Sıralanmış",
|
||||||
"remove-sort": "Sıralamayı kaldır",
|
"remove-sort": "Sıralamayı kaldır",
|
||||||
|
|
@ -397,7 +397,7 @@
|
||||||
"list-label-short-modifiedAt": "(S)",
|
"list-label-short-modifiedAt": "(S)",
|
||||||
"list-label-short-title": "(A)",
|
"list-label-short-title": "(A)",
|
||||||
"list-label-short-sort": "(M)",
|
"list-label-short-sort": "(M)",
|
||||||
"filter": "Filter",
|
"filter": "Filtre",
|
||||||
"filter-cards": "Kartları veya Listeleri Filtrele",
|
"filter-cards": "Kartları veya Listeleri Filtrele",
|
||||||
"filter-dates-label": "Tarihe göre filtrele",
|
"filter-dates-label": "Tarihe göre filtrele",
|
||||||
"filter-no-due-date": "Son tarih yok",
|
"filter-no-due-date": "Son tarih yok",
|
||||||
|
|
@ -406,7 +406,7 @@
|
||||||
"filter-due-this-week": "Son tarihi bu hafta",
|
"filter-due-this-week": "Son tarihi bu hafta",
|
||||||
"filter-due-tomorrow": "Son tarihi yarın",
|
"filter-due-tomorrow": "Son tarihi yarın",
|
||||||
"list-filter-label": "Listeyi Başlığa Göre Filtrele",
|
"list-filter-label": "Listeyi Başlığa Göre Filtrele",
|
||||||
"filter-clear": "Clear filter",
|
"filter-clear": "Filtreyi temizle",
|
||||||
"filter-labels-label": "Etikete göre filtrele",
|
"filter-labels-label": "Etikete göre filtrele",
|
||||||
"filter-no-label": "Etiket yok",
|
"filter-no-label": "Etiket yok",
|
||||||
"filter-member-label": "Üyeye göre filtrele",
|
"filter-member-label": "Üyeye göre filtrele",
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Seçime göre filtreleme yap",
|
"filter-to-selection": "Seçime göre filtreleme yap",
|
||||||
"other-filters-label": "Diğer Filtreler",
|
"other-filters-label": "Diğer Filtreler",
|
||||||
"advanced-filter-label": "Gelişmiş Filtreleme",
|
"advanced-filter-label": "Gelişmiş Filtreleme",
|
||||||
"advanced-filter-description": "Gelişmiş Filtre, aşağıdaki operatörleri içeren bir dize yazmaya izin verir: == != <= >= && || ( ) Operatörler arasında ayırıcı olarak boşluk kullanılır. Adlarını ve değerlerini yazarak tüm Özel Alanlar için filtre uygulayabilirsiniz. Örneğin: Alan1 == Değer1. Not: Alanlar veya değerler boşluk içeriyorsa, bunları tek tırnak içine almanız gerekir. Örneğin: 'Alan 1' == 'Değer 1'. Tek kontrol karakterlerinin (' \/) atlanması için \ kullanabilirsiniz. Örneğin: Alan1 == Ben. Ayrıca birden fazla koşulu birleştirebilirsiniz. Örneğin: F1 == V1 || F1 == V2. Normalde tüm operatörler soldan sağa doğru yorumlanır. Parantez koyarak sırayı değiştirebilirsiniz. Örneğin: F1 == V1 && ( F2 == V2 || F2 == V3 ). Ayrıca normal ifadeyi kullanarak metin alanlarında arama yapabilirsiniz: F1 == /Tes.*/i",
|
"advanced-filter-description": "Gelişmiş Filtre, aşağıdaki operatörleri içeren bir dize yazmaya izin verir: == != <= >= && || ( ) Operatörler arasında ayırıcı olarak boşluk kullanılır. Adlarını ve değerlerini yazarak tüm Özel Alanlar için filtre uygulayabilirsiniz. Örneğin: Alan1 == Değer1. Not: Alanlar veya değerler boşluk içeriyorsa, bunları tek tırnak içine almanız gerekir. Örneğin: 'Alan 1' == 'Değer 1'. Tek kontrol karakterlerinin (' \\/) atlanması için \\ kullanabilirsiniz. Örneğin: Alan1 == Ben. Ayrıca birden fazla koşulu birleştirebilirsiniz. Örneğin: F1 == V1 || F1 == V2. Normalde tüm operatörler soldan sağa doğru yorumlanır. Parantez koyarak sırayı değiştirebilirsiniz. Örneğin: F1 == V1 && ( F2 == V2 || F2 == V3 ). Ayrıca normal ifadeyi kullanarak metin alanlarında arama yapabilirsiniz: F1 == /Tes.*/i",
|
||||||
"fullname": "Ad Soyad",
|
"fullname": "Ad Soyad",
|
||||||
"header-logo-title": "Panolar sayfanıza geri dön.",
|
"header-logo-title": "Panolar sayfanıza geri dön.",
|
||||||
"hide-system-messages": "Sistem mesajlarını gizle",
|
"hide-system-messages": "Sistem mesajlarını gizle",
|
||||||
|
|
@ -630,7 +630,7 @@
|
||||||
"invite-people": "Kullanıcı davet et",
|
"invite-people": "Kullanıcı davet et",
|
||||||
"to-boards": "Şu pano(lar)a",
|
"to-boards": "Şu pano(lar)a",
|
||||||
"email-addresses": "E-posta adresleri",
|
"email-addresses": "E-posta adresleri",
|
||||||
"smtp-host-description": "The address of the SMTP server that handles your emails.",
|
"smtp-host-description": "E-posta gönderimi yapan SMTP sunucu adresi",
|
||||||
"smtp-port-description": "E-posta gönderimi yapan SMTP sunucu portu",
|
"smtp-port-description": "E-posta gönderimi yapan SMTP sunucu portu",
|
||||||
"smtp-tls-description": "SMTP mail sunucusu için TLS kriptolama desteği açılsın",
|
"smtp-tls-description": "SMTP mail sunucusu için TLS kriptolama desteği açılsın",
|
||||||
"smtp-host": "SMTP sunucu adresi",
|
"smtp-host": "SMTP sunucu adresi",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Çıkarıldı:",
|
"r-removed-from": "Çıkarıldı:",
|
||||||
"r-the-board": "pano",
|
"r-the-board": "pano",
|
||||||
"r-list": "liste",
|
"r-list": "liste",
|
||||||
|
"list": "Liste",
|
||||||
"set-filter": "Filtrele",
|
"set-filter": "Filtrele",
|
||||||
"r-moved-to": "Şuraya taşındı:",
|
"r-moved-to": "Şuraya taşındı:",
|
||||||
"r-moved-from": "Şuradan taşındı:",
|
"r-moved-from": "Şuradan taşındı:",
|
||||||
|
|
@ -832,7 +833,7 @@
|
||||||
"r-items-list": "öğe1,öğe2,öğe3",
|
"r-items-list": "öğe1,öğe2,öğe3",
|
||||||
"r-add-swimlane": "Kulvar ekle",
|
"r-add-swimlane": "Kulvar ekle",
|
||||||
"r-swimlane-name": "kulvar adı",
|
"r-swimlane-name": "kulvar adı",
|
||||||
"r-board-note": "Note: leave a field empty to match every possible value. ",
|
"r-board-note": "Not: Her olası değere uyması için bir alanı boş bırakın.",
|
||||||
"r-checklist-note": "Not: kontrol listesindeki öğelerin virgülle ayrılmış değerler olarak yazılması gerekir.",
|
"r-checklist-note": "Not: kontrol listesindeki öğelerin virgülle ayrılmış değerler olarak yazılması gerekir.",
|
||||||
"r-when-a-card-is-moved": "Bir kart başka bir listeye taşındığında",
|
"r-when-a-card-is-moved": "Bir kart başka bir listeye taşındığında",
|
||||||
"r-set": "Ayarla",
|
"r-set": "Ayarla",
|
||||||
|
|
@ -863,9 +864,9 @@
|
||||||
"oidc-button-text": "OIDC Buton metnini özelleştirin",
|
"oidc-button-text": "OIDC Buton metnini özelleştirin",
|
||||||
"default-authentication-method": "Varsayılan Kimlik Doğrulama Yöntemi",
|
"default-authentication-method": "Varsayılan Kimlik Doğrulama Yöntemi",
|
||||||
"duplicate-board": "Panoyu Çoğalt",
|
"duplicate-board": "Panoyu Çoğalt",
|
||||||
"org-number": "The number of organizations is: ",
|
"org-number": "Organizasyon sayısı:",
|
||||||
"team-number": "The number of teams is: ",
|
"team-number": "Takım sayısı:",
|
||||||
"people-number": "The number of people is: ",
|
"people-number": "Kişi sayısı:",
|
||||||
"swimlaneDeletePopup-title": "Kulvar silinsin mi?",
|
"swimlaneDeletePopup-title": "Kulvar silinsin mi?",
|
||||||
"swimlane-delete-pop": "Tüm eylemler etkinlik akışından kaldırılacak ve kulvarınızı kurtaramayacaksınız. Geri alınamaz.",
|
"swimlane-delete-pop": "Tüm eylemler etkinlik akışından kaldırılacak ve kulvarınızı kurtaramayacaksınız. Geri alınamaz.",
|
||||||
"restore-all": "Her şeyi eski haline getir",
|
"restore-all": "Her şeyi eski haline getir",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Kişi",
|
"person": "Kişi",
|
||||||
"my-cards": "Kartlarım",
|
"my-cards": "Kartlarım",
|
||||||
"card": "Kart",
|
"card": "Kart",
|
||||||
"list": "Liste",
|
|
||||||
"board": "Pano",
|
"board": "Pano",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Full Name",
|
"fullname": "Full Name",
|
||||||
"header-logo-title": "Go back to your boards page.",
|
"header-logo-title": "Go back to your boards page.",
|
||||||
"hide-system-messages": "Hide system messages",
|
"hide-system-messages": "Hide system messages",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Removed from",
|
"r-removed-from": "Removed from",
|
||||||
"r-the-board": "the board",
|
"r-the-board": "the board",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "Moved to",
|
"r-moved-to": "Moved to",
|
||||||
"r-moved-from": "Moved from",
|
"r-moved-from": "Moved from",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Card",
|
"card": "Card",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Full Name",
|
"fullname": "Full Name",
|
||||||
"header-logo-title": "Go back to your boards page.",
|
"header-logo-title": "Go back to your boards page.",
|
||||||
"hide-system-messages": "Hide system messages",
|
"hide-system-messages": "Hide system messages",
|
||||||
|
|
@ -491,7 +491,7 @@
|
||||||
"log-out": "Log Out",
|
"log-out": "Log Out",
|
||||||
"log-in": "Log In",
|
"log-in": "Log In",
|
||||||
"loginPopup-title": "Log In",
|
"loginPopup-title": "Log In",
|
||||||
"memberMenuPopup-title": "Налаштування користувачів",
|
"memberMenuPopup-title": "Member Settings",
|
||||||
"members": "Користувачі",
|
"members": "Користувачі",
|
||||||
"menu": "Меню",
|
"menu": "Меню",
|
||||||
"move-selection": "Перенести обране",
|
"move-selection": "Перенести обране",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Видалити з",
|
"r-removed-from": "Видалити з",
|
||||||
"r-the-board": "Дошка",
|
"r-the-board": "Дошка",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "переміщено до",
|
"r-moved-to": "переміщено до",
|
||||||
"r-moved-from": "переміщено з",
|
"r-moved-from": "переміщено з",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Картка",
|
"card": "Картка",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@
|
||||||
"act-addAttachment": "прикріплено вкладення __attachment__ до картки__card__ у списку __list__ на доріжці __swimlane__ дошки__board__",
|
"act-addAttachment": "прикріплено вкладення __attachment__ до картки__card__ у списку __list__ на доріжці __swimlane__ дошки__board__",
|
||||||
"act-deleteAttachment": "видалено вкладення __attachment__ з картки __card__ у списку __list__ на доріжці __swimlane__ дошки __board__",
|
"act-deleteAttachment": "видалено вкладення __attachment__ з картки __card__ у списку __list__ на доріжці __swimlane__ дошки __board__",
|
||||||
"act-addSubtask": "додано підзадачу __subtask__ для картки __card__ у списку __list__ на доріжці __swimlane__ дошки __board__",
|
"act-addSubtask": "додано підзадачу __subtask__ для картки __card__ у списку __list__ на доріжці __swimlane__ дошки __board__",
|
||||||
"act-addLabel": "Додано мітку __label__ до картки __card__ у списку __list__ на доріжці __swimlane__ дошки __board__",
|
"act-addLabel": "Додано мітку __label__ до картки __card__ у списку __list__ на доріжці __swimlane__ дошки __board__\n ",
|
||||||
"act-addedLabel": "Додано мітку __label__ до картки __card__ у списку __list__ на доріжці __swimlane__ дошки __board__",
|
"act-addedLabel": "Додано мітку __label__ до картки __card__ у списку __list__ на доріжці __swimlane__ дошки __board__\n ",
|
||||||
"act-removeLabel": "Знято мітку __label__ з картки __card__ у списку __list__ на доріжці __swimlane__ дошки __board__",
|
"act-removeLabel": "Знято мітку __label__ з картки __card__ у списку __list__ на доріжці __swimlane__ дошки __board__",
|
||||||
"act-removedLabel": "Знято мітку __label__ з картки __card__ у списку __list__ на доріжці __swimlane__ дошки __board__",
|
"act-removedLabel": "Знято мітку __label__ з картки __card__ у списку __list__ на доріжці __swimlane__ дошки __board__",
|
||||||
"act-addChecklist": "додано контрольний список __checklist__ до картки __card__ у списку __list__ на доріжці __swimlane__ дошки __board__",
|
"act-addChecklist": "додано контрольний список __checklist__ до картки __card__ у списку __list__ на доріжці __swimlane__ дошки __board__",
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
"other-filters-label": "Other Filters",
|
"other-filters-label": "Other Filters",
|
||||||
"advanced-filter-label": "Advanced Filter",
|
"advanced-filter-label": "Advanced Filter",
|
||||||
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \/) to be skipped, you can use \. For example: Field1 == I\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
"advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
|
||||||
"fullname": "Full Name",
|
"fullname": "Full Name",
|
||||||
"header-logo-title": "Go back to your boards page.",
|
"header-logo-title": "Go back to your boards page.",
|
||||||
"hide-system-messages": "Hide system messages",
|
"hide-system-messages": "Hide system messages",
|
||||||
|
|
@ -743,7 +743,7 @@
|
||||||
"r-add-rule": "Add rule",
|
"r-add-rule": "Add rule",
|
||||||
"r-view-rule": "Переглянути правило",
|
"r-view-rule": "Переглянути правило",
|
||||||
"r-delete-rule": "Видалити правило",
|
"r-delete-rule": "Видалити правило",
|
||||||
"r-new-rule-name": "Заголовок нового правила",
|
"r-new-rule-name": "Заголовок нового правила\n",
|
||||||
"r-no-rules": "No rules",
|
"r-no-rules": "No rules",
|
||||||
"r-trigger": "Trigger",
|
"r-trigger": "Trigger",
|
||||||
"r-action": "Action",
|
"r-action": "Action",
|
||||||
|
|
@ -754,6 +754,7 @@
|
||||||
"r-removed-from": "Видалити з",
|
"r-removed-from": "Видалити з",
|
||||||
"r-the-board": "Дошка",
|
"r-the-board": "Дошка",
|
||||||
"r-list": "list",
|
"r-list": "list",
|
||||||
|
"list": "List",
|
||||||
"set-filter": "Set Filter",
|
"set-filter": "Set Filter",
|
||||||
"r-moved-to": "переміщено до",
|
"r-moved-to": "переміщено до",
|
||||||
"r-moved-from": "переміщено з",
|
"r-moved-from": "переміщено з",
|
||||||
|
|
@ -783,7 +784,7 @@
|
||||||
"r-unarchive": "Restore from Archive",
|
"r-unarchive": "Restore from Archive",
|
||||||
"r-card": "Картка",
|
"r-card": "Картка",
|
||||||
"r-add": "Додати",
|
"r-add": "Додати",
|
||||||
"r-remove": "Видалити",
|
"r-remove": "Видалити\n",
|
||||||
"r-label": "label",
|
"r-label": "label",
|
||||||
"r-member": "Користувач",
|
"r-member": "Користувач",
|
||||||
"r-remove-all": "Видалити усіх учасників картки",
|
"r-remove-all": "Видалити усіх учасників картки",
|
||||||
|
|
@ -944,7 +945,6 @@
|
||||||
"person": "Person",
|
"person": "Person",
|
||||||
"my-cards": "My Cards",
|
"my-cards": "My Cards",
|
||||||
"card": "Картка",
|
"card": "Картка",
|
||||||
"list": "List",
|
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsViewChange-title": "My Cards View",
|
"myCardsViewChange-title": "My Cards View",
|
||||||
|
|
@ -1135,7 +1135,7 @@
|
||||||
"add-teams-label": "Added teams are displayed below:",
|
"add-teams-label": "Added teams are displayed below:",
|
||||||
"remove-team-from-table": "Are you sure you want to remove this team from the board ?",
|
"remove-team-from-table": "Are you sure you want to remove this team from the board ?",
|
||||||
"confirm-btn": "Confirm",
|
"confirm-btn": "Confirm",
|
||||||
"remove-btn": "Видалити",
|
"remove-btn": "Видалити\n",
|
||||||
"filter-card-title-label": "Filter by card title",
|
"filter-card-title-label": "Filter by card title",
|
||||||
"invite-people-success": "Invitation to register sent with success",
|
"invite-people-success": "Invitation to register sent with success",
|
||||||
"invite-people-error": "Error while sending invitation to register",
|
"invite-people-error": "Error while sending invitation to register",
|
||||||
|
|
|
||||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue