Skip to content

Commit

Permalink
Merge pull request #227 from v2ray/l10n_master
Browse files Browse the repository at this point in the history
New Crowdin translations
  • Loading branch information
VictoriaRaymond committed Jan 16, 2019
2 parents 0305ac3 + 37685b0 commit 3f0dd6c
Show file tree
Hide file tree
Showing 10 changed files with 51 additions and 21 deletions.
7 changes: 6 additions & 1 deletion es/configuration/dns.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ The DNS queries relayed by this DNS service will also be dispatched based on rou
"8.8.4.4",
"localhost"
],
"clientIp": "1.2.3.4"
"clientIp": "1.2.3.4",
"tag": "dns_inbound"
}
```

Expand Down Expand Up @@ -63,6 +64,10 @@ When `"localhost"` is used, out-going DNS traffic is not controlled by V2Ray. Ho
IP address of current machine. If specified, V2Ray uses this IP as EDNS-Client-Subnet. This IP can't be a private address.

> `tag`: string
(V2Ray 4.13+) All traffic initiated from this DNS, except to localhost, will have this tag as inbound. It can be used for routing.

### ServerObject

```javascript
Expand Down
1 change: 1 addition & 0 deletions es/welcome/versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ This page lists regular releases with feature updates. If a Github release doesn
## 2019.01.18 v4.13

* Quic lib updated. It is not compatible with previous versions.
* DNS now have `tag` settings.

## 2019.01.11 v4.11

Expand Down
23 changes: 14 additions & 9 deletions fa/configuration/dns.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ V2Ray دارای یک سرور DNS داخلی است که رله DNS را برا
"8.8.4.4",
"localhost"
],
"clientIp": "1.2.3.4"
"clientIp": "1.2.3.4",
"tag": "dns_inbound"
}
```

Expand Down Expand Up @@ -63,6 +64,10 @@ The format of domains is the same as it in [routing](routing.md#ruleobject).
آدرس آی پی دستگاه فعلی. اگر مشخص شود، V2Ray از این IP به عنوان EDNS-Client-Subnet استفاده می کند. این IP نمی تواند یک آدرس خصوصی باشد.

> `tag`: string
(V2Ray 4.13+) All traffic initiated from this DNS, except to localhost, will have this tag as inbound. It can be used for routing.

### ServerObject

```javascript
Expand All @@ -75,18 +80,18 @@ The format of domains is the same as it in [routing](routing.md#ruleobject).
}
```

> `آدرس`: آدرس
> `address`: address
آدرس سرور DNS در حال حاضر فقط سرورهای UDP پشتیبانی می شوند.
Address of the DNS server. For now only UDP servers are supported.

> `پورت`: شماره
> `port`: number
پورت سرور DNS. معمولا `53` یا `5353`.
Port of the DNS server. Usually it is `53` or `5353`.

> `دامنه`: \ [رشته \]
> `domains`: \[string\]
لیستی از حوزه ها اگر دامنه پرس و جو با یکی از لیست مطابقت داشته باشد، این DNS سرور برای پرس و جو DNS برای این دامنه اولویت خواهد داشت.
A list of domains. If the domain of enquire matches one of the list, this DNS server will be prioritized for DNS query for this domain.

فرمت نام دامنه همانند [مسیریابی](routing.md).
Domain name format is the same as in [routing](routing.md).

هنگامی که یک سرور DNS دارای دامنه در لیست دامنه خود است، دامنه در ابتدا در این سرور و سپس سرورهای دیگر مورد سوال قرار می گیرد. در غیر این صورت، پرس و جوهای DNS به سرورهای DNS ارسال می شوند به ترتیب آنها در فایل پیکربندی ظاهر می شوند.
When a DNS server has the domain in its domain list, the domain will be queried in this server first, and then other servers. Otherwise DNS queries are sent to DNS servers in the order they appear in the config file.
1 change: 1 addition & 0 deletions fa/welcome/versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ This page lists regular releases with feature updates. If a Github release doesn
## 2019.01.18 v4.13

* Quic lib updated. It is not compatible with previous versions.
* DNS now have `tag` settings.

## 2019.01.11 v4.11

Expand Down
13 changes: 9 additions & 4 deletions ko/configuration/dns.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ The DNS queries relayed by this DNS service will also be dispatched based on rou
"8.8.4.4",
"localhost"
],
"clientIp": "1.2.3.4"
"clientIp": "1.2.3.4",
"tag": "dns_inbound"
}
```

Expand Down Expand Up @@ -63,6 +64,10 @@ When `"localhost"` is used, out-going DNS traffic is not controlled by V2Ray. Ho
IP address of current machine. If specified, V2Ray uses this IP as EDNS-Client-Subnet. This IP can't be a private address.

