Skip to content

Commit 56d07e9

Browse files
(packaging) Updating the puppet.pot file
1 parent 94d40bc commit 56d07e9

File tree

1 file changed

+54
-50
lines changed

1 file changed

+54
-50
lines changed

locales/puppet.pot

Lines changed: 54 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: Puppet automation framework 8.7.0-12-g2417766ced\n"
9+
"Project-Id-Version: Puppet automation framework 8.7.0-22-g94d40bcaa1\n"
1010
"\n"
1111
"Report-Msgid-Bugs-To: https://tickets.puppetlabs.com\n"
12-
"POT-Creation-Date: 2024-06-10 22:51+0000\n"
13-
"PO-Revision-Date: 2024-06-10 22:51+0000\n"
12+
"POT-Creation-Date: 2024-06-18 00:21+0000\n"
13+
"PO-Revision-Date: 2024-06-18 00:21+0000\n"
1414
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1515
"Language-Team: LANGUAGE <[email protected]>\n"
1616
"Language: \n"
@@ -366,47 +366,47 @@ msgstr ""
366366
msgid "Cancelling"
367367
msgstr ""
368368

369-
#: ../lib/puppet/application/lookup.rb:9
369+
#: ../lib/puppet/application/lookup.rb:10
370370
msgid "Run 'puppet lookup --help' for more details"
371371
msgstr ""
372372

373-
#: ../lib/puppet/application/lookup.rb:103
373+
#: ../lib/puppet/application/lookup.rb:104
374374
msgid "Interactive Hiera lookup"
375375
msgstr ""
376376

377-
#: ../lib/puppet/application/lookup.rb:276
377+
#: ../lib/puppet/application/lookup.rb:277
378378
msgid ""
379379
"The options %{deep_merge_opts} are only available with '--merge deep'\n"
380380
"%{run_help}"
381381
msgstr ""
382382

383-
#: ../lib/puppet/application/lookup.rb:287
383+
#: ../lib/puppet/application/lookup.rb:288
384384
msgid ""
385385
"The --merge option only accepts %{strategies}, or %{last_strategy}\n"
386386
"%{run_help}"
387387
msgstr ""
388388

389-
#: ../lib/puppet/application/lookup.rb:312
389+
#: ../lib/puppet/application/lookup.rb:313
390390
msgid "No keys were given to lookup."
391391
msgstr ""
392392

393-
#: ../lib/puppet/application/lookup.rb:320
393+
#: ../lib/puppet/application/lookup.rb:321
394394
msgid "Unknown rendering format '%{format}'"
395395
msgstr ""
396396

397-
#: ../lib/puppet/application/lookup.rb:361
397+
#: ../lib/puppet/application/lookup.rb:362
398398
msgid "Incorrectly formatted data in %{fact_file} given via the --facts flag (only accepts yaml and json files)"
399399
msgstr ""
400400

401-
#: ../lib/puppet/application/lookup.rb:366
401+
#: ../lib/puppet/application/lookup.rb:367
402402
msgid "When overriding any of the %{trusted_facts_list} facts with %{fact_file} given via the --facts flag, they must all be overridden."
403403
msgstr ""
404404

405-
#: ../lib/puppet/application/lookup.rb:395
405+
#: ../lib/puppet/application/lookup.rb:396
406406
msgid "CA is not available, the operation will continue without using trusted facts."
407407
msgstr ""
408408

409-
#: ../lib/puppet/application/lookup.rb:424
409+
#: ../lib/puppet/application/lookup.rb:426
410410
msgid "No facts available for target node: %{node}"
411411
msgstr ""
412412

@@ -2118,6 +2118,10 @@ msgstr ""
21182118
msgid "The min() function's auto conversion of Any to String is deprecated - change to convert input before calling, or use lambda"
21192119
msgstr ""
21202120

2121+
#: ../lib/puppet/functions/regsubst.rb:72
2122+
msgid "The regsubst() function's encoding argument has been ignored since Ruby 1.9 and will be removed in a future release"
2123+
msgstr ""
2124+
21212125
#: ../lib/puppet/functions/require.rb:73
21222126
msgid "Could not find class %{klass}"
21232127
msgstr ""
@@ -2294,139 +2298,131 @@ msgstr ""
22942298
msgid "Already handling indirection for %{current}; cannot also handle %{next}"
22952299
msgstr ""
22962300

2297-
#: ../lib/puppet/indirector/catalog/compiler.rb:29
2301+
#: ../lib/puppet/indirector/catalog/compiler.rb:30
22982302
msgid "Facts but no fact format provided for %{request}"
22992303
msgstr ""
23002304

2301-
#: ../lib/puppet/indirector/catalog/compiler.rb:32
2305+
#: ../lib/puppet/indirector/catalog/compiler.rb:33
23022306
msgid "Found facts"
23032307
msgstr ""
23042308

