foreman-tasks 11.0.5 → 11.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/javascripts/foreman-tasks/locale/de/foreman_tasks.js +5 -2
- data/app/assets/javascripts/foreman-tasks/locale/en/foreman_tasks.js +4 -1
- data/app/assets/javascripts/foreman-tasks/locale/es/foreman_tasks.js +5 -2
- data/app/assets/javascripts/foreman-tasks/locale/fr/foreman_tasks.js +11 -8
- data/app/assets/javascripts/foreman-tasks/locale/ja/foreman_tasks.js +12 -9
- data/app/assets/javascripts/foreman-tasks/locale/ka/foreman_tasks.js +5 -2
- data/app/assets/javascripts/foreman-tasks/locale/ko/foreman_tasks.js +167 -165
- data/app/assets/javascripts/foreman-tasks/locale/pt_BR/foreman_tasks.js +5 -2
- data/app/assets/javascripts/foreman-tasks/locale/ru/foreman_tasks.js +5 -2
- data/app/assets/javascripts/foreman-tasks/locale/zh_CN/foreman_tasks.js +11 -8
- data/app/assets/javascripts/foreman-tasks/locale/zh_TW/foreman_tasks.js +5 -2
- data/lib/foreman_tasks/dynflow/console_authorizer.rb +1 -3
- data/lib/foreman_tasks/version.rb +1 -1
- data/locale/Makefile +18 -7
- data/locale/de/LC_MESSAGES/foreman_tasks.mo +0 -0
- data/locale/de/foreman_tasks.po +5 -2
- data/locale/en/LC_MESSAGES/foreman_tasks.mo +0 -0
- data/locale/en/foreman_tasks.po +4 -1
- data/locale/es/LC_MESSAGES/foreman_tasks.mo +0 -0
- data/locale/es/foreman_tasks.po +5 -2
- data/locale/foreman_tasks.pot +10 -6
- data/locale/fr/LC_MESSAGES/foreman_tasks.mo +0 -0
- data/locale/fr/foreman_tasks.po +11 -8
- data/locale/ja/LC_MESSAGES/foreman_tasks.mo +0 -0
- data/locale/ja/foreman_tasks.po +12 -9
- data/locale/ka/LC_MESSAGES/foreman_tasks.mo +0 -0
- data/locale/ka/foreman_tasks.po +5 -2
- data/locale/ko/LC_MESSAGES/foreman_tasks.mo +0 -0
- data/locale/ko/foreman_tasks.po +167 -165
- data/locale/pt_BR/LC_MESSAGES/foreman_tasks.mo +0 -0
- data/locale/pt_BR/foreman_tasks.po +5 -2
- data/locale/ru/LC_MESSAGES/foreman_tasks.mo +0 -0
- data/locale/ru/foreman_tasks.po +5 -2
- data/locale/zh_CN/LC_MESSAGES/foreman_tasks.mo +0 -0
- data/locale/zh_CN/foreman_tasks.po +11 -8
- data/locale/zh_TW/LC_MESSAGES/foreman_tasks.mo +0 -0
- data/locale/zh_TW/foreman_tasks.po +5 -2
- metadata +1 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"locale_data": {
|
|
4
4
|
"foreman_tasks": {
|
|
5
5
|
"": {
|
|
6
|
-
"Project-Id-Version": "
|
|
6
|
+
"Project-Id-Version": "foreman-tasks 11.0.5",
|
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
|
8
8
|
"PO-Revision-Date": "2016-02-12 14:04+0000",
|
|
9
9
|
"Last-Translator": "Luiz Henrique Vasconcelos <luizvasconceloss@yahoo.com.br>, 2017-2018",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"Ação"
|
|
64
64
|
],
|
|
65
65
|
"Action with sub plans": [
|
|
66
|
-
"
|
|
66
|
+
""
|
|
67
67
|
],
|
|
68
68
|
"Active": [
|
|
69
69
|
"Ativo"
|
|
@@ -314,6 +314,9 @@
|
|
|
314
314
|
"Input": [
|
|
315
315
|
"Entrada"
|
|
316
316
|
],
|
|
317
|
+
"Invalid URL": [
|
|
318
|
+
""
|
|
319
|
+
],
|
|
317
320
|
"Iteration limit": [
|
|
318
321
|
"Limite de iteração"
|
|
319
322
|
],
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"locale_data": {
|
|
4
4
|
"foreman_tasks": {
|
|
5
5
|
"": {
|
|
6
|
-
"Project-Id-Version": "
|
|
6
|
+
"Project-Id-Version": "foreman-tasks 11.0.5",
|
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
|
8
8
|
"PO-Revision-Date": "2016-02-12 14:04+0000",
|
|
9
9
|
"Last-Translator": "Yulia <yulia.poyarkova@redhat.com>, 2016",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"Действие"
|
|
64
64
|
],
|
|
65
65
|
"Action with sub plans": [
|
|
66
|
-
"
|
|
66
|
+
""
|
|
67
67
|
],
|
|
68
68
|
"Active": [
|
|
69
69
|
"Активно"
|
|
@@ -314,6 +314,9 @@
|
|
|
314
314
|
"Input": [
|
|
315
315
|
"Вход"
|
|
316
316
|
],
|
|
317
|
+
"Invalid URL": [
|
|
318
|
+
""
|
|
319
|
+
],
|
|
317
320
|
"Iteration limit": [
|
|
318
321
|
"Максимальное число итераций"
|
|
319
322
|
],
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"locale_data": {
|
|
4
4
|
"foreman_tasks": {
|
|
5
5
|
"": {
|
|
6
|
-
"Project-Id-Version": "
|
|
6
|
+
"Project-Id-Version": "foreman-tasks 11.0.5",
|
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
|
8
8
|
"PO-Revision-Date": "2016-02-12 14:04+0000",
|
|
9
9
|
"Last-Translator": "FULL NAME <EMAIL@ADDRESS>",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"操作"
|
|
64
64
|
],
|
|
65
65
|
"Action with sub plans": [
|
|
66
|
-
"
|
|
66
|
+
""
|
|
67
67
|
],
|
|
68
68
|
"Active": [
|
|
69
69
|
"活跃"
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
"无法更新一个已取消的周期性逻辑。"
|
|
148
148
|
],
|
|
149
149
|
"Changing request id %{request_id} to saved id %{saved_id}": [
|
|
150
|
-
"将请求 id
|
|
150
|
+
"将请求 id %{request_id} 改为保存的 id %%{saved_id}"
|
|
151
151
|
],
|
|
152
152
|
"Check for long running tasks": [
|
|
153
153
|
"检查长时间运行的任务"
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
"错误:"
|
|
241
241
|
],
|
|
242
242
|
"Event delivered by request %{request_id}": [
|
|
243
|
-
"由请求
|
|
243
|
+
"由请求 %{request_id} 发送的事件"
|
|
244
244
|
],
|
|
245
245
|
"Exception": [
|
|
246
246
|
"例外"
|
|
@@ -314,6 +314,9 @@
|
|
|
314
314
|
"Input": [
|
|
315
315
|
"输入"
|
|
316
316
|
],
|
|
317
|
+
"Invalid URL": [
|
|
318
|
+
""
|
|
319
|
+
],
|
|
317
320
|
"Iteration limit": [
|
|
318
321
|
"重述限制"
|
|
319
322
|
],
|
|
@@ -546,7 +549,7 @@
|
|
|
546
549
|
"调度未来的执行"
|
|
547
550
|
],
|
|
548
551
|
"Scheduled": [
|
|
549
|
-
"
|
|
552
|
+
"调度"
|
|
550
553
|
],
|
|
551
554
|
"Search query": [
|
|
552
555
|
"搜索查询"
|
|
@@ -798,7 +801,7 @@
|
|
|
798
801
|
"小时(范围:0-23)"
|
|
799
802
|
],
|
|
800
803
|
"is in the past": [
|
|
801
|
-
""
|
|
804
|
+
"在过去"
|
|
802
805
|
],
|
|
803
806
|
"is minute (range: 0-59)": [
|
|
804
807
|
"分钟(范围:0-59)"
|
|
@@ -816,10 +819,10 @@
|
|
|
816
819
|
"模式"
|
|
817
820
|
],
|
|
818
821
|
"mode has to be one of %{allowed_modes}": [
|
|
819
|
-
"模式必须是
|
|
822
|
+
"模式必须是 %{allowed_modes} 之一"
|
|
820
823
|
],
|
|
821
824
|
"must be set": [
|
|
822
|
-
""
|
|
825
|
+
"必须设置"
|
|
823
826
|
],
|
|
824
827
|
"older": [
|
|
825
828
|
"较老"
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"locale_data": {
|
|
4
4
|
"foreman_tasks": {
|
|
5
5
|
"": {
|
|
6
|
-
"Project-Id-Version": "
|
|
6
|
+
"Project-Id-Version": "foreman-tasks 11.0.5",
|
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
|
8
8
|
"PO-Revision-Date": "2016-02-12 14:04+0000",
|
|
9
9
|
"Last-Translator": "FULL NAME <EMAIL@ADDRESS>",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"動作"
|
|
64
64
|
],
|
|
65
65
|
"Action with sub plans": [
|
|
66
|
-
"
|
|
66
|
+
""
|
|
67
67
|
],
|
|
68
68
|
"Active": [
|
|
69
69
|
"啟用中"
|
|
@@ -314,6 +314,9 @@
|
|
|
314
314
|
"Input": [
|
|
315
315
|
"輸入"
|
|
316
316
|
],
|
|
317
|
+
"Invalid URL": [
|
|
318
|
+
""
|
|
319
|
+
],
|
|
317
320
|
"Iteration limit": [
|
|
318
321
|
"重述限制"
|
|
319
322
|
],
|
|
@@ -33,9 +33,7 @@ module ForemanTasks
|
|
|
33
33
|
# users with unlimited edit_foreman_tasks can operate with the
|
|
34
34
|
# console no matter what task it is...
|
|
35
35
|
edit_permission = Permission.where(:name => :edit_foreman_tasks, :resource_type => ForemanTasks::Task.name).first
|
|
36
|
-
|
|
37
|
-
true
|
|
38
|
-
end
|
|
36
|
+
@user.filters.joins(:filterings).where(:search => nil, :taxonomy_search => nil, 'filterings.permission_id' => edit_permission).exists?
|
|
39
37
|
end
|
|
40
38
|
|
|
41
39
|
def authorized_for_task?
|
data/locale/Makefile
CHANGED
|
@@ -6,8 +6,9 @@
|
|
|
6
6
|
# make tx-update - download and merge translations from Transifex
|
|
7
7
|
# make clean - clean everything
|
|
8
8
|
#
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
GEM_NAME = $(shell ruby -rrubygems -e 'puts Gem::Specification::load(Dir.glob("../*.gemspec")[0]).name')
|
|
10
|
+
DOMAIN = $(shell echo $(GEM_NAME) | sed s/-/_/g)
|
|
11
|
+
VERSION = $(shell ruby -rrubygems -e 'puts Gem::Specification::load(Dir.glob("../*.gemspec")[0]).version')
|
|
11
12
|
POTFILE = $(DOMAIN).pot
|
|
12
13
|
MOFILE = $(DOMAIN).mo
|
|
13
14
|
POFILES = $(shell find . -name '$(DOMAIN).po')
|
|
@@ -31,9 +32,16 @@ all-mo: $(MOFILES)
|
|
|
31
32
|
cat $@
|
|
32
33
|
! grep -q msgid $@
|
|
33
34
|
|
|
34
|
-
%.edit.po:
|
|
35
|
+
%.edit.po: %.po.time_stamp
|
|
35
36
|
touch $@
|
|
36
37
|
|
|
38
|
+
# gettext will trash the .edit.po file if the time stamp doesn't exist or is older than the po file
|
|
39
|
+
%.po.time_stamp: %.po
|
|
40
|
+
touch --reference $< $@
|
|
41
|
+
|
|
42
|
+
# Prevent make from treating this as an intermediate file to be cleaned up
|
|
43
|
+
.PRECIOUS: %.po.time_stamp
|
|
44
|
+
|
|
37
45
|
check: $(POXFILES)
|
|
38
46
|
|
|
39
47
|
# Unify duplicate translations
|
|
@@ -43,15 +51,18 @@ uniq-po:
|
|
|
43
51
|
done
|
|
44
52
|
|
|
45
53
|
tx-pull: $(EDITFILES)
|
|
46
|
-
|
|
54
|
+
# Initialize new languages
|
|
55
|
+
cd .. && tx pull -f --all --minimum-perc 50
|
|
56
|
+
# Force update all existing languages
|
|
57
|
+
cd .. && tx pull -f --minimum-perc 0
|
|
47
58
|
for f in $(EDITFILES) ; do \
|
|
48
|
-
sed -i 's/^\("Project-Id-Version: \).*$$/\1$(
|
|
59
|
+
sed -i 's/^\("Project-Id-Version: \).*$$/\1$(GEM_NAME) $(VERSION)\\n"/' $$f; \
|
|
49
60
|
done
|
|
50
61
|
|
|
51
62
|
tx-update: tx-pull
|
|
52
63
|
@echo
|
|
53
|
-
@echo Run rake plugin:gettext[$(
|
|
54
|
-
@echo then run rake plugin:po_to_json[$(
|
|
64
|
+
@echo Run rake plugin:gettext[$(GEM_NAME)] from the Foreman installation
|
|
65
|
+
@echo then run rake plugin:po_to_json[$(GEM_NAME)] from the Foreman installation
|
|
55
66
|
@echo then run make -C locale mo-files to finish
|
|
56
67
|
@echo
|
|
57
68
|
|
|
Binary file
|
data/locale/de/foreman_tasks.po
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
# pdolinic, 2021
|
|
10
10
|
msgid ""
|
|
11
11
|
msgstr ""
|
|
12
|
-
"Project-Id-Version:
|
|
12
|
+
"Project-Id-Version: foreman-tasks 11.0.5\n"
|
|
13
13
|
"Report-Msgid-Bugs-To: \n"
|
|
14
14
|
"PO-Revision-Date: 2016-02-12 14:04+0000\n"
|
|
15
15
|
"Last-Translator: Ettore Atalan <atalanttore@googlemail.com>, 2016-2017,2023\n"
|
|
@@ -66,7 +66,7 @@ msgid "Action"
|
|
|
66
66
|
msgstr "Aktion"
|
|
67
67
|
|
|
68
68
|
msgid "Action with sub plans"
|
|
69
|
-
msgstr "
|
|
69
|
+
msgstr ""
|
|
70
70
|
|
|
71
71
|
msgid "Active"
|
|
72
72
|
msgstr "Aktiv"
|
|
@@ -318,6 +318,9 @@ msgstr "Initialisierungsfehler: %s"
|
|
|
318
318
|
msgid "Input"
|
|
319
319
|
msgstr "Eingang"
|
|
320
320
|
|
|
321
|
+
msgid "Invalid URL"
|
|
322
|
+
msgstr "Ungültige URL"
|
|
323
|
+
|
|
321
324
|
msgid "Iteration limit"
|
|
322
325
|
msgstr "Wiederholungslimit"
|
|
323
326
|
|
|
Binary file
|
data/locale/en/foreman_tasks.po
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
#
|
|
6
6
|
msgid ""
|
|
7
7
|
msgstr ""
|
|
8
|
-
"Project-Id-Version:
|
|
8
|
+
"Project-Id-Version: foreman-tasks 11.0.5\n"
|
|
9
9
|
"Report-Msgid-Bugs-To: \n"
|
|
10
10
|
"PO-Revision-Date: 2023-05-18 08:15+0000\n"
|
|
11
11
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
@@ -314,6 +314,9 @@ msgstr ""
|
|
|
314
314
|
msgid "Input"
|
|
315
315
|
msgstr ""
|
|
316
316
|
|
|
317
|
+
msgid "Invalid URL"
|
|
318
|
+
msgstr ""
|
|
319
|
+
|
|
317
320
|
msgid "Iteration limit"
|
|
318
321
|
msgstr ""
|
|
319
322
|
|
|
Binary file
|
data/locale/es/foreman_tasks.po
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
# francis <hackgo@gmail.com>, 2017
|
|
8
8
|
msgid ""
|
|
9
9
|
msgstr ""
|
|
10
|
-
"Project-Id-Version:
|
|
10
|
+
"Project-Id-Version: foreman-tasks 11.0.5\n"
|
|
11
11
|
"Report-Msgid-Bugs-To: \n"
|
|
12
12
|
"PO-Revision-Date: 2016-02-12 14:04+0000\n"
|
|
13
13
|
"Last-Translator: francis <hackgo@gmail.com>, 2017\n"
|
|
@@ -66,7 +66,7 @@ msgid "Action"
|
|
|
66
66
|
msgstr "Acción"
|
|
67
67
|
|
|
68
68
|
msgid "Action with sub plans"
|
|
69
|
-
msgstr "
|
|
69
|
+
msgstr ""
|
|
70
70
|
|
|
71
71
|
msgid "Active"
|
|
72
72
|
msgstr "Activo"
|
|
@@ -318,6 +318,9 @@ msgstr "Error de inicialización: %s"
|
|
|
318
318
|
msgid "Input"
|
|
319
319
|
msgstr "Entrada"
|
|
320
320
|
|
|
321
|
+
msgid "Invalid URL"
|
|
322
|
+
msgstr ""
|
|
323
|
+
|
|
321
324
|
msgid "Iteration limit"
|
|
322
325
|
msgstr "Límite de iteración"
|
|
323
326
|
|
data/locale/foreman_tasks.pot
CHANGED
|
@@ -8,8 +8,8 @@ msgid ""
|
|
|
8
8
|
msgstr ""
|
|
9
9
|
"Project-Id-Version: foreman_tasks 1.0.0\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
|
11
|
-
"POT-Creation-Date: 2025-
|
|
12
|
-
"PO-Revision-Date: 2025-
|
|
11
|
+
"POT-Creation-Date: 2025-10-22 11:24-0400\n"
|
|
12
|
+
"PO-Revision-Date: 2025-10-22 11:24-0400\n"
|
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
15
15
|
"Language: \n"
|
|
@@ -679,7 +679,7 @@ msgstr ""
|
|
|
679
679
|
|
|
680
680
|
#:
|
|
681
681
|
#: ../app/views/foreman_tasks/tasks/dashboard/_latest_tasks_in_error_warning.html.erb:1
|
|
682
|
-
#: ../lib/foreman_tasks/engine.rb:
|
|
682
|
+
#: ../lib/foreman_tasks/engine.rb:124
|
|
683
683
|
msgid "Latest Warning/Error Tasks"
|
|
684
684
|
msgstr ""
|
|
685
685
|
|
|
@@ -701,7 +701,7 @@ msgid "Started"
|
|
|
701
701
|
msgstr ""
|
|
702
702
|
|
|
703
703
|
#: ../app/views/foreman_tasks/tasks/dashboard/_tasks_status.html.erb:1
|
|
704
|
-
#: ../lib/foreman_tasks/engine.rb:
|
|
704
|
+
#: ../lib/foreman_tasks/engine.rb:123
|
|
705
705
|
msgid "Task Status"
|
|
706
706
|
msgstr ""
|
|
707
707
|
|
|
@@ -840,16 +840,20 @@ msgstr ""
|
|
|
840
840
|
msgid "Tasks troubleshooting URL"
|
|
841
841
|
msgstr ""
|
|
842
842
|
|
|
843
|
-
#: ../lib/foreman_tasks/engine.rb:
|
|
843
|
+
#: ../lib/foreman_tasks/engine.rb:100
|
|
844
844
|
msgid ""
|
|
845
845
|
"Polling multiplier which is used to multiply the default polling intervals. Th"
|
|
846
846
|
"is can be used to prevent polling too frequently for long running tasks."
|
|
847
847
|
msgstr ""
|
|
848
848
|
|
|
849
|
-
#: ../lib/foreman_tasks/engine.rb:
|
|
849
|
+
#: ../lib/foreman_tasks/engine.rb:103
|
|
850
850
|
msgid "Polling intervals multiplier"
|
|
851
851
|
msgstr ""
|
|
852
852
|
|
|
853
|
+
#: ../lib/foreman_tasks/engine.rb:221
|
|
854
|
+
msgid "Invalid URL"
|
|
855
|
+
msgstr ""
|
|
856
|
+
|
|
853
857
|
#: ../webpack/ForemanTasks/Components/TaskActions/TaskActionHelpers.js:44
|
|
854
858
|
msgid "was resumed"
|
|
855
859
|
msgstr ""
|
|
Binary file
|
data/locale/fr/foreman_tasks.po
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
# Claer <transiblu@claer.hammock.fr>, 2016
|
|
8
8
|
msgid ""
|
|
9
9
|
msgstr ""
|
|
10
|
-
"Project-Id-Version:
|
|
10
|
+
"Project-Id-Version: foreman-tasks 11.0.5\n"
|
|
11
11
|
"Report-Msgid-Bugs-To: \n"
|
|
12
12
|
"PO-Revision-Date: 2016-02-12 14:04+0000\n"
|
|
13
13
|
"Last-Translator: Claer <transiblu@claer.hammock.fr>, 2016\n"
|
|
@@ -65,7 +65,7 @@ msgid "Action"
|
|
|
65
65
|
msgstr "Action"
|
|
66
66
|
|
|
67
67
|
msgid "Action with sub plans"
|
|
68
|
-
msgstr "
|
|
68
|
+
msgstr ""
|
|
69
69
|
|
|
70
70
|
msgid "Active"
|
|
71
71
|
msgstr "Actif"
|
|
@@ -150,7 +150,7 @@ msgid "Cannot update a cancelled Recurring Logic."
|
|
|
150
150
|
msgstr "Impossible de mettre à jour une logique récurrente annulée."
|
|
151
151
|
|
|
152
152
|
msgid "Changing request id %{request_id} to saved id %{saved_id}"
|
|
153
|
-
msgstr "Changement de l'id de la demande
|
|
153
|
+
msgstr "Changement de l'id de la demande %{request_id} en id %{saved_id} sauvegardée"
|
|
154
154
|
|
|
155
155
|
msgid "Check for long running tasks"
|
|
156
156
|
msgstr "Rechercher les tâches de longue durée"
|
|
@@ -243,7 +243,7 @@ msgid "Errors:"
|
|
|
243
243
|
msgstr "Erreurs :"
|
|
244
244
|
|
|
245
245
|
msgid "Event delivered by request %{request_id}"
|
|
246
|
-
msgstr "Événement livré sur demande
|
|
246
|
+
msgstr "Événement livré sur demande %{request_id}"
|
|
247
247
|
|
|
248
248
|
msgid "Exception"
|
|
249
249
|
msgstr "Exception"
|
|
@@ -317,6 +317,9 @@ msgstr "Erreur d'initialisation : %s"
|
|
|
317
317
|
msgid "Input"
|
|
318
318
|
msgstr "Entrée"
|
|
319
319
|
|
|
320
|
+
msgid "Invalid URL"
|
|
321
|
+
msgstr ""
|
|
322
|
+
|
|
320
323
|
msgid "Iteration limit"
|
|
321
324
|
msgstr "Limite de l'itération"
|
|
322
325
|
|
|
@@ -550,7 +553,7 @@ msgid "Schedule future execution"
|
|
|
550
553
|
msgstr "Programmer une exécution prochaine"
|
|
551
554
|
|
|
552
555
|
msgid "Scheduled"
|
|
553
|
-
msgstr "
|
|
556
|
+
msgstr "Programmé"
|
|
554
557
|
|
|
555
558
|
msgid "Search query"
|
|
556
559
|
msgstr "Requête de recherche"
|
|
@@ -808,7 +811,7 @@ msgid "is hour (range: 0-23)"
|
|
|
808
811
|
msgstr "est heure (plage: 0-23)"
|
|
809
812
|
|
|
810
813
|
msgid "is in the past"
|
|
811
|
-
msgstr ""
|
|
814
|
+
msgstr "est dans le passé"
|
|
812
815
|
|
|
813
816
|
#. TRANSLATORS: this translation is referring to an option which is a time interval
|
|
814
817
|
msgid "is minute (range: 0-59)"
|
|
@@ -828,10 +831,10 @@ msgid "mode"
|
|
|
828
831
|
msgstr "mode"
|
|
829
832
|
|
|
830
833
|
msgid "mode has to be one of %{allowed_modes}"
|
|
831
|
-
msgstr "mode doit être un parmi
|
|
834
|
+
msgstr "mode doit être un parmi %{allowed_modes}"
|
|
832
835
|
|
|
833
836
|
msgid "must be set"
|
|
834
|
-
msgstr ""
|
|
837
|
+
msgstr "doit être défini"
|
|
835
838
|
|
|
836
839
|
msgid "older"
|
|
837
840
|
msgstr "plus ancien"
|
|
Binary file
|
data/locale/ja/foreman_tasks.po
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
# Kazuki Omo <kazuki.omo@gmail.com>, 2019
|
|
7
7
|
msgid ""
|
|
8
8
|
msgstr ""
|
|
9
|
-
"Project-Id-Version:
|
|
9
|
+
"Project-Id-Version: foreman-tasks 11.0.5\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
|
11
11
|
"PO-Revision-Date: 2016-02-12 14:04+0000\n"
|
|
12
12
|
"Last-Translator: Kazuki Omo <kazuki.omo@gmail.com>, 2019\n"
|
|
@@ -64,7 +64,7 @@ msgid "Action"
|
|
|
64
64
|
msgstr "アクション"
|
|
65
65
|
|
|
66
66
|
msgid "Action with sub plans"
|
|
67
|
-
msgstr "
|
|
67
|
+
msgstr ""
|
|
68
68
|
|
|
69
69
|
msgid "Active"
|
|
70
70
|
msgstr "アクティブ"
|
|
@@ -149,7 +149,7 @@ msgid "Cannot update a cancelled Recurring Logic."
|
|
|
149
149
|
msgstr "取り消された再帰論理を更新できません"
|
|
150
150
|
|
|
151
151
|
msgid "Changing request id %{request_id} to saved id %{saved_id}"
|
|
152
|
-
msgstr "要求 ID
|
|
152
|
+
msgstr "要求 ID %{request_id} を保存済み ID %{saved_id} に変更しています"
|
|
153
153
|
|
|
154
154
|
msgid "Check for long running tasks"
|
|
155
155
|
msgstr "長時間実行中のタスクの確認"
|
|
@@ -242,7 +242,7 @@ msgid "Errors:"
|
|
|
242
242
|
msgstr "エラー:"
|
|
243
243
|
|
|
244
244
|
msgid "Event delivered by request %{request_id}"
|
|
245
|
-
msgstr "要求
|
|
245
|
+
msgstr "要求 %{request_id} で配信されたイベント"
|
|
246
246
|
|
|
247
247
|
msgid "Exception"
|
|
248
248
|
msgstr "例外"
|
|
@@ -316,6 +316,9 @@ msgstr "初期化エラー: %s"
|
|
|
316
316
|
msgid "Input"
|
|
317
317
|
msgstr "入力"
|
|
318
318
|
|
|
319
|
+
msgid "Invalid URL"
|
|
320
|
+
msgstr ""
|
|
321
|
+
|
|
319
322
|
msgid "Iteration limit"
|
|
320
323
|
msgstr "繰り返し制限"
|
|
321
324
|
|
|
@@ -546,7 +549,7 @@ msgid "Schedule"
|
|
|
546
549
|
msgstr "スケジュール"
|
|
547
550
|
|
|
548
551
|
msgid "Schedule future execution"
|
|
549
|
-
msgstr "
|
|
552
|
+
msgstr "今後の日時で実行をスケジュールする"
|
|
550
553
|
|
|
551
554
|
msgid "Scheduled"
|
|
552
555
|
msgstr "スケジュール済み"
|
|
@@ -624,7 +627,7 @@ msgid "Sub tasks of %s"
|
|
|
624
627
|
msgstr "%s のサブタスク"
|
|
625
628
|
|
|
626
629
|
msgid "Subscribe"
|
|
627
|
-
msgstr "
|
|
630
|
+
msgstr "サブスクライブ"
|
|
628
631
|
|
|
629
632
|
msgid "Sun"
|
|
630
633
|
msgstr "日"
|
|
@@ -805,7 +808,7 @@ msgid "is hour (range: 0-23)"
|
|
|
805
808
|
msgstr "時間 (範囲: 0 - 23)"
|
|
806
809
|
|
|
807
810
|
msgid "is in the past"
|
|
808
|
-
msgstr ""
|
|
811
|
+
msgstr "は過去です"
|
|
809
812
|
|
|
810
813
|
#. TRANSLATORS: this translation is referring to an option which is a time interval
|
|
811
814
|
msgid "is minute (range: 0-59)"
|
|
@@ -825,10 +828,10 @@ msgid "mode"
|
|
|
825
828
|
msgstr "モード"
|
|
826
829
|
|
|
827
830
|
msgid "mode has to be one of %{allowed_modes}"
|
|
828
|
-
msgstr "モードは
|
|
831
|
+
msgstr "モードは %{allowed_modes} のいずれかである必要があります"
|
|
829
832
|
|
|
830
833
|
msgid "must be set"
|
|
831
|
-
msgstr ""
|
|
834
|
+
msgstr "設定が必要です"
|
|
832
835
|
|
|
833
836
|
msgid "older"
|
|
834
837
|
msgstr "前"
|
|
Binary file
|
data/locale/ka/foreman_tasks.po
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
# Temuri Doghonadze <temuri.doghonadze@gmail.com>, 2022
|
|
9
9
|
msgid ""
|
|
10
10
|
msgstr ""
|
|
11
|
-
"Project-Id-Version:
|
|
11
|
+
"Project-Id-Version: foreman-tasks 11.0.5\n"
|
|
12
12
|
"Report-Msgid-Bugs-To: \n"
|
|
13
13
|
"PO-Revision-Date: 2016-02-12 14:04+0000\n"
|
|
14
14
|
"Last-Translator: Temuri Doghonadze <temuri.doghonadze@gmail.com>, 2022\n"
|
|
@@ -66,7 +66,7 @@ msgid "Action"
|
|
|
66
66
|
msgstr "მოქმედება"
|
|
67
67
|
|
|
68
68
|
msgid "Action with sub plans"
|
|
69
|
-
msgstr "
|
|
69
|
+
msgstr ""
|
|
70
70
|
|
|
71
71
|
msgid "Active"
|
|
72
72
|
msgstr "აქტიური"
|
|
@@ -318,6 +318,9 @@ msgstr "ინიციალიზაციის შეცდომა: %s"
|
|
|
318
318
|
msgid "Input"
|
|
319
319
|
msgstr "შეყვანა"
|
|
320
320
|
|
|
321
|
+
msgid "Invalid URL"
|
|
322
|
+
msgstr ""
|
|
323
|
+
|
|
321
324
|
msgid "Iteration limit"
|
|
322
325
|
msgstr "იტერაციის ლიმიტი"
|
|
323
326
|
|
|
Binary file
|