> `tag`: string
(V2Ray 4.13+) All traffic initiated from this DNS, except to localhost, will have this tag as inbound. It can be used for routing.

### ServerObject

```javascript
Expand All @@ -75,15 +80,15 @@ IP address of current machine. If specified, V2Ray uses this IP as EDNS-Client-S
}
```

> `주소`: 주소
> `address`: address
Address of the DNS server. For now only UDP servers are supported.

> `포트`: 번호
> `port`: number
Port of the DNS server. Usually it is `53` or `5353`.

> `도메인`: \ [string \]
> `domains`: \[string\]
A list of domains. If the domain of enquire matches one of the list, this DNS server will be prioritized for DNS query for this domain.

Expand Down
1 change: 1 addition & 0 deletions ko/welcome/versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ This page lists regular releases with feature updates. If a Github release doesn
## 2019.01.18 v4.13

* Quic lib updated. It is not compatible with previous versions.
* DNS now have `tag` settings.

## 2019.01.11 v4.11

Expand Down
7 changes: 6 additions & 1 deletion ru/configuration/dns.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ The DNS queries relayed by this DNS service will also be dispatched based on rou
"8.8.4.4",
"localhost"
],
"clientIp": "1.2.3.4"
"clientIp": "1.2.3.4",
"tag": "dns_inbound"
}
```

Expand Down Expand Up @@ -63,6 +64,10 @@ When `"localhost"` is used, out-going DNS traffic is not controlled by V2Ray. Ho
IP address of current machine. If specified, V2Ray uses this IP as EDNS-Client-Subnet. This IP can't be a private address.

> `tag`: string
(V2Ray 4.13+) All traffic initiated from this DNS, except to localhost, will have this tag as inbound. It can be used for routing.

### ServerObject

```javascript
Expand Down
1 change: 1 addition & 0 deletions ru/welcome/versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ refen: welcome/versions
## 2019.01.18 v4.13

* Quic lib updated. It is not compatible with previous versions.
* DNS now have `tag` settings.

## 2019.01.11 v4.11

Expand Down
17 changes: 11 additions & 6 deletions vi/configuration/dns.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ Các truy vấn DNS được chuyển tiếp bởi dịch vụ DNS này cũng s
"8.8.4.4",
"localhost"
],
"clientIp": "1.2.3.4"
"clientIp": "1.2.3.4",
"tag": "dns_inbound"
}
```

Expand Down Expand Up @@ -63,6 +64,10 @@ Khi `"localhost"` được sử dụng, lưu lượng truy cập DNS không đư
Địa chỉ IP của máy hiện tại. Nếu được chỉ định, V2Ray sử dụng IP này làm EDNS-Client-Subnet. Địa chỉ IP này không thể là địa chỉ riêng tư.

> `tag`: string
(V2Ray 4.13+) All traffic initiated from this DNS, except to localhost, will have this tag as inbound. It can be used for routing.

### ServerObject

```javascript
Expand All @@ -77,16 +82,16 @@ Khi `"localhost"` được sử dụng, lưu lượng truy cập DNS không đư

> `address`: address
Địa chỉ của máy chủ DNS. Hiện tại chỉ hỗ trợ các máy chủ UDP.
Address of the DNS server. For now only UDP servers are supported.

> `port`: number
Cổng của máy chủ DNS. Thông thường nó là `53` hoặc `5353`.
Port of the DNS server. Usually it is `53` or `5353`.

> `domains`: \[string\]
Danh sách các tên miền. Nếu miền yêu cầu khớp với một trong danh sách, máy chủ DNS này sẽ được ưu tiên cho truy vấn DNS cho tên miền này.
A list of domains. If the domain of enquire matches one of the list, this DNS server will be prioritized for DNS query for this domain.

Định dạng tên miền giống với định dạng [định tuyến](routing.md).
Domain name format is the same as in [routing](routing.md).

Khi một máy chủ DNS có tên miền trong danh sách tên miền của nó, tên miền sẽ được truy vấn trong máy chủ này trước, và sau đó là các máy chủ khác. Nếu không, các truy vấn DNS sẽ được gửi đến các máy chủ DNS theo thứ tự chúng xuất hiện trong tập tin cấu hình.
When a DNS server has the domain in its domain list, the domain will be queried in this server first, and then other servers. Otherwise DNS queries are sent to DNS servers in the order they appear in the config file.
1 change: 1 addition & 0 deletions vi/welcome/versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ This page lists regular releases with feature updates. If a Github release doesn
## 2019.01.18 v4.13

* Quic lib updated. It is not compatible with previous versions.
* DNS now have `tag` settings.

## 2019.01.11 v4.11

Expand Down

0 comments on commit 3f0dd6c

Please sign in to comment.