mirror of
https://github.com/openvk/openvk
synced 2024-12-22 16:42:32 +03:00
Compare commits
4 commits
63f302b2ab
...
5436656aed
Author | SHA1 | Date | |
---|---|---|---|
|
5436656aed | ||
|
db433b627f | ||
|
4cb8d2d69d | ||
|
6d26269873 |
3 changed files with 11 additions and 13 deletions
6
.github/workflows/codeberg-mirror.yml
vendored
6
.github/workflows/codeberg-mirror.yml
vendored
|
@ -1,8 +1,6 @@
|
|||
name: Codeberg Mirroring
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["master"]
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
to_codeberg:
|
||||
|
@ -14,4 +12,4 @@ jobs:
|
|||
- uses: pixta-dev/repository-mirroring-action@v1
|
||||
with:
|
||||
target_repo_url: "git@codeberg.org:openvk/openvk.git"
|
||||
ssh_private_key: ${{ secrets.CODEBERG_PRIVSSH }}
|
||||
ssh_private_key: ${{ secrets.CODEBERG_MIRRORSSH }}
|
||||
|
|
|
@ -321,9 +321,9 @@ trim-extra-html-whitespace@1.3.0:
|
|||
integrity sha1-tH77DRpfKlaoXMRc6lJWUek0BM8=
|
||||
|
||||
ua-parser-js@^0.7.18:
|
||||
version "0.7.28"
|
||||
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.28.tgz#8ba04e653f35ce210239c64661685bf9121dec31"
|
||||
integrity sha512-6Gurc1n//gjp9eQNXjD9O3M/sMwVtN5S8Lv9bvOYBfKfDNiIIhqiyi01vMBO45u4zkDE420w/e0se7Vs+sIg+g==
|
||||
version "0.7.33"
|
||||
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.33.tgz#1d04acb4ccef9293df6f70f2c3d22f3030d8b532"
|
||||
integrity sha512-s8ax/CeZdK9R/56Sui0WM6y9OFREJarMRHqLB2EwkovemBxNQ+Bqu8GAsUnVcXKgphb++ghr/B2BZx4mahujPw==
|
||||
|
||||
uglify-js@^3.1.4:
|
||||
version "3.17.3"
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
"birth_date" = "Birth date";
|
||||
"registration_date" = "Registration date";
|
||||
"hometown" = "Hometown";
|
||||
"this_is_you" = "that is You";
|
||||
"this_is_you" = "it's you";
|
||||
"edit_page" = "Edit page";
|
||||
"edit_group" = "Edit group";
|
||||
"change_status" = "change status";
|
||||
|
@ -620,15 +620,15 @@
|
|||
"notifications_post" = "$1 published $2a post$3 on your wall: $4";
|
||||
"notifications_appoint" = "$1 appointed you as community manager $2";
|
||||
|
||||
"nt_liked_yours" = "liked yours";
|
||||
"nt_shared_yours" = "shared yours";
|
||||
"nt_liked_yours" = "liked your";
|
||||
"nt_shared_yours" = "shared your";
|
||||
"nt_commented_yours" = "commented";
|
||||
"nt_written_on_your_wall" = "wrote on your wall";
|
||||
"nt_made_you_admin" = "appointed you in the community";
|
||||
|
||||
"nt_from" = "from";
|
||||
"nt_yours_adjective" = "yours";
|
||||
"nt_yours_feminitive_adjective" = "yours";
|
||||
"nt_yours_adjective" = "your";
|
||||
"nt_yours_feminitive_adjective" = "your";
|
||||
"nt_post_nominative" = "post";
|
||||
"nt_post_instrumental" = "post";
|
||||
"nt_note_instrumental" = "note";
|
||||
|
@ -1416,4 +1416,4 @@
|
|||
|
||||
"tour_section_14_bottom_text_1" = "Screenshots";
|
||||
"tour_section_14_bottom_text_2" = "This concludes the tour of the site. If you want to try our mobile app, create your own group here, invite your friends or find new ones, or just have some fun in general, you can do it right now with a small <a href='/reg'>registration</a>";
|
||||
"tour_section_14_bottom_text_3" = "This concludes the tour of the site";
|
||||
"tour_section_14_bottom_text_3" = "This concludes the tour of the site";
|
||||
|
|
Loading…
Reference in a new issue