1. Fill out the registration form with your credentials
2. Activate registration by following in
email you receive
3. Possibly adjust your profile to choose which languages you know
## Dashboard
When user profile settings.
## User profile
User profile contains your preferences, name and
email. Name and
email are being used in VCS commits, so keep this information accurate.
## Note
All language selections following characters: @ . + -
Full name
Weblate Test
Email
weblate@example.org
You can add another
email address below.
Your name and
email will appear as author on the commits.
Save
0 码力 |
468 页 |
5.53 MB
| 2 年前 3 7.5 Subversion ..... 185
8 Weblate's Web API ..... 187
8.1 REST API ..... 187
8.2 Notification hooks ..... 207
8.3 Exports ..... 208
8.4 RSS feeds ..... 209
9 Weblate Client ..... Fill out the registration form with your credentials.
2. Activate registration by following in email you receive
3. Possibly adjust your profile to choose which languages you know
#### 2.2.2 Dashboard profile settings.
#### 2.2.3 User profile
User profile contains your preferences, name and email. Name and email are being used in VCS commits, so keep this information accurate.
Note: All language selections 0 码力 |
261 页 |
2.86 MB
| 2 年前 3 leader node 12
5.3 Failover 14
5.3.1 Concept ..... 14
5.3.2 Execution mechanism ..... 15
Notification execution ..... 15
Enquiry execution ..... 15
5.3.3 Scenarios: ..... 15
5.4 Misfire ... according to the different conditions of the distributed job execution when it is triggered.
## Notification execution
When other servers perceive that a failover job needs to be processed, and the job interrupt job|Yes|||
|Email Notification Strategy|Send email message notification and do not interrupt job|||Yes|
|Wechat Enterprise Notification Strategy|Send wechat message notification and do not interrupt 0 码力 |
101 页 |
1.53 MB
| 2 年前 3 目录包含邮件发送类,邮件对象允许你在一个地方封装构建邮件所需的所有业务逻辑,然后使用 Mail::send 方法发送邮件。
## Notifications 目录
这个目录默认不存在,你可以通过执行 make:notification 命令创建,Notifications 目录包含应用发送的所有通知,比如事件发生通知。Laravel 的通知功能将通知发送和通知驱动解耦,你可
以通过邮件,也可以通过 Slack、短信或者数据库发送通知。 Laravel 中文学习资源
Route::get('api/users/{user}', function (App\User $user) {
return $user->email;
});
在这个例子中,由于类型声明了 Eloquent 模型 App\User,对应的变量名 $user$ 会匹配路由片段
中的{user},这样,Laravel会自动注入与请求 URI 中传入的 方法将输入数据子集存放到 Session 中,这些方法在
session 之外保存敏感信息时很有用:
$request->flashOnly('username', 'email');
将输入存储到一次性 Session 然后重定向
如果你经常需要一次性存储输入并重定向到前一页,可以简单使用 withInput 方法来将输入数据
链接到 redirect 后面: 0 码力 |
691 页 |
9.37 MB
| 2 年前 3 • Android string resources
Apple OS X strings
PHP files
Others
Weblate's Web API
Notification hooks
Exports
RSS feeds
Changes
weblate 1.8
weblate 1.7
weblate 1.6
weblate 1.5 following in email you receive
3. Possibly adjust your profile to choose which languages you know
## User profile
User profile contains your preferences, name and email. Name and email are being used notifications via email for all your languages. |
| Subscribed projects: | ☑ Gammu☑ GePeS☑ phpMyAdmin☑ Ukolovnik☑ Weblate☑ Website |
Notification on any translation:☑Notification 0 码力 |
119 页 |
667.56 KB
| 2 年前 3 string resources
○ Apple OS X strings
○ PHP files
○ Others
• Weblate’s Web API
• Notification hooks
• Exports
• RSS feeds
• Changes
• weblate 1.9
• weblate 1.8 following in email you receive
3. Possibly adjust your profile to choose which languages you know
## User profile
User profile contains your preferences, name and email. Name and email are being used notifications via email for all your languages. |
| Subscribed projects: | ☑ Gammu☑ GePeS☑ phpMyAdmin☑ Ukolovnik☑ Weblate☑ Website |
Notification on any translation:☑Notification 0 码力 |
124 页 |
407.36 KB
| 2 年前 3 Laravel 内置邮箱验证功能通过路由器注册的 email/resend 路由请求方法已经由 GET 更新为 POST。因此,你需要更新前端发送请求到该路由的请求类型。例如,如果你是用的是内置的邮箱验证模板代码,需要像这样调整请求方法:
{{ __('Before proceeding, please check your email for a verification link.')} ')}
{{ __('If you did not receive the email')}},
Apple OS X strings 71
6.7 PHP files 71
6.8 Others 71
7 Weblate's Web API 73
7.1 Notification hooks 73
7.2 Exports 73
7.3 RSS feeds 75
8 Changes 77
8.1 weblate 1.9 77
8.2 weblate following in email you receive
3. Possibly adjust your profile to choose which languages you know
#### 2.2.2 User profile
User profile contains your preferences, name and email. Name and email are being via email for all your languages.
Notification on any translation: ✓
Notification on new string to translate: ✓
Notification on new suggestion: ✓
Notification on new contributor: ✓
Notification on 0 码力 |
93 页 |
611.20 KB
| 2 年前 3 目录包含应用所有邮件相关类,邮件对象允许你在一个地方封装构建邮件所需的所有业务逻辑,然后使用 Mail::send 方法发送邮件。
## Notifications 目录
这个目录默认不存在,你可以通过执行 make:notification 命令连带创建,Notifications 目录包含应用发送的所有通知,比如事件发生通知。Laravel 的通知功能将通知发送和通知驱动解耦,你可以通过邮件,也可以通过 Slack、短信或者数据库发送通知。 file, the path to your private key does not exist.
解决办法如下:
ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
eval "$ (ssh-agent -s)"
ssh-add -K ~/.ssh/id_rsa
再次运行上述命令即可添加成功:
localhost:Homestead nslator|translator|
|Log|Illuminate\\Log\\Writer|log|
|Mail|Illuminate\\Mail\\Mailer|mailer|
|Notification|Illuminate\\Notifications\\ChannelManager||
|Password|Illuminate\\Auth\\Passwords\\PasswordBrokerManager|auth 0 码力 |
377 页 |
14.56 MB
| 2 年前 3
|