From 02fcc0ba53fbabb3a21dc64189ee5e8145d83722 Mon Sep 17 00:00:00 2001 From: PrivateBin Translator Bot <72346835+privatebin-translator@users.noreply.github.com> Date: Thu, 6 Jan 2022 13:18:29 +0100 Subject: [PATCH 1/6] New translations en.json (Catalan) --- i18n/ca.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/i18n/ca.json b/i18n/ca.json index ef6b348d..a181f3d1 100644 --- a/i18n/ca.json +++ b/i18n/ca.json @@ -20,8 +20,8 @@ "Error saving paste. Sorry.": "S'ha produït un error en desar l'enganxat. Ho sento.", "Invalid paste ID.": "Identificador d'enganxament no vàlid.", "Paste is not of burn-after-reading type.": "Paste is not of burn-after-reading type.", - "Wrong deletion token. Paste was not deleted.": "Wrong deletion token. Paste was not deleted.", - "Paste was properly deleted.": "Paste was properly deleted.", + "Wrong deletion token. Paste was not deleted.": "El token d'eliminació és incorrecte. El Paste no s'ha eliminat.", + "Paste was properly deleted.": "El Paste s'ha esborrat correctament.", "JavaScript is required for %s to work. Sorry for the inconvenience.": "Cal JavaScript perquè %s funcioni. Em sap greu les molèsties.", "%s requires a modern browser to work.": "%s requereix un navegador modern per funcionar.", "New": "Nou", @@ -35,16 +35,16 @@ "Discussion": "Discussió", "Toggle navigation": "Alternar navegació", "%d seconds": [ - "%d second (singular)", - "%d seconds (1st plural)", - "%d seconds (2nd plural)", - "%d seconds (3rd plural)" + "%d segon (singular)", + "%d segons (1r plural)", + "%d segons (2n plural)", + "%d segons (3r plural)" ], "%d minutes": [ - "%d minute (singular)", - "%d minutes (1st plural)", - "%d minutes (2nd plural)", - "%d minutes (3rd plural)" + "%d minut (singular)", + "%d minuts (1r plural)", + "%d minuts (2n plural)", + "%d minuts (3r plural)" ], "%d hours": [ "%d hour (singular)", From 74e1f18ae08c45a48db70e7e863161e3cb331684 Mon Sep 17 00:00:00 2001 From: PrivateBin Translator Bot <72346835+privatebin-translator@users.noreply.github.com> Date: Thu, 6 Jan 2022 17:10:34 +0100 Subject: [PATCH 2/6] New translations en.json (Catalan) --- i18n/ca.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/i18n/ca.json b/i18n/ca.json index a181f3d1..616cb209 100644 --- a/i18n/ca.json +++ b/i18n/ca.json @@ -8,10 +8,10 @@ "%s requires php %s or above to work. Sorry.": "%s requereix php %s o superior per funcionar. Ho sento.", "%s requires configuration section [%s] to be present in configuration file.": "%s requereix que la secció de configuració [%s] sigui present al fitxer de configuració.", "Please wait %d seconds between each post.": [ - "Espereu %d segon entre cada entrada. (singular)", - "Espereu %d segons entre cada entrada. (1r plural)", - "Espereu %d segons entre cada entrada. (2n plural)", - "Please wait %d seconds between each post. (3er plural)" + "Espereu %d segon entre cada entrada.", + "Espereu %d segons entre cada entrada.", + "Please wait %d seconds between each post. (2nd plural)", + "Please wait %d seconds between each post. (3rd plural)" ], "Paste is limited to %s of encrypted data.": "L'enganxat està limitat a %s de dades encriptades.", "Invalid data.": "Dades no vàlides.", @@ -35,20 +35,20 @@ "Discussion": "Discussió", "Toggle navigation": "Alternar navegació", "%d seconds": [ - "%d segon (singular)", - "%d segons (1r plural)", - "%d segons (2n plural)", - "%d segons (3r plural)" + "%d segon", + "%d segons", + "%d seconds (2nd plural)", + "%d seconds (3rd plural)" ], "%d minutes": [ - "%d minut (singular)", - "%d minuts (1r plural)", - "%d minuts (2n plural)", - "%d minuts (3r plural)" + "%d minut", + "%d minuts", + "%d minutes (2nd plural)", + "%d minutes (3rd plural)" ], "%d hours": [ "%d hour (singular)", - "%d hours (1st plural)", + "%d hores", "%d hours (2nd plural)", "%d hours (3rd plural)" ], From e53090a93761a88137b9e62e63a285a88cb0f558 Mon Sep 17 00:00:00 2001 From: PrivateBin Translator Bot <72346835+privatebin-translator@users.noreply.github.com> Date: Thu, 6 Jan 2022 18:06:35 +0100 Subject: [PATCH 3/6] New translations en.json (Catalan) --- i18n/ca.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/i18n/ca.json b/i18n/ca.json index 616cb209..50db9fa9 100644 --- a/i18n/ca.json +++ b/i18n/ca.json @@ -47,32 +47,32 @@ "%d minutes (3rd plural)" ], "%d hours": [ - "%d hour (singular)", + "%d hora", "%d hores", "%d hours (2nd plural)", "%d hours (3rd plural)" ], "%d days": [ - "%d day (singular)", - "%d days (1st plural)", + "%d dia", + "%d dies", "%d days (2nd plural)", "%d days (3rd plural)" ], "%d weeks": [ - "%d week (singular)", - "%d weeks (1st plural)", + "%d setmana", + "%d setmanes", "%d weeks (2nd plural)", "%d weeks (3rd plural)" ], "%d months": [ - "%d month (singular)", - "%d months (1st plural)", + "%d mes", + "%d mesos", "%d months (2nd plural)", "%d months (3rd plural)" ], "%d years": [ - "%d year (singular)", - "%d years (1st plural)", + "%d any", + "%d anys", "%d years (2nd plural)", "%d years (3rd plural)" ], From ff19d052b727f346b19479c5aa1ed943a9470ec8 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Mon, 10 Jan 2022 21:11:59 +0100 Subject: [PATCH 4/6] disable StyleCI rule causing 'Unterminated comment' false positive --- .styleci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.styleci.yml b/.styleci.yml index 9c2c76ce..5281f150 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -18,6 +18,7 @@ disabled: - declare_equal_normalize - heredoc_to_nowdoc - method_argument_space_strict + - multiline_comment_opening_closing - new_with_braces - no_alternative_syntax - phpdoc_align From eef4f8be3fb843bd029cfa53051588cf5ccb61b0 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Mon, 10 Jan 2022 21:21:12 +0100 Subject: [PATCH 5/6] exclude configuration files from StyleCI scan, causing 'Unterminated comment' false positive --- .styleci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.styleci.yml b/.styleci.yml index 5281f150..3fa16b84 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -18,7 +18,6 @@ disabled: - declare_equal_normalize - heredoc_to_nowdoc - method_argument_space_strict - - multiline_comment_opening_closing - new_with_braces - no_alternative_syntax - phpdoc_align @@ -30,3 +29,7 @@ disabled: - short_array_syntax - single_line_after_imports - unalign_equals + +finder: + exclude: + - "cfg" From ca999b15edaca33140650ce95d5e0fb4867f1f24 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Mon, 10 Jan 2022 21:26:28 +0100 Subject: [PATCH 6/6] limit files of StyleCI scan --- .styleci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.styleci.yml b/.styleci.yml index 3fa16b84..7975d743 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -31,5 +31,7 @@ disabled: - unalign_equals finder: - exclude: - - "cfg" + path: + - "lib/" + - "tpl/" + - "tst/"