Updated Branches: refs/heads/master 09637fa27 -> e32f931cb
TAP5-672 (Translation for Vietnamese) Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/e32f931c Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/e32f931c Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/e32f931c Branch: refs/heads/master Commit: e32f931cbb193c4b4f70aaf3afa20b1cb4f1c5be Parents: 09637fa Author: bharner <[email protected]> Authored: Mon Jan 21 16:45:41 2013 -0500 Committer: bharner <[email protected]> Committed: Mon Jan 21 16:45:41 2013 -0500 ---------------------------------------------------------------------- .../org/apache/tapestry5/core_vi.properties | 53 +++++++++++++++ 1 files changed, 53 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/e32f931c/tapestry-core/src/main/resources/org/apache/tapestry5/core_vi.properties ---------------------------------------------------------------------- diff --git a/tapestry-core/src/main/resources/org/apache/tapestry5/core_vi.properties b/tapestry-core/src/main/resources/org/apache/tapestry5/core_vi.properties new file mode 100644 index 0000000..578274d --- /dev/null +++ b/tapestry-core/src/main/resources/org/apache/tapestry5/core_vi.properties @@ -0,0 +1,53 @@ +# Copyright 2013 The Apache Software Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# We try to keep the validation messages consistent, with the constraint +# value (if applicable) as the first parameter, and the field's label as the +# second parameter. Occasionally we must use specific indexing when that's +# not the best order. + +core-ascending=[TÄng] +core-cancel-label=huÌy boÌ +core-date-value-not-parseable=Ngà y giá trá» '%s' không phải là hợp lá» +core-default-banner=Bạn phải sá»a lại các lá»i sau trưá»c khi tiếp tục. +core-descending=[Giảm] +core-dismiss-label=Loại bá» tất cả +core-goto-page=Äến trang %d +core-no-grid-data-to-display=Không có dữ liá»u Äá» hiá»n thá» +core-palette-available-label=chá»n ÄÆ°á»£c +core-palette-deselect-label=< Bá» chá»n +core-palette-down-label=chuyá»n xuá»ng +core-palette-select-label=Chá»n > +core-palette-selected-label=Äã chá»n +core-palette-up-label=chuyá»n lên +core-progressive-display-loading=Äang tải ... +core-sortable=[Có thá» sắp xếp] +core-submit-label=Tạo/Cáºp nháºt +integer-format-exception=Bạn phải cung cấp má»t sá» nguyên cho %s. +invalid-email='%s' không là má»t Äá»a chá» thư Äiá»n tá» hợp lá». +max-integer=%2$s yêu cầu má»t giá trá» không lá»n hÆ¡n %1$d. +maximum-string-length=Bạn có thá» cung cấp tá»i Äa %d ký tá»± cho %s. +min-integer=%2$s yêu cầu má»t giá trá» không nhá» hÆ¡n %1$d. +minimum-string-length=Bạn phải cung cấp Ãt nhất %d ký tá»± cho %s. +number-format-exception=Bạn phải cung cấp má»t sá» cho %s. +regexp=%2$s không phù hợp vá»i mẫu '%1$s'. +required=Bạn phải cung cấp má»t giá trá» cho %s. + +# Messages that exist specifically for the client side: + +core-input-not-numeric=giá trá» trá» không phải là dạng sá». +core-input-not-integer=giá trá» trá» không phải là má»t sá» nguyên. + +core-datefield-today=hôm nay +core-datefield-none=huÌy boÌ \ No newline at end of file