2305-
#: ../lib/puppet/indirector/catalog/compiler.rb:37
2309+
#: ../lib/puppet/indirector/catalog/compiler.rb:38
23062310
msgid "Catalog for %{request} was requested with fact definition for the wrong node (%{fact_name})."
23072311
msgstr ""
23082312

2309-
#: ../lib/puppet/indirector/catalog/compiler.rb:71
2313+
#: ../lib/puppet/indirector/catalog/compiler.rb:72
23102314
msgid "Requested environment '%{request_env}' did not match server specified environment '%{server_env}'"
23112315
msgstr ""
23122316

2313-
#: ../lib/puppet/indirector/catalog/compiler.rb:98
2317+
#: ../lib/puppet/indirector/catalog/compiler.rb:99
23142318
msgid "Setup server facts for compiling"
23152319
msgstr ""
23162320

2317-
#: ../lib/puppet/indirector/catalog/compiler.rb:127
2321+
#: ../lib/puppet/indirector/catalog/compiler.rb:128
23182322
msgid "Unsupported facts format"
23192323
msgstr ""
23202324

23212325
#. TRANSLATORS Inlining refers to adding additional metadata (in this case we are not inlining)
2322-
#: ../lib/puppet/indirector/catalog/compiler.rb:167
2326+
#: ../lib/puppet/indirector/catalog/compiler.rb:168
23232327
msgid "Not inlining absent resource"
23242328
msgstr ""
23252329

23262330
#. TRANSLATORS Inlining refers to adding additional metadata (in this case we are not inlining)
2327-
#: ../lib/puppet/indirector/catalog/compiler.rb:170
2331+
#: ../lib/puppet/indirector/catalog/compiler.rb:171
23282332
msgid "Not inlining resource without sources"
23292333
msgstr ""
23302334

23312335
#. TRANSLATORS Inlining refers to adding additional metadata (in this case we are not inlining)
2332-
#: ../lib/puppet/indirector/catalog/compiler.rb:173
2336+
#: ../lib/puppet/indirector/catalog/compiler.rb:174
23332337
msgid "Not inlining unsupported source scheme"
23342338
msgstr ""
23352339

23362340
#. TRANSLATORS Inlining refers to adding additional metadata (in this case we are not inlining)
2337-
#: ../lib/puppet/indirector/catalog/compiler.rb:195
2341+
#: ../lib/puppet/indirector/catalog/compiler.rb:196
23382342
msgid "Not inlining file outside environment"
23392343
msgstr ""
23402344

23412345
#. TRANSLATORS Inlining refers to adding additional metadata
2342-
#: ../lib/puppet/indirector/catalog/compiler.rb:201
2346+
#: ../lib/puppet/indirector/catalog/compiler.rb:202
23432347
msgid "Inlining file metadata"
23442348
msgstr ""
23452349

2346-
#: ../lib/puppet/indirector/catalog/compiler.rb:291
2350+
#: ../lib/puppet/indirector/catalog/compiler.rb:292
23472351
msgid "Could not get metadata for %{resource}"
23482352
msgstr ""
23492353

2350-
#: ../lib/puppet/indirector/catalog/compiler.rb:312
2354+
#: ../lib/puppet/indirector/catalog/compiler.rb:313
23512355
msgid "Unable to find a common checksum type between agent '%{agent_type}' and master '%{master_type}'."
23522356
msgstr ""
23532357

2354-
#: ../lib/puppet/indirector/catalog/compiler.rb:319
2358+
#: ../lib/puppet/indirector/catalog/compiler.rb:320
23552359
msgid "Compiled static catalog for %{node} in environment %{environment} in %%{seconds} seconds"
23562360
msgstr ""
23572361

2358-
#: ../lib/puppet/indirector/catalog/compiler.rb:320
2362+
#: ../lib/puppet/indirector/catalog/compiler.rb:321
23592363
msgid "Compiled static catalog for %{node} in environment %{environment}"
23602364
msgstr ""
23612365

2362-
#: ../lib/puppet/indirector/catalog/compiler.rb:322
2366+
#: ../lib/puppet/indirector/catalog/compiler.rb:323
23632367
msgid "Compiled static catalog for %{node} in %%{seconds} seconds"
23642368
msgstr ""
23652369

2366-
#: ../lib/puppet/indirector/catalog/compiler.rb:323
2370+
#: ../lib/puppet/indirector/catalog/compiler.rb:324
23672371
msgid "Compiled static catalog for %{node}"
23682372
msgstr ""
23692373

