Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
7c90191
only user can leave circles
ArtificialOwl Jan 10, 2023
ca9aebd
check app is enabled
ArtificialOwl Nov 30, 2022
309ead3
Fix(l10n): 🔠 Update translations from Transifex
nextcloud-bot Feb 10, 2023
7a912e3
Fix(l10n): 🔠 Update translations from Transifex
nextcloud-bot Feb 16, 2023
f5797c8
Fix(l10n): 🔠 Update translations from Transifex
nextcloud-bot Feb 19, 2023
e34859d
Fix(l10n): 🔠 Update translations from Transifex
nextcloud-bot Feb 24, 2023
ff0e2e8
exception on missing session
ArtificialOwl Feb 24, 2023
e6af833
Fix(l10n): 🔠 Update translations from Transifex
nextcloud-bot Feb 25, 2023
3f09264
Fix(l10n): 🔠 Update translations from Transifex
nextcloud-bot Feb 26, 2023
fa73ad7
Fix(l10n): 🔠 Update translations from Transifex
nextcloud-bot Feb 27, 2023
d3c6f06
Fix(l10n): 🔠 Update translations from Transifex
nextcloud-bot Feb 28, 2023
e19840e
Fix(l10n): 🔠 Update translations from Transifex
nextcloud-bot Mar 1, 2023
d9fd945
Fix(l10n): 🔠 Update translations from Transifex
nextcloud-bot Mar 9, 2023
e0c5785
Fix(l10n): 🔠 Update translations from Transifex
nextcloud-bot Mar 11, 2023
152cbfa
Fix(l10n): 🔠 Update translations from Transifex
nextcloud-bot Mar 12, 2023
31f7815
Fix(l10n): 🔠 Update translations from Transifex
nextcloud-bot Mar 13, 2023
8d401bb
Fix(l10n): 🔠 Update translations from Transifex
nextcloud-bot Mar 14, 2023
23aef94
Merge pull request #1270 from nextcloud/backport/1269/stable25
blizzz Mar 15, 2023
c519537
Fix(l10n): 🔠 Update translations from Transifex
nextcloud-bot Mar 16, 2023
1e16140
Fix(l10n): 🔠 Update translations from Transifex
nextcloud-bot Mar 20, 2023
b0d0cbd
Fix(l10n): 🔠 Update translations from Transifex
nextcloud-bot Mar 23, 2023
9e7987e
Fix(l10n): 🔠 Update translations from Transifex
nextcloud-bot Mar 24, 2023
ffc9163
Fix(l10n): 🔠 Update translations from Transifex
nextcloud-bot Mar 28, 2023
d04628f
Fix(l10n): 🔠 Update translations from Transifex
nextcloud-bot Apr 6, 2023
d2ce199
Fix(l10n): 🔠 Update translations from Transifex
nextcloud-bot Apr 8, 2023
392146c
Fix(l10n): 🔠 Update translations from Transifex
nextcloud-bot Apr 13, 2023
e79a71b
adding clearCacheConfig
ArtificialOwl Apr 13, 2023
b110864
Fix(l10n): Update translations from Transifex
nextcloud-bot Apr 19, 2023
035b65e
Fix(l10n): Update translations from Transifex
nextcloud-bot Apr 20, 2023
15763de
Fix(l10n): Update translations from Transifex
nextcloud-bot Apr 21, 2023
e2664bd
Fix(l10n): Update translations from Transifex
nextcloud-bot Apr 25, 2023
c6eda32
Fix(l10n): Update translations from Transifex
nextcloud-bot Apr 26, 2023
ee92975
Fix(l10n): Update translations from Transifex
nextcloud-bot May 9, 2023
cd011e1
restore deleted share
ArtificialOwl Nov 30, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
  • Loading branch information
nextcloud-bot committed Feb 10, 2023
commit 309ead3d96b121a91c8fe145939be29aec0f3c7f
2 changes: 1 addition & 1 deletion l10n/uk.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ OC.L10N.register(
"{external} has been added to {circle} by {author}" : "{external} додано до {circle} {author}",
"You accepted {member}'s request to join {circle}" : "Ви прийняли запит {member} приєднатися до {circle}",
"Your request to join {circle} has been accepted by {author}" : "Ваш запит на приєднання до {circle} прийнято {author}",
"{member}'s request to join {circle} has been accepted by {author}" : "Запит {member} приєднатися до {circle} був прийнятий {author}",
"{member}'s request to join {circle} has been accepted by {author}" : "Запит {member} приєднатися до {circle} було прийнято {author}",
"You left {circle}" : "Ви залишили {circle}",
"{member} left {circle}" : "{member} залишив {circle}",
"You declined the invitation to join {circle}" : "Ви відхилили запрошення приєднатися до {circle}",
Expand Down
2 changes: 1 addition & 1 deletion l10n/uk.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"{external} has been added to {circle} by {author}" : "{external} додано до {circle} {author}",
"You accepted {member}'s request to join {circle}" : "Ви прийняли запит {member} приєднатися до {circle}",
"Your request to join {circle} has been accepted by {author}" : "Ваш запит на приєднання до {circle} прийнято {author}",
"{member}'s request to join {circle} has been accepted by {author}" : "Запит {member} приєднатися до {circle} був прийнятий {author}",
"{member}'s request to join {circle} has been accepted by {author}" : "Запит {member} приєднатися до {circle} було прийнято {author}",
"You left {circle}" : "Ви залишили {circle}",
"{member} left {circle}" : "{member} залишив {circle}",
"You declined the invitation to join {circle}" : "Ви відхилили запрошення приєднатися до {circle}",
Expand Down