From bbb2e66233730ed7dd9c8e3de138369ba341d8cb Mon Sep 17 00:00:00 2001 From: LinkinStars Date: Mon, 13 Jan 2025 11:19:25 +0800 Subject: [PATCH 1/6] docs(disclaimer): remove disclaimer --- DISCLAIMER | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 DISCLAIMER diff --git a/DISCLAIMER b/DISCLAIMER deleted file mode 100644 index 009fd82bb..000000000 --- a/DISCLAIMER +++ /dev/null @@ -1,10 +0,0 @@ -Apache Answer is an effort undergoing incubation at the Apache -Software Foundation (ASF), sponsored by the Apache Incubator PMC. - -Incubation is required of all newly accepted projects until a further review -indicates that the infrastructure, communications, and decision making process -have stabilized in a manner consistent with other successful ASF projects. - -While incubation status is not necessarily a reflection of the completeness -or stability of the code, it does indicate that the project has yet to be -fully endorsed by the ASF. \ No newline at end of file From 5886c1ec53087520ac02cbdaf9811a0cfebc829e Mon Sep 17 00:00:00 2001 From: LinkinStars Date: Mon, 13 Jan 2025 11:44:57 +0800 Subject: [PATCH 2/6] build(release): remove DISCLAIMER file from release assets --- .goreleaser.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index b517defba..c09196937 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -65,8 +65,6 @@ archives: dst: NOTICE - src: "docs/release/licenses/*" dst: licenses/ - - src: "DISCLAIMER" - dst: DISCLAIMER wrap_in_directory: true checksum: name_template: 'checksums.txt' From 0fd7e81acd869706b2eb480b0d83bf57a6d72ac7 Mon Sep 17 00:00:00 2001 From: LinkinStars Date: Thu, 6 Feb 2025 16:26:33 +0800 Subject: [PATCH 3/6] build(ci): update action upload-artifact to v4 --- .github/workflows/build-binary-for-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-binary-for-release.yml b/.github/workflows/build-binary-for-release.yml index 0356f97fc..5b2f0bdae 100644 --- a/.github/workflows/build-binary-for-release.yml +++ b/.github/workflows/build-binary-for-release.yml @@ -53,7 +53,7 @@ jobs: args: release --clean --skip=validate env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: answer path: ./dist/* From febcdce8c28c6a03bce36c078dbb3a632d2c90b0 Mon Sep 17 00:00:00 2001 From: Fen Date: Fri, 14 Feb 2025 12:37:40 +0800 Subject: [PATCH 4/6] chore: update issue template (#1248) --- .github/ISSUE_TEMPLATE/bug_report.md | 1 + .github/ISSUE_TEMPLATE/{config.yaml => config.yml} | 8 ++++---- .github/ISSUE_TEMPLATE/enhancement_request.md | 1 + .github/ISSUE_TEMPLATE/feature_request.md | 3 ++- 4 files changed, 8 insertions(+), 5 deletions(-) rename .github/ISSUE_TEMPLATE/{config.yaml => config.yml} (84%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 40b932bb1..d4e511f0d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -3,6 +3,7 @@ name: Bug report about: Report an issue to help the project improve. title: '' labels: bug +type: 'Bug' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yml similarity index 84% rename from .github/ISSUE_TEMPLATE/config.yaml rename to .github/ISSUE_TEMPLATE/config.yml index 3b27f8249..b333532d1 100644 --- a/.github/ISSUE_TEMPLATE/config.yaml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -15,8 +15,8 @@ # specific language governing permissions and limitations # under the License. -blank_issues_enabled: true +blank_issues_enabled: false contact_links: - - name: Support - url: https://answer.apache.org/community - about: Contact us if you have any questions while using. + - name: Questions & Discussions + url: https://meta.answer.dev + about: If you have any questions while using. diff --git a/.github/ISSUE_TEMPLATE/enhancement_request.md b/.github/ISSUE_TEMPLATE/enhancement_request.md index c7ef68162..7d5d76aa3 100644 --- a/.github/ISSUE_TEMPLATE/enhancement_request.md +++ b/.github/ISSUE_TEMPLATE/enhancement_request.md @@ -3,6 +3,7 @@ name: Enhancement request about: Suggest an enhancement for this project. Improve an existing feature. title: '' labels: enhancement +type: 'Feature' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 176b3c556..6d9076ef9 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,8 @@ name: Feature request about: Suggest an idea or possible new feature for this project. title: '' -labels: feature +labels: new-feature +type: 'Feature' assignees: '' --- From bd13ef3f48dce40177ef2f237b7e6ea24af57a82 Mon Sep 17 00:00:00 2001 From: Fen Date: Thu, 13 Mar 2025 11:49:52 +0800 Subject: [PATCH 5/6] Update config.yml --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index b333532d1..6c4c932ab 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -15,7 +15,7 @@ # specific language governing permissions and limitations # under the License. -blank_issues_enabled: false +blank_issues_enabled: true contact_links: - name: Questions & Discussions url: https://meta.answer.dev From 12b8f3c26c901b43d06c8725127bf8465c18415e Mon Sep 17 00:00:00 2001 From: Michelle Marin <30728351+miicchelle@users.noreply.github.com> Date: Sat, 15 Mar 2025 22:09:42 -0400 Subject: [PATCH 6/6] Change "Twitter" to "X" in share dropdown --- i18n/af_ZA.yaml | 4 +--- i18n/ar_SA.yaml | 4 +--- i18n/az_AZ.yaml | 4 +--- i18n/bal_BA.yaml | 4 +--- i18n/ban_ID.yaml | 4 +--- i18n/bn_BD.yaml | 4 +--- i18n/bs_BA.yaml | 4 +--- i18n/ca_ES.yaml | 4 +--- i18n/cs_CZ.yaml | 4 +--- i18n/cy_GB.yaml | 4 +--- i18n/da_DK.yaml | 4 +--- i18n/de_DE.yaml | 4 +--- i18n/el_GR.yaml | 4 +--- i18n/en_US.yaml | 4 +--- i18n/es_ES.yaml | 4 +--- i18n/fa_IR.yaml | 4 +--- i18n/fi_FI.yaml | 4 +--- i18n/fr_FR.yaml | 4 +--- i18n/he_IL.yaml | 4 +--- i18n/hi_IN.yaml | 4 +--- i18n/hu_HU.yaml | 4 +--- i18n/hy_AM.yaml | 4 +--- i18n/id_ID.yaml | 4 +--- i18n/it_IT.yaml | 4 +--- i18n/ja_JP.yaml | 4 +--- i18n/ko_KR.yaml | 4 +--- i18n/ml_IN.yaml | 4 +--- i18n/nl_NL.yaml | 4 +--- i18n/no_NO.yaml | 4 +--- i18n/pt_BR.yaml | 4 +--- i18n/pt_PT.yaml | 4 +--- i18n/ro_RO.yaml | 4 +--- i18n/ru_RU.yaml | 4 +--- i18n/sq_AL.yaml | 4 +--- i18n/sr_SP.yaml | 4 +--- i18n/sv_SE.yaml | 4 +--- i18n/te_IN.yaml | 4 +--- i18n/tr_TR.yaml | 4 +--- i18n/uk_UA.yaml | 4 +--- i18n/vi_VN.yaml | 4 +--- i18n/zh_CN.yaml | 4 +--- i18n/zh_TW.yaml | 4 +--- 42 files changed, 42 insertions(+), 126 deletions(-) diff --git a/i18n/af_ZA.yaml b/i18n/af_ZA.yaml index e6dfdddd7..0d1cf1cf8 100644 --- a/i18n/af_ZA.yaml +++ b/i18n/af_ZA.yaml @@ -827,7 +827,7 @@ ui: via: Share post via... copied: Copied facebook: Share to Facebook - twitter: Share to Twitter + twitter: Share to X cannot_vote_for_self: You can't vote for your own post modal_confirm: title: Error... @@ -1382,5 +1382,3 @@ ui: staffs: Our community staff reputation: reputation votes: votes - - diff --git a/i18n/ar_SA.yaml b/i18n/ar_SA.yaml index abeb316d2..1f298b937 100644 --- a/i18n/ar_SA.yaml +++ b/i18n/ar_SA.yaml @@ -827,7 +827,7 @@ ui: via: Share post via... copied: Copied facebook: Share to Facebook - twitter: Share to Twitter + twitter: Share to X cannot_vote_for_self: You can't vote for your own post modal_confirm: title: Error... @@ -1382,5 +1382,3 @@ ui: staffs: Our community staff reputation: reputation votes: votes - - diff --git a/i18n/az_AZ.yaml b/i18n/az_AZ.yaml index 7dd6a0e87..c7bfcaa8f 100644 --- a/i18n/az_AZ.yaml +++ b/i18n/az_AZ.yaml @@ -819,7 +819,7 @@ ui: via: Share post via... copied: Copied facebook: Share to Facebook - twitter: Share to Twitter + twitter: Share to X cannot_vote_for_self: You can't vote for your own post modal_confirm: title: Error... @@ -1369,5 +1369,3 @@ ui: staffs: Our community staff reputation: reputation votes: votes - - diff --git a/i18n/bal_BA.yaml b/i18n/bal_BA.yaml index 7dd6a0e87..c7bfcaa8f 100644 --- a/i18n/bal_BA.yaml +++ b/i18n/bal_BA.yaml @@ -819,7 +819,7 @@ ui: via: Share post via... copied: Copied facebook: Share to Facebook - twitter: Share to Twitter + twitter: Share to X cannot_vote_for_self: You can't vote for your own post modal_confirm: title: Error... @@ -1369,5 +1369,3 @@ ui: staffs: Our community staff reputation: reputation votes: votes - - diff --git a/i18n/ban_ID.yaml b/i18n/ban_ID.yaml index 7dd6a0e87..c7bfcaa8f 100644 --- a/i18n/ban_ID.yaml +++ b/i18n/ban_ID.yaml @@ -819,7 +819,7 @@ ui: via: Share post via... copied: Copied facebook: Share to Facebook - twitter: Share to Twitter + twitter: Share to X cannot_vote_for_self: You can't vote for your own post modal_confirm: title: Error... @@ -1369,5 +1369,3 @@ ui: staffs: Our community staff reputation: reputation votes: votes - - diff --git a/i18n/bn_BD.yaml b/i18n/bn_BD.yaml index 7dd6a0e87..c7bfcaa8f 100644 --- a/i18n/bn_BD.yaml +++ b/i18n/bn_BD.yaml @@ -819,7 +819,7 @@ ui: via: Share post via... copied: Copied facebook: Share to Facebook - twitter: Share to Twitter + twitter: Share to X cannot_vote_for_self: You can't vote for your own post modal_confirm: title: Error... @@ -1369,5 +1369,3 @@ ui: staffs: Our community staff reputation: reputation votes: votes - - diff --git a/i18n/bs_BA.yaml b/i18n/bs_BA.yaml index 7dd6a0e87..c7bfcaa8f 100644 --- a/i18n/bs_BA.yaml +++ b/i18n/bs_BA.yaml @@ -819,7 +819,7 @@ ui: via: Share post via... copied: Copied facebook: Share to Facebook - twitter: Share to Twitter + twitter: Share to X cannot_vote_for_self: You can't vote for your own post modal_confirm: title: Error... @@ -1369,5 +1369,3 @@ ui: staffs: Our community staff reputation: reputation votes: votes - - diff --git a/i18n/ca_ES.yaml b/i18n/ca_ES.yaml index abeb316d2..1f298b937 100644 --- a/i18n/ca_ES.yaml +++ b/i18n/ca_ES.yaml @@ -827,7 +827,7 @@ ui: via: Share post via... copied: Copied facebook: Share to Facebook - twitter: Share to Twitter + twitter: Share to X cannot_vote_for_self: You can't vote for your own post modal_confirm: title: Error... @@ -1382,5 +1382,3 @@ ui: staffs: Our community staff reputation: reputation votes: votes - - diff --git a/i18n/cs_CZ.yaml b/i18n/cs_CZ.yaml index 72179edfb..5262d8dbe 100644 --- a/i18n/cs_CZ.yaml +++ b/i18n/cs_CZ.yaml @@ -1496,7 +1496,7 @@ ui: via: Share post via... copied: Copied facebook: Share to Facebook - twitter: Share to Twitter + twitter: Share to X cannot_vote_for_self: You can't vote for your own post. modal_confirm: title: Error... @@ -2253,5 +2253,3 @@ ui: user_deleted: This user has been deleted. badge_activated: This badge has been activated. badge_inactivated: This badge has been inactivated. - - diff --git a/i18n/cy_GB.yaml b/i18n/cy_GB.yaml index 9283c851d..7af97201c 100644 --- a/i18n/cy_GB.yaml +++ b/i18n/cy_GB.yaml @@ -1496,7 +1496,7 @@ ui: via: Share post via... copied: Copied facebook: Share to Facebook - twitter: Share to Twitter + twitter: Share to X cannot_vote_for_self: You can't vote for your own post. modal_confirm: title: Error... @@ -2253,5 +2253,3 @@ ui: user_deleted: This user has been deleted. badge_activated: This badge has been activated. badge_inactivated: This badge has been inactivated. - - diff --git a/i18n/da_DK.yaml b/i18n/da_DK.yaml index a9b23acfa..901033ece 100644 --- a/i18n/da_DK.yaml +++ b/i18n/da_DK.yaml @@ -1496,7 +1496,7 @@ ui: via: Del indlæg via... copied: Kopieret facebook: Del på Facebook - twitter: Del på Twitter + twitter: Del på X cannot_vote_for_self: Du kan ikke stemme på dit eget indlæg. modal_confirm: title: Fejl... @@ -2253,5 +2253,3 @@ ui: user_deleted: This user has been deleted. badge_activated: This badge has been activated. badge_inactivated: This badge has been inactivated. - - diff --git a/i18n/de_DE.yaml b/i18n/de_DE.yaml index 42a024934..b84cda417 100644 --- a/i18n/de_DE.yaml +++ b/i18n/de_DE.yaml @@ -1496,7 +1496,7 @@ ui: via: Beitrag teilen über... copied: Kopiert facebook: Auf Facebook teilen - twitter: Auf Twitter teilen + twitter: Auf X teilen cannot_vote_for_self: Du kannst nicht für deinen eigenen Beitrag stimmen. modal_confirm: title: Fehler... @@ -2253,5 +2253,3 @@ ui: user_deleted: This user has been deleted. badge_activated: This badge has been activated. badge_inactivated: This badge has been inactivated. - - diff --git a/i18n/el_GR.yaml b/i18n/el_GR.yaml index abeb316d2..1f298b937 100644 --- a/i18n/el_GR.yaml +++ b/i18n/el_GR.yaml @@ -827,7 +827,7 @@ ui: via: Share post via... copied: Copied facebook: Share to Facebook - twitter: Share to Twitter + twitter: Share to X cannot_vote_for_self: You can't vote for your own post modal_confirm: title: Error... @@ -1382,5 +1382,3 @@ ui: staffs: Our community staff reputation: reputation votes: votes - - diff --git a/i18n/en_US.yaml b/i18n/en_US.yaml index f4c67a188..27aaa1665 100644 --- a/i18n/en_US.yaml +++ b/i18n/en_US.yaml @@ -1529,7 +1529,7 @@ ui: via: Share post via... copied: Copied facebook: Share to Facebook - twitter: Share to Twitter + twitter: Share to X cannot_vote_for_self: You can't vote for your own post. modal_confirm: title: Error... @@ -2291,5 +2291,3 @@ ui: user_deleted: This user has been deleted. badge_activated: This badge has been activated. badge_inactivated: This badge has been inactivated. - - diff --git a/i18n/es_ES.yaml b/i18n/es_ES.yaml index 7165aa548..5d5ed8688 100644 --- a/i18n/es_ES.yaml +++ b/i18n/es_ES.yaml @@ -1496,7 +1496,7 @@ ui: via: Compartir vía... copied: Copiado facebook: Compartir en Facebook - twitter: Compartir en Twitter + twitter: Compartir en X cannot_vote_for_self: No puedes votar tu propia publicación. modal_confirm: title: Error... @@ -2253,5 +2253,3 @@ ui: user_deleted: This user has been deleted. badge_activated: This badge has been activated. badge_inactivated: This badge has been inactivated. - - diff --git a/i18n/fa_IR.yaml b/i18n/fa_IR.yaml index 332ea8fcf..7f4f14473 100644 --- a/i18n/fa_IR.yaml +++ b/i18n/fa_IR.yaml @@ -1496,7 +1496,7 @@ ui: via: اشتراک گذاری پست با... copied: کپی انجام شد facebook: اشتراک گذاری در فیس بوک - twitter: اشتراک گذاری در Twitter + twitter: اشتراک گذاری در X cannot_vote_for_self: شما نمی توانید به پست خودتان رای دهید. modal_confirm: title: خطا... @@ -2253,5 +2253,3 @@ ui: user_deleted: This user has been deleted. badge_activated: This badge has been activated. badge_inactivated: This badge has been inactivated. - - diff --git a/i18n/fi_FI.yaml b/i18n/fi_FI.yaml index abeb316d2..1f298b937 100644 --- a/i18n/fi_FI.yaml +++ b/i18n/fi_FI.yaml @@ -827,7 +827,7 @@ ui: via: Share post via... copied: Copied facebook: Share to Facebook - twitter: Share to Twitter + twitter: Share to X cannot_vote_for_self: You can't vote for your own post modal_confirm: title: Error... @@ -1382,5 +1382,3 @@ ui: staffs: Our community staff reputation: reputation votes: votes - - diff --git a/i18n/fr_FR.yaml b/i18n/fr_FR.yaml index b08ee953f..07427fff8 100644 --- a/i18n/fr_FR.yaml +++ b/i18n/fr_FR.yaml @@ -1496,7 +1496,7 @@ ui: via: Partager via... copied: Copié facebook: Partager sur Facebook - twitter: Partager sur Twitter + twitter: Partager sur X cannot_vote_for_self: Vous ne pouvez pas voter pour votre propre message. modal_confirm: title: Erreur... @@ -2253,5 +2253,3 @@ ui: user_deleted: This user has been deleted. badge_activated: This badge has been activated. badge_inactivated: This badge has been inactivated. - - diff --git a/i18n/he_IL.yaml b/i18n/he_IL.yaml index abeb316d2..1f298b937 100644 --- a/i18n/he_IL.yaml +++ b/i18n/he_IL.yaml @@ -827,7 +827,7 @@ ui: via: Share post via... copied: Copied facebook: Share to Facebook - twitter: Share to Twitter + twitter: Share to X cannot_vote_for_self: You can't vote for your own post modal_confirm: title: Error... @@ -1382,5 +1382,3 @@ ui: staffs: Our community staff reputation: reputation votes: votes - - diff --git a/i18n/hi_IN.yaml b/i18n/hi_IN.yaml index 5577e1e9a..6a82e7240 100644 --- a/i18n/hi_IN.yaml +++ b/i18n/hi_IN.yaml @@ -1496,7 +1496,7 @@ ui: via: Share post via... copied: Copied facebook: Share to Facebook - twitter: Share to Twitter + twitter: Share to X cannot_vote_for_self: You can't vote for your own post. modal_confirm: title: Error... @@ -2253,5 +2253,3 @@ ui: user_deleted: This user has been deleted. badge_activated: This badge has been activated. badge_inactivated: This badge has been inactivated. - - diff --git a/i18n/hu_HU.yaml b/i18n/hu_HU.yaml index abeb316d2..1f298b937 100644 --- a/i18n/hu_HU.yaml +++ b/i18n/hu_HU.yaml @@ -827,7 +827,7 @@ ui: via: Share post via... copied: Copied facebook: Share to Facebook - twitter: Share to Twitter + twitter: Share to X cannot_vote_for_self: You can't vote for your own post modal_confirm: title: Error... @@ -1382,5 +1382,3 @@ ui: staffs: Our community staff reputation: reputation votes: votes - - diff --git a/i18n/hy_AM.yaml b/i18n/hy_AM.yaml index 7dd6a0e87..c7bfcaa8f 100644 --- a/i18n/hy_AM.yaml +++ b/i18n/hy_AM.yaml @@ -819,7 +819,7 @@ ui: via: Share post via... copied: Copied facebook: Share to Facebook - twitter: Share to Twitter + twitter: Share to X cannot_vote_for_self: You can't vote for your own post modal_confirm: title: Error... @@ -1369,5 +1369,3 @@ ui: staffs: Our community staff reputation: reputation votes: votes - - diff --git a/i18n/id_ID.yaml b/i18n/id_ID.yaml index 8ab840a06..b35a524b7 100644 --- a/i18n/id_ID.yaml +++ b/i18n/id_ID.yaml @@ -1496,7 +1496,7 @@ ui: via: Share post via... copied: Copied facebook: Share to Facebook - twitter: Share to Twitter + twitter: Share to X cannot_vote_for_self: You can't vote for your own post. modal_confirm: title: Error... @@ -2253,5 +2253,3 @@ ui: user_deleted: This user has been deleted. badge_activated: This badge has been activated. badge_inactivated: This badge has been inactivated. - - diff --git a/i18n/it_IT.yaml b/i18n/it_IT.yaml index 84eb5ab49..7409fa032 100644 --- a/i18n/it_IT.yaml +++ b/i18n/it_IT.yaml @@ -1496,7 +1496,7 @@ ui: via: Condividi il post via... copied: Copiato facebook: Condividi su Facebook - twitter: Condividi su Twitter + twitter: Condividi su X cannot_vote_for_self: Non puoi votare un tuo post! modal_confirm: title: Errore... @@ -2253,5 +2253,3 @@ ui: user_deleted: This user has been deleted. badge_activated: This badge has been activated. badge_inactivated: This badge has been inactivated. - - diff --git a/i18n/ja_JP.yaml b/i18n/ja_JP.yaml index 0ffce9d05..023db22aa 100644 --- a/i18n/ja_JP.yaml +++ b/i18n/ja_JP.yaml @@ -1498,7 +1498,7 @@ ui: via: 投稿を共有... copied: コピーしました facebook: Facebookで共有 - twitter: Twitterで共有 + twitter: Xで共有 cannot_vote_for_self: 自分の投稿には投票できません。 modal_confirm: title: エラー... @@ -2255,5 +2255,3 @@ ui: user_deleted: This user has been deleted. badge_activated: This badge has been activated. badge_inactivated: This badge has been inactivated. - - diff --git a/i18n/ko_KR.yaml b/i18n/ko_KR.yaml index 9fca850f5..b897b6e67 100644 --- a/i18n/ko_KR.yaml +++ b/i18n/ko_KR.yaml @@ -1496,7 +1496,7 @@ ui: via: 포스트 공유하기... copied: 복사됨 facebook: Facebook에 공유 - twitter: Twitter에 공유 + twitter: X에 공유 cannot_vote_for_self: 자신의 글에 투표할 수 없습니다. modal_confirm: title: 오류... @@ -2253,5 +2253,3 @@ ui: user_deleted: This user has been deleted. badge_activated: This badge has been activated. badge_inactivated: This badge has been inactivated. - - diff --git a/i18n/ml_IN.yaml b/i18n/ml_IN.yaml index 0783863b2..d9da2e512 100644 --- a/i18n/ml_IN.yaml +++ b/i18n/ml_IN.yaml @@ -1496,7 +1496,7 @@ ui: via: Share post via... copied: Copied facebook: Share to Facebook - twitter: Share to Twitter + twitter: Share to X cannot_vote_for_self: You can't vote for your own post. modal_confirm: title: Error... @@ -2253,5 +2253,3 @@ ui: user_deleted: This user has been deleted. badge_activated: This badge has been activated. badge_inactivated: This badge has been inactivated. - - diff --git a/i18n/nl_NL.yaml b/i18n/nl_NL.yaml index abeb316d2..1f298b937 100644 --- a/i18n/nl_NL.yaml +++ b/i18n/nl_NL.yaml @@ -827,7 +827,7 @@ ui: via: Share post via... copied: Copied facebook: Share to Facebook - twitter: Share to Twitter + twitter: Share to X cannot_vote_for_self: You can't vote for your own post modal_confirm: title: Error... @@ -1382,5 +1382,3 @@ ui: staffs: Our community staff reputation: reputation votes: votes - - diff --git a/i18n/no_NO.yaml b/i18n/no_NO.yaml index f62c37570..90b00b6c9 100644 --- a/i18n/no_NO.yaml +++ b/i18n/no_NO.yaml @@ -827,7 +827,7 @@ ui: via: Share post via... copied: Copied facebook: Share to Facebook - twitter: Share to Twitter + twitter: Share to X cannot_vote_for_self: You can't vote for your own post modal_confirm: title: Error... @@ -1383,5 +1383,3 @@ ui: staffs: Our community staff reputation: reputation votes: votes - - diff --git a/i18n/pt_BR.yaml b/i18n/pt_BR.yaml index 3afde1b73..b051fddb2 100644 --- a/i18n/pt_BR.yaml +++ b/i18n/pt_BR.yaml @@ -824,7 +824,7 @@ ui: via: Compartilhar postagem via... copied: Copiado facebook: Compartilhar no Facebook - twitter: Compartilhar no Twitter + twitter: Compartilhar no X cannot_vote_for_self: Você não pode votar na sua própria postagem modal_confirm: title: Erro... @@ -1379,5 +1379,3 @@ ui: staffs: Our community staff reputation: reputation Votos: Votos - - diff --git a/i18n/pt_PT.yaml b/i18n/pt_PT.yaml index 0526b64c8..32f403c04 100644 --- a/i18n/pt_PT.yaml +++ b/i18n/pt_PT.yaml @@ -1496,7 +1496,7 @@ ui: via: Compartilhar postagem via... copied: Copiado facebook: Compartilhar no Facebook - twitter: Compartilhar no Twitter + twitter: Compartilhar no X cannot_vote_for_self: Você não pode votar na sua própria postagem modal_confirm: title: Erro... @@ -2253,5 +2253,3 @@ ui: user_deleted: This user has been deleted. badge_activated: This badge has been activated. badge_inactivated: This badge has been inactivated. - - diff --git a/i18n/ro_RO.yaml b/i18n/ro_RO.yaml index c124206ef..a5f372aa2 100644 --- a/i18n/ro_RO.yaml +++ b/i18n/ro_RO.yaml @@ -1496,7 +1496,7 @@ ui: via: Distribuie postarea prin... copied: Copiat facebook: Partajează pe Facebook - twitter: Partajați pe Twitter + twitter: Partajați pe X cannot_vote_for_self: Nu poți vota pentru propria ta postare. modal_confirm: title: Eroare... @@ -2253,5 +2253,3 @@ ui: user_deleted: This user has been deleted. badge_activated: This badge has been activated. badge_inactivated: This badge has been inactivated. - - diff --git a/i18n/ru_RU.yaml b/i18n/ru_RU.yaml index fdb427396..8441b51ed 100644 --- a/i18n/ru_RU.yaml +++ b/i18n/ru_RU.yaml @@ -1496,7 +1496,7 @@ ui: via: Поделитесь постом через... copied: Скопировано facebook: Поделиться на Facebook - twitter: Поделиться в Twitter + twitter: Поделиться в X cannot_vote_for_self: Вы не можете проголосовать за свой собственный пост. modal_confirm: title: Ошибка... @@ -2253,5 +2253,3 @@ ui: user_deleted: This user has been deleted. badge_activated: This badge has been activated. badge_inactivated: This badge has been inactivated. - - diff --git a/i18n/sq_AL.yaml b/i18n/sq_AL.yaml index 7dd6a0e87..c7bfcaa8f 100644 --- a/i18n/sq_AL.yaml +++ b/i18n/sq_AL.yaml @@ -819,7 +819,7 @@ ui: via: Share post via... copied: Copied facebook: Share to Facebook - twitter: Share to Twitter + twitter: Share to X cannot_vote_for_self: You can't vote for your own post modal_confirm: title: Error... @@ -1369,5 +1369,3 @@ ui: staffs: Our community staff reputation: reputation votes: votes - - diff --git a/i18n/sr_SP.yaml b/i18n/sr_SP.yaml index abeb316d2..1f298b937 100644 --- a/i18n/sr_SP.yaml +++ b/i18n/sr_SP.yaml @@ -827,7 +827,7 @@ ui: via: Share post via... copied: Copied facebook: Share to Facebook - twitter: Share to Twitter + twitter: Share to X cannot_vote_for_self: You can't vote for your own post modal_confirm: title: Error... @@ -1382,5 +1382,3 @@ ui: staffs: Our community staff reputation: reputation votes: votes - - diff --git a/i18n/sv_SE.yaml b/i18n/sv_SE.yaml index b9ba3cec7..540994bf4 100644 --- a/i18n/sv_SE.yaml +++ b/i18n/sv_SE.yaml @@ -1496,7 +1496,7 @@ ui: via: Dela inlägg via... copied: Copied facebook: Dela på Facebook - twitter: Dela på Twitter + twitter: Dela på X cannot_vote_for_self: You can't vote for your own post. modal_confirm: title: Error... @@ -2253,5 +2253,3 @@ ui: user_deleted: This user has been deleted. badge_activated: This badge has been activated. badge_inactivated: This badge has been inactivated. - - diff --git a/i18n/te_IN.yaml b/i18n/te_IN.yaml index 19ab2e313..d2ca8a6aa 100644 --- a/i18n/te_IN.yaml +++ b/i18n/te_IN.yaml @@ -1496,7 +1496,7 @@ ui: via: Share post via... copied: Copied facebook: Share to Facebook - twitter: Share to Twitter + twitter: Share to X cannot_vote_for_self: You can't vote for your own post. modal_confirm: title: Error... @@ -2253,5 +2253,3 @@ ui: user_deleted: This user has been deleted. badge_activated: This badge has been activated. badge_inactivated: This badge has been inactivated. - - diff --git a/i18n/tr_TR.yaml b/i18n/tr_TR.yaml index 232ea4980..bb1304cea 100644 --- a/i18n/tr_TR.yaml +++ b/i18n/tr_TR.yaml @@ -1496,7 +1496,7 @@ ui: via: Share post via... copied: Copied facebook: Share to Facebook - twitter: Share to Twitter + twitter: Share to X cannot_vote_for_self: You can't vote for your own post. modal_confirm: title: Error... @@ -2253,5 +2253,3 @@ ui: user_deleted: This user has been deleted. badge_activated: This badge has been activated. badge_inactivated: This badge has been inactivated. - - diff --git a/i18n/uk_UA.yaml b/i18n/uk_UA.yaml index 65c89f16c..41017441a 100644 --- a/i18n/uk_UA.yaml +++ b/i18n/uk_UA.yaml @@ -1496,7 +1496,7 @@ ui: via: Поділитися дописом через... copied: Скопійовано facebook: Поділитись на Facebook - twitter: Поділитися в Twitter + twitter: Поділитися в X cannot_vote_for_self: Ви не можете проголосувати за власну публікацію. modal_confirm: title: Помилка... @@ -2253,5 +2253,3 @@ ui: user_deleted: This user has been deleted. badge_activated: This badge has been activated. badge_inactivated: This badge has been inactivated. - - diff --git a/i18n/vi_VN.yaml b/i18n/vi_VN.yaml index 247fd2e0c..db71b81ce 100644 --- a/i18n/vi_VN.yaml +++ b/i18n/vi_VN.yaml @@ -1496,7 +1496,7 @@ ui: via: Chia sẻ bài đăng qua... copied: Đã sao chép facebook: Chia sẻ lên Facebook - twitter: Chia sẻ lên Twitter + twitter: Chia sẻ lên X cannot_vote_for_self: Bạn không thể bỏ phiếu cho bài đăng của chính mình. modal_confirm: title: Lỗi... @@ -2253,5 +2253,3 @@ ui: user_deleted: This user has been deleted. badge_activated: This badge has been activated. badge_inactivated: This badge has been inactivated. - - diff --git a/i18n/zh_CN.yaml b/i18n/zh_CN.yaml index 07f8d2ea4..3336f7787 100644 --- a/i18n/zh_CN.yaml +++ b/i18n/zh_CN.yaml @@ -1496,7 +1496,7 @@ ui: via: 分享到... copied: 已复制 facebook: 分享到 Facebook - twitter: 分享到 Twitter + twitter: 分享到 X cannot_vote_for_self: 你不能给自己的帖子投票。 modal_confirm: title: 发生错误... @@ -2253,5 +2253,3 @@ ui: user_deleted: 此用户已被删除 badge_activated: 此徽章已被激活。 badge_inactivated: 此徽章已被禁用。 - - diff --git a/i18n/zh_TW.yaml b/i18n/zh_TW.yaml index fbe8eb8b2..b041e7a48 100644 --- a/i18n/zh_TW.yaml +++ b/i18n/zh_TW.yaml @@ -1496,7 +1496,7 @@ ui: via: 分享在... copied: 已複製 facebook: 分享到 Facebook - twitter: 分享到 Twitter + twitter: 分享到 X cannot_vote_for_self: You can't vote for your own post. modal_confirm: title: 發生錯誤... @@ -2253,5 +2253,3 @@ ui: user_deleted: This user has been deleted. badge_activated: This badge has been activated. badge_inactivated: This badge has been inactivated. - -