2370-
#: ../lib/puppet/indirector/catalog/compiler.rb:327
2374+
#: ../lib/puppet/indirector/catalog/compiler.rb:328
23712375
msgid "Compiled catalog for %{node} in environment %{environment} in %%{seconds} seconds"
23722376
msgstr ""
23732377

2374-
#: ../lib/puppet/indirector/catalog/compiler.rb:328
2378+
#: ../lib/puppet/indirector/catalog/compiler.rb:329
23752379
msgid "Compiled catalog for %{node} in environment %{environment}"
23762380
msgstr ""
23772381

2378-
#: ../lib/puppet/indirector/catalog/compiler.rb:330
2382+
#: ../lib/puppet/indirector/catalog/compiler.rb:331
23792383
msgid "Compiled catalog for %{node} in %%{seconds} seconds"
23802384
msgstr ""
23812385

2382-
#: ../lib/puppet/indirector/catalog/compiler.rb:331
2386+
#: ../lib/puppet/indirector/catalog/compiler.rb:332
23832387
msgid "Compiled catalog for %{node}"
23842388
msgstr ""
23852389

23862390
#. TRANSLATORS Inlined refers to adding additional metadata
2387-
#: ../lib/puppet/indirector/catalog/compiler.rb:352
2391+
#: ../lib/puppet/indirector/catalog/compiler.rb:353
23882392
msgid "Inlined resource metadata into static catalog for %{node} in environment %{environment} in %%{seconds} seconds"
23892393
msgstr ""
23902394

23912395
#. TRANSLATORS Inlined refers to adding additional metadata
2392-
#: ../lib/puppet/indirector/catalog/compiler.rb:354
2396+
#: ../lib/puppet/indirector/catalog/compiler.rb:355
23932397
msgid "Inlined resource metadata into static catalog for %{node} in environment %{environment}"
23942398
msgstr ""
23952399

23962400
#. TRANSLATORS Inlined refers to adding additional metadata
2397-
#: ../lib/puppet/indirector/catalog/compiler.rb:357
2401+
#: ../lib/puppet/indirector/catalog/compiler.rb:358
23982402
msgid "Inlined resource metadata into static catalog for %{node} in %%{seconds} seconds"
23992403
msgstr ""
24002404

24012405
#. TRANSLATORS Inlined refers to adding additional metadata
2402-
#: ../lib/puppet/indirector/catalog/compiler.rb:359
2406+
#: ../lib/puppet/indirector/catalog/compiler.rb:360
24032407
msgid "Inlined resource metadata into static catalog for %{node}"
24042408
msgstr ""
24052409

2406-
#: ../lib/puppet/indirector/catalog/compiler.rb:375
2410+
#: ../lib/puppet/indirector/catalog/compiler.rb:376
24072411
msgid "Found node information"
24082412
msgstr ""
24092413

2410-
#: ../lib/puppet/indirector/catalog/compiler.rb:383
2414+
#: ../lib/puppet/indirector/catalog/compiler.rb:384
24112415
msgid "Failed when searching for node %{name}: %{detail}"
24122416
msgstr ""
24132417

2414-
#: ../lib/puppet/indirector/catalog/compiler.rb:402
2418+
#: ../lib/puppet/indirector/catalog/compiler.rb:403
24152419
msgid "Invalid option use_node for a remote request"
24162420
msgstr ""
24172421

2418-
#: ../lib/puppet/indirector/catalog/compiler.rb:421
2422+
#: ../lib/puppet/indirector/catalog/compiler.rb:422
24192423
msgid "Could not find node '%{name}'; cannot compile"
24202424
msgstr ""
24212425

2422-
#: ../lib/puppet/indirector/catalog/compiler.rb:453
2423-
msgid "Could not retrieve fact servername"
2424-
msgstr ""
2425-
2426-
#: ../lib/puppet/indirector/catalog/compiler.rb:462
2427-
msgid "Could not retrieve either serverip or serverip6 fact"
2428-
msgstr ""
2429-
24302426
#: ../lib/puppet/indirector/catalog/json.rb:15
24312427
msgid "Unable to deserialize catalog from json, retrying with pson"
24322428
msgstr ""
@@ -3903,6 +3899,14 @@ msgstr ""
39033899
msgid "Could not parse for environment %{env}: %{detail}"
39043900
msgstr ""
39053901

3902+
#: ../lib/puppet/node/server_facts.rb:29
3903+
msgid "Could not retrieve fact servername"
3904+
msgstr ""
3905+
3906+
#: ../lib/puppet/node/server_facts.rb:38
3907+
msgid "Could not retrieve either serverip or serverip6 fact"
3908+
msgstr ""
3909+
39063910
#: ../lib/puppet/pal/compiler.rb:89
39073911
msgid "The argument 'puppet_code' must be a String, got %{type}"
39083912
msgstr ""

0 commit comments

Comments
 (0)