-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into mrv/mfa-check-final
- Loading branch information
Showing
419 changed files
with
7,832 additions
and
2,212 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
name: 'Ask for feedback on PRs' | ||
on: | ||
schedule: | ||
- cron: '30 1 * * *' | ||
|
||
jobs: | ||
pr-feedback: | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: The get-github-handles-from-website action | ||
uses: marcelklehr/get-github-handles-from-website-action@a739600f6b91da4957f51db0792697afbb2f143c # v1.0.0 | ||
id: scrape | ||
with: | ||
website: 'https://nextcloud.com/team/' | ||
- uses: marcelklehr/pr-feedback-action@601109aa729eb4c8d6d0ece7567b9d4901db4aef | ||
with: | ||
feedback-message: | | ||
Hello there, | ||
Thank you so much for taking the time and effort to create a pull request to our Nextcloud project. | ||
We hope that the reviewing process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR reviewing process. | ||
Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6 | ||
Thank you for contributing to Nextcloud and we hope to hear from you soon! | ||
days-before-feedback: 14 | ||
start-date: "2023-07-10" | ||
exempt-authors: "${{ steps.scrape.outputs.users }}" | ||
exempt-bots: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule 3rdparty
updated
33 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ "translations": { | ||
"Auditing / Logging" : "פיקוח / תיעוד", | ||
"Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "מספר יכולות תיעוד ל־Nextcloud כגון תיעוד גישה ליומן התיעוד או פעולות רגישות אחרות." | ||
"Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "מספק יכולות תיעוד ל־Nextcloud כגון תיעוד גישה ליומן התיעוד או פעולות רגישות אחרות." | ||
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
OC.L10N.register( | ||
"cloud_federation_api", | ||
{ | ||
"Cloud Federation API" : "API فدراسیون ابری", | ||
"Enable clouds to communicate with each other and exchange data" : "ابرها را فعال کنید تا با یکدیگر ارتباط برقرار کنند و داده ها را مبادله کنند", | ||
"The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "Cloud Federation API نمونه های مختلف Nextcloud را قادر می سازد تا با یکدیگر ارتباط برقرار کرده و داده ها را مبادله کنند." | ||
}, | ||
"nplurals=2; plural=(n > 1);"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ "translations": { | ||
"Cloud Federation API" : "API فدراسیون ابری", | ||
"Enable clouds to communicate with each other and exchange data" : "ابرها را فعال کنید تا با یکدیگر ارتباط برقرار کنند و داده ها را مبادله کنند", | ||
"The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "Cloud Federation API نمونه های مختلف Nextcloud را قادر می سازد تا با یکدیگر ارتباط برقرار کرده و داده ها را مبادله کنند." | ||
},"pluralForm" :"nplurals=2; plural=(n > 1);" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
OC.L10N.register( | ||
"cloud_federation_api", | ||
{ | ||
"Cloud Federation API" : "Cloud Federation API", | ||
"Enable clouds to communicate with each other and exchange data" : "Cho phép các đám mây giao tiếp với nhau và trao đổi dữ liệu", | ||
"The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "API Cloud Federation cho phép các phiên bản Nextcloud khác nhau giao tiếp với nhau và trao đổi dữ liệu." | ||
}, | ||
"nplurals=1; plural=0;"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ "translations": { | ||
"Cloud Federation API" : "Cloud Federation API", | ||
"Enable clouds to communicate with each other and exchange data" : "Cho phép các đám mây giao tiếp với nhau và trao đổi dữ liệu", | ||
"The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "API Cloud Federation cho phép các phiên bản Nextcloud khác nhau giao tiếp với nhau và trao đổi dữ liệu." | ||
},"pluralForm" :"nplurals=1; plural=0;" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
OC.L10N.register( | ||
"contactsinteraction", | ||
{ | ||
"Recently contacted" : "اخیراً تماس گرفته شده است", | ||
"Contacts Interaction" : "تعامل با مخاطبین", | ||
"Manages interaction between users and contacts" : "تعامل بین کاربران و مخاطبین را مدیریت می کند.", | ||
"Collect data about user and contacts interactions and provide an address book for the data" : "اطلاعات مربوط به تعاملات کاربر و مخاطبین را جمع آوری کنید و یک دفترچه آدرس برای داده ها تهیه کنید." | ||
}, | ||
"nplurals=2; plural=(n > 1);"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ "translations": { | ||
"Recently contacted" : "اخیراً تماس گرفته شده است", | ||
"Contacts Interaction" : "تعامل با مخاطبین", | ||
"Manages interaction between users and contacts" : "تعامل بین کاربران و مخاطبین را مدیریت می کند.", | ||
"Collect data about user and contacts interactions and provide an address book for the data" : "اطلاعات مربوط به تعاملات کاربر و مخاطبین را جمع آوری کنید و یک دفترچه آدرس برای داده ها تهیه کنید." | ||
},"pluralForm" :"nplurals=2; plural=(n > 1);" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
OC.L10N.register( | ||
"contactsinteraction", | ||
{ | ||
"Recently contacted" : "Liên hệ gần đây", | ||
"Contacts Interaction" : "Liên hệ tương tác", | ||
"Manages interaction between users and contacts" : "Quản lý tương tác giữa người dùng và liên hệ", | ||
"Collect data about user and contacts interactions and provide an address book for the data" : "Thu thập dữ liệu về tương tác của người dùng và danh bạ, đồng thời cung cấp sổ địa chỉ cho dữ liệu" | ||
}, | ||
"nplurals=1; plural=0;"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ "translations": { | ||
"Recently contacted" : "Liên hệ gần đây", | ||
"Contacts Interaction" : "Liên hệ tương tác", | ||
"Manages interaction between users and contacts" : "Quản lý tương tác giữa người dùng và liên hệ", | ||
"Collect data about user and contacts interactions and provide an address book for the data" : "Thu thập dữ liệu về tương tác của người dùng và danh bạ, đồng thời cung cấp sổ địa chỉ cho dữ liệu" | ||
},"pluralForm" :"nplurals=1; plural=0;" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
OC.L10N.register( | ||
"dashboard", | ||
{ | ||
"Dashboard" : "Tổng quan", | ||
"Dashboard app" : "Ứng dụng Tổng quan", | ||
"Start your day informed\n\nThe Nextcloud Dashboard is your starting point of the day, giving you an overview of your upcoming appointments, urgent emails, chat messages, incoming tickets, latest tweets and much more! Users can add the widgets they like and change the background to their liking." : "Bắt đầu ngày mới của bạn được thông báo\n\nBảng điều khiển Nextcloud là điểm khởi đầu trong ngày của bạn, cung cấp cho bạn cái nhìn tổng quan về các cuộc hẹn sắp tới, email khẩn cấp, tin nhắn trò chuyện, vé đến, tweet mới nhất và hơn thế nữa! Người dùng có thể thêm các widget mình thích và thay đổi nền theo ý thích.", | ||
"\"{title} icon\"" : "\"{title} icon\"", | ||
"Customize" : "Tuỳ chỉnh", | ||
"Edit widgets" : "Chỉnh sửa widget", | ||
"Get more widgets from the App Store" : "Tải thêm widget từ App Store", | ||
"Weather service" : "Dịch vụ thời tiết", | ||
"For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Vì quyền riêng tư của bạn, dữ liệu thời tiết được yêu cầu bởi máy chủ Nextcloud thay mặt bạn để dịch vụ thời tiết không nhận được thông tin cá nhân.", | ||
"Weather data from Met.no" : "Dữ liệu thời tiết từ Met.no", | ||
"geocoding with Nominatim" : "mã hóa địa lý với Nominatim", | ||
"elevation data from OpenTopoData" : "dữ liệu độ cao từ OpenTopoData", | ||
"Weather" : "Thời tiết", | ||
"Status" : "Trạng thái", | ||
"Good morning" : "Chào buổi sáng", | ||
"Good morning, {name}" : "Chào buổi sáng, {name}", | ||
"Good afternoon" : "Chào buổi chiều", | ||
"Good afternoon, {name}" : "Chào buổi chiều, {name}", | ||
"Good evening" : "Chào buổi tối", | ||
"Good evening, {name}" : "Chào buổi tối, {name}", | ||
"Hello" : "Xin chào", | ||
"Hello, {name}" : "Xin chào, {name}", | ||
"Start your day informed\n\nThe Nextcloud Dashboard is your starting point of the day, giving you an\noverview of your upcoming appointments, urgent emails, chat messages,\nincoming tickets, latest tweets and much more! Users can add the widgets\nthey like and change the background to their liking." : "Bắt đầu ngày mới của bạn\n\nBảng điều khiển Nextcloud là điểm khởi đầu trong ngày của bạn, cung cấp cho bạn\ntổng quan về các cuộc hẹn sắp tới của bạn, email khẩn cấp, tin nhắn trò chuyện,\nvé đến, tweet mới nhất và nhiều hơn nữa! Người dùng có thể thêm các widget\nhọ thích và thay đổi nền theo ý thích của họ." | ||
}, | ||
"nplurals=1; plural=0;"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ "translations": { | ||
"Dashboard" : "Tổng quan", | ||
"Dashboard app" : "Ứng dụng Tổng quan", | ||
"Start your day informed\n\nThe Nextcloud Dashboard is your starting point of the day, giving you an overview of your upcoming appointments, urgent emails, chat messages, incoming tickets, latest tweets and much more! Users can add the widgets they like and change the background to their liking." : "Bắt đầu ngày mới của bạn được thông báo\n\nBảng điều khiển Nextcloud là điểm khởi đầu trong ngày của bạn, cung cấp cho bạn cái nhìn tổng quan về các cuộc hẹn sắp tới, email khẩn cấp, tin nhắn trò chuyện, vé đến, tweet mới nhất và hơn thế nữa! Người dùng có thể thêm các widget mình thích và thay đổi nền theo ý thích.", | ||
"\"{title} icon\"" : "\"{title} icon\"", | ||
"Customize" : "Tuỳ chỉnh", | ||
"Edit widgets" : "Chỉnh sửa widget", | ||
"Get more widgets from the App Store" : "Tải thêm widget từ App Store", | ||
"Weather service" : "Dịch vụ thời tiết", | ||
"For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Vì quyền riêng tư của bạn, dữ liệu thời tiết được yêu cầu bởi máy chủ Nextcloud thay mặt bạn để dịch vụ thời tiết không nhận được thông tin cá nhân.", | ||
"Weather data from Met.no" : "Dữ liệu thời tiết từ Met.no", | ||
"geocoding with Nominatim" : "mã hóa địa lý với Nominatim", | ||
"elevation data from OpenTopoData" : "dữ liệu độ cao từ OpenTopoData", | ||
"Weather" : "Thời tiết", | ||
"Status" : "Trạng thái", | ||
"Good morning" : "Chào buổi sáng", | ||
"Good morning, {name}" : "Chào buổi sáng, {name}", | ||
"Good afternoon" : "Chào buổi chiều", | ||
"Good afternoon, {name}" : "Chào buổi chiều, {name}", | ||
"Good evening" : "Chào buổi tối", | ||
"Good evening, {name}" : "Chào buổi tối, {name}", | ||
"Hello" : "Xin chào", | ||
"Hello, {name}" : "Xin chào, {name}", | ||
"Start your day informed\n\nThe Nextcloud Dashboard is your starting point of the day, giving you an\noverview of your upcoming appointments, urgent emails, chat messages,\nincoming tickets, latest tweets and much more! Users can add the widgets\nthey like and change the background to their liking." : "Bắt đầu ngày mới của bạn\n\nBảng điều khiển Nextcloud là điểm khởi đầu trong ngày của bạn, cung cấp cho bạn\ntổng quan về các cuộc hẹn sắp tới của bạn, email khẩn cấp, tin nhắn trò chuyện,\nvé đến, tweet mới nhất và nhiều hơn nữa! Người dùng có thể thêm các widget\nhọ thích và thay đổi nền theo ý thích của họ." | ||
},"pluralForm" :"nplurals=1; plural=0;" